Releases: devatherock/minify-js
Releases · devatherock/minify-js
3.1.0
3.0.0
Added
- #5: Ability to minify only specific files within the input directory
Changed
- Rewrote the shell script in Node JS
2.0.0
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
Added
- Functional tests to CI pipeline
1.0.2
- 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
- feat: Added support for drone.io/vela