We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34234d0 commit 1a97f32Copy full SHA for 1a97f32
README.md
@@ -43,10 +43,17 @@ Install the module with: `npm install uglifyjs-folder -g`
43
Pull requests are appreciated.
44
45
## Release History
46
+- 02/Apr/2022
47
+ - Upgraded terser to 5.12.0
48
+ - Upgraded the development dependencies to the latest version
49
+ - Removed the testing on node v10 from travis ci
50
+ - Fixes #32
51
+
52
- 21/Jun/2021
53
- Upgraded terser to 5.7.0
54
- Modified the package API from synchronous to async/await
55
The cli interface remained the same.
56
57
- 23/Jul/2020
58
- Released 2.0.0 with the terser minifier.
59
- Removed uglify-js and uglify-es from the dependencies.
0 commit comments