Skip to content

Releases: devatherock/minify-js

3.1.0

28 Apr 13:15
c4f40af
Compare
Choose a tag to compare

Added

  • #22: Ability to exclude specific files/folders within the input directory from minification

Changed

  • #21: Skipped *.min.* files from minification

3.0.0

26 Nov 08:18
82f0211
Compare
Choose a tag to compare

Added

  • #5: Ability to minify only specific files within the input directory

Changed

  • Rewrote the shell script in Node JS

2.0.0

04 Jun 19:16
4709a16
Compare
Choose a tag to compare

Changed

  • Updated dockerhub readme in CI pipeline
  • #7: Built a multi-arch docker image
  • Upgraded gradle to 7 and spock to 2.3, to fix test failures in Java 17

1.0.3

28 Oct 02:26
Compare
Choose a tag to compare

Added

  • Functional tests to CI pipeline

1.0.2

09 Feb 01:04
Compare
Choose a tag to compare
  • fix: When no output path is specified, output to same path as each file. It was previously writing to input base directory if specified or to the
    work directory of the docker image.
  • test: Added tests to test the final docker images

1.0.1

07 Feb 18:08
Compare
Choose a tag to compare
  • feat: Added support for drone.io/vela