Skip to content

Releases: duan602728596/gulp-terser

v2.1.0

26 Sep 06:34
Compare
Choose a tag to compare
  • It is a mistake to find that terser is locked version, it should not be locked version.

v2.0.1

07 Jan 01:20
Compare
Choose a tag to compare
  • Remove the wrong configuration in package.json (#23 )

v2.0.0

17 Nov 05:44
Compare
Choose a tag to compare
  • Refactor code using typescript.

Break Change

  • Node version >= 10
  • Terser version >= 5

v1.4.1

31 Oct 01:40
Compare
Choose a tag to compare
  • Adds Promise rejection handler, preventing any minification error by terser from throwing UnhandledPromiseRejectionWarning and breaking-up gulp tasks. (#20)

v1.4.0

23 Aug 06:03
Compare
Choose a tag to compare
  • Use a 3rd-party version of minifier (#18)

v1.3.2

05 Aug 05:18
Compare
Choose a tag to compare
  • 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

02 Aug 15:15
Compare
Choose a tag to compare
  • Fix the error caused by adjusting terser v5's terser.minify function from synchronous to asynchronous

v1.2.1

24 Jul 01:45
Compare
Choose a tag to compare
  • The version number of terser is not fixed.
  • Upgrade through2 to v4 version.
  • Upgrade other dependencies to the latest version.

v1.2.0

20 May 16:04
Compare
Choose a tag to compare
  • Upgrade the terser version to v4.0.0.
  • Upgrade the version of other dependencies to the latest.