Skip to content

Releases: nizarmah/auto-minify

v3.0.0

20 Mar 17:58
v3.0.0
5a5c992
Compare
Choose a tag to compare

New major release sets the default CSS engine to LightningCSS and upgrades dependencies.

Changed

Fixed

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

16 Sep 21:18
7028a7a
Compare
Choose a tag to compare

Changelog:

  • Update action version number in README.md
    This resolves an error reported by a couple of users

Kudos to:

v2.1

23 Aug 09:14
75e2c2c
Compare
Choose a tag to compare

Changelog:

  • Fixes issue with file names ending in "min" from being skipped (#17)
  • Add option for minified files to overwrite existing ones (#19)
  • Update docs examples with latest dependency versions (#20)

Kudos:

  • @Spreeuw for insightful comments and constructive criticism

Reduces Build Time By Using Alpine Linux in Docker Image

14 Sep 20:44
f832374
Compare
Choose a tag to compare
v2.0

Switches Docker Image to Alpine Linux to Reduce Build Time (#13)

Fixes Input Directory Typo in README

08 Sep 08:39
e6fbe6d
Compare
Choose a tag to compare
v1.9.1

Fixes Input Directory Typo in README (#12)

Adds Options to Use UglifyJS or Babel Minify

27 Jul 18:51
35e7f70
Compare
Choose a tag to compare

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

25 Jul 19:24
10c596e
Compare
Choose a tag to compare

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

08 Jul 07:30
39cc9ce
Compare
Choose a tag to compare

More information about the bug can be found in Issue #8.

Added JS ES6+ Support

25 Apr 07:04
8eb2c75
Compare
Choose a tag to compare

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

21 Apr 06:09
1fd7b78
Compare
Choose a tag to compare