Skip to content

Releases: wpsharks/html-compressor

HTML Compressor v150511

10 May 23:28
Compare
Choose a tag to compare
Updating composer dependencies.

HTML Compressor v150510

10 May 18:18
Compare
Choose a tag to compare
Bumping version.

HTML Compressor v150424

24 Apr 23:14
Compare
Choose a tag to compare
  • 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 and composer.json.

HTML Compressor v150321.1

21 Mar 17:12
Compare
Choose a tag to compare
  • 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

26 Sep 19:57
Compare
Choose a tag to compare
  • Bug fixes in JavaScript compression routines. See: #38

HTML Compressor v140922

22 Sep 08:53
Compare
Choose a tag to compare
  • Bug fix. style, link and/or script tags out of order in certain scenarios. See: #45

HTML Compressor v140901

02 Sep 07:08
Compare
Choose a tag to compare
  • Bug fix; HTML comment tokens. #39

HTML Compressor v140827

27 Aug 09:32
Compare
Choose a tag to compare
  • Bug fix. IE conditional comments. See: #35
  • Bug fix. CSS calc(). See: #34

HTML Compressor v140816

15 Aug 18:59
Compare
Choose a tag to compare

Adding FOPEN transport layer fallback. See: #15

HTML Compressor v140815

15 Aug 10:58
Compare
Choose a tag to compare
  • Write files atomically; i.e. tmp file w/ rename. See: #31