Releases: jadiagaurang/minify-all-cli
Releases · jadiagaurang/minify-all-cli
v1.0.13
v1.0.12
What's Changed
- Introduced terser as an option for JavaScript mangler/compressor
Full Changelog: v1.0.11...v1.0.12
v1.0.11
What's Changed
- Introduced gzip all the minified JS, CSS, and HTML
- Introduced CLI Unit Tests. Added Asserts Folder to test. All sample files are downloaded from https://filesamples.com/
Full Changelog: v1.0.9...v1.0.11
v1.0.10
What's Changed
- Introduced gzip all the minified JS, CSS, and HTML
- Introduced CLI Unit Tests. Added Asserts Folder to test. All sample files are downloaded from https://filesamples.com/
Full Changelog: v1.0.9...v1.0.10
v1.0.9
What's Changed
- Added Support for RelativePath for Source and Destination Folders
- Changed arguments skipFileMasks and ignoreFileMasks from String to Array
Full Changelog: v1.0.8...v1.0.9
v1.0.8
What's Changed
- Introduced Options to skip by File Extension. Useful to skip mp3, mp4 type files from gzip because gzip is a text-based compression and should not be used for Media files
Full Changelog: v1.0.7...v1.0.8
v1.0.7
What's Changed
- Introduced gzip option
Bug Fixes
- Added processCount to set maximum degree of parallelism in a forEach loop to fix EMFILE-4066 too many files are open error.
v1.0.6
Full Changelog: v1.0.5...v1.0.6
v1.0.5
Full Changelog: v1.0.4...v1.0.5
v1.0.4
Full Changelog: v1.0.3...v1.0.4