Releases: nizarmah/auto-minify
Releases · nizarmah/auto-minify
v3.0.0
New major release sets the default CSS engine to LightningCSS and upgrades dependencies.
Changed
Fixed
- CSS minification broken in
:not()
(#27) @ShockedPlot7560
Dependency Updates
- babel-minify:
0.5.1
->0.5.2
- clean-css-cli:
4.3.0
->5.6.3
- uglify-js:
3.10.0
->3.17.4
v2.1.1
Changelog:
- Update action version number in README.md
This resolves an error reported by a couple of users
Kudos to:
- @ronan-smith for contributing the fix!
v2.1
Reduces Build Time By Using Alpine Linux in Docker Image
v2.0 Switches Docker Image to Alpine Linux to Reduce Build Time (#13)
Fixes Input Directory Typo in README
v1.9.1 Fixes Input Directory Typo in README (#12)
Adds Options to Use UglifyJS or Babel Minify
Adds support for two different ways to minify JS files by specifying the js_engine
variable as either babel
or uglify-js
.
Added Maxdepth Input Variable
This specifies the maxdepth
for the find
command that searches for the js
and css
files.
By default, the maxdepth
is set to ""
, which leads to continuously searching through nested directories.
Fixed Bug with Creating Non-Existent Directories
More information about the bug can be found in Issue #8.
Added JS ES6+ Support
JS ES6+ Support Issue and Pull Request can be found in #5
ES6+ Support is done through the use of babel-minify
.
Updated README.md in order to avoid confusion by adding
@master
as version.
GitHub Action Fails if Minifying File Gives Error
More details about the issue can be found in issues#3.