All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
5.2.2 - 2020-04-30
- Transfert repo from A-312/gulp-terser-js to gulp-community/gulp-terser-js
- Update README.md
5.2.1 - 2020-04-30
- Error display original position
5.2.0 - 2020-04-30
- Add content to sourcemaps #19
- Add lerna to publish instead npm
- Caret Version Dependencies
5.1.2 - 2020-01-19
- 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
- Improve tests and coverage to 100%. #9
5.1.0 - 2020-01-18
- Update dependencies version (Terser is now on 4.6.3) #13
- Improve coverage. #9
- Remove object-assign dependency
5.0.1 - 2019-11-13
- Fix bug with mixed EOL on Windows for printError #12
5.0.0 - 2019-08-14
- Update dependencies version (Terser is now on 4.1.4) #8
- Add test, coverage in travis #8
4.1.1 - 2019-08-13
- Fix printError and improve readme(caused by #3) #5
- Add API for printError:
require('gulp-terser-js').printError
#5
4.1.0 - 2019-08-09
- Add printError #3