Releases: duan602728596/gulp-terser
Releases · duan602728596/gulp-terser
v2.1.0
v2.0.1
v2.0.0
- Refactor code using typescript.
Break Change
- Node version >= 10
- Terser version >= 5
v1.4.1
v1.4.0
v1.3.2
- Fix the problem that the low version node does not have the util.types.isPromise function.
- Fix the use error of isPromise.
v1.3.0
- Fix the error caused by adjusting terser v5's terser.minify function from synchronous to asynchronous
v1.2.1
- The version number of
terser
is not fixed. - Upgrade
through2
to v4 version. - Upgrade other dependencies to the latest version.
v1.2.0
- Upgrade the terser version to v4.0.0.
- Upgrade the version of other dependencies to the latest.