Release History
Easier downloads and smaller binaries
What's new?
- Universal macOS archives for Intel and Apple silicon.
- A scripted download option for macOS.
Even smaller output
What's new?
- Minification of HTML attributes.
- UTF-8 shortening for JSON strings.
- Frequency-based JavaScript name mangling.
What's been improved?
- CSS color optimizations produce shorter output.
- Release archives include version numbers and have an improved layout.
- Download documentation with archive sizes and platform information.
What's new?
- Renamed the project from cminify to WebMinCer.
- Added JavaScript name mangling with the new
--mangle option.
- Added minification support for JavaScript in HTML attributes and URLs.
- Added support for cross-platform deployment builds.
- Added dedicated documentation for minification, development, deployment, and JavaScript mangling.
What has been improved?
- Refactored the codebase into separate, maintainable source files.
- Improved CSS minification by shortening colors and units.
- Made whitespace compaction optional.
- Improved compiler warnings, portability, and build configuration.
- Expanded and reorganized the test suite with staged tests and library tests.
- Added benchmarking and improved test output.u
- Improved release archives, debugging symbols, and deployment documentation.