Releases: wpsharks/html-compressor
Releases · wpsharks/html-compressor
HTML Compressor v150511
Updating composer dependencies.
HTML Compressor v150510
Bumping version.
HTML Compressor v150424
- PSR 1, 2, 4 conformity.
- Composer dependency compat.
- Major restructuring and namespace changes.
- Adding support for JSON compression.
- Bringing back the PHAR file in each release.
- Adding
build.xml
andcomposer.json
.
HTML Compressor v150321.1
- Enhanced debugging mode and data collection for a test suite that will soon.
- Removing WordPress transport layer in favor of a built-in FOPEN stream fallback.
- Adding a new hook API class. More details to come soon.
- Adding a
part_url
filter for static CDN filters, such as the one found in ZenCache. - Adding an
.htaccess
file in the public cache directory. See: #55 - No longer distributing the PHAR file; please use full source code.
- Closes #49
- Closes #50
HTML Compressor v140926
- Bug fixes in JavaScript compression routines. See: #38
HTML Compressor v140922
- Bug fix.
style
,link
and/orscript
tags out of order in certain scenarios. See: #45
HTML Compressor v140901
- Bug fix; HTML comment tokens. #39
HTML Compressor v140827
HTML Compressor v140816
Adding FOPEN transport layer fallback. See: #15
HTML Compressor v140815
- Write files atomically; i.e. tmp file w/ rename. See: #31