gulp-terser-js
Version:
A Terser-js plugin for Gulp
82 lines (46 loc) • 1.7 kB
Markdown
# Change Log
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [5.2.2] - 2020-04-30
### Changed
- Transfert repo from A-312/gulp-terser-js to gulp-community/gulp-terser-js
- Update README.md
## [5.2.1] - 2020-04-30
### Fixed
- Error display original position
## [5.2.0] - 2020-04-30
### Changed
- Add content to sourcemaps #19
- Add lerna to publish instead npm
- Caret Version Dependencies
## [5.1.2] - 2020-01-19
### Changed
- Change plugin name send with an error. #16
- Fix forgotten argument with an error (allow to continue the gulp script).
## [5.1.1] - 2020-01-18
### Changed
- Improve tests and coverage to 100%. #9
## [5.1.0] - 2020-01-18
### Changed
- Update dependencies version (Terser is now on 4.6.3) #13
- Improve coverage. #9
- Remove object-assign dependency
## [5.0.1] - 2019-11-13
### Fixed
- Fix bug with mixed EOL on Windows for printError #12
## [5.0.0] - 2019-08-14
### Changed
- Update dependencies version (Terser is now on 4.1.4) #8
- Add test, coverage in travis #8
## [4.1.1] - 2019-08-13
### Fixed
- Fix printError and improve readme(caused by #3) #5
### Added
- Add API for printError: `require('gulp-terser-js').printError` #5
## [4.1.0] - 2019-08-09
### Added
- Add printError #3
[5.0.0]: https://github.com/A-312/gulp-terser-js/releases/tag/5.0.0
[4.1.1]: https://github.com/A-312/gulp-terser-js/releases/tag/4.1.1
[4.1.0]: https://github.com/A-312/gulp-terser-js/releases/tag/4.1.0