Skip to content

Releases: cedx/php-minifier.js

PHP Minifier 7.2.0

29 Jul 07:58
Compare
Choose a tag to compare
  • Added the --recursive option to the command line interface.

PHP Minifier 7.1.0

27 Jul 14:57
Compare
Choose a tag to compare
  • Restored the ITransformer.close() method.

PHP Minifier 7.0.0

27 Jul 12:58
Compare
Choose a tag to compare
  • Breaking change: removed the ITransformer.close() method.
  • Breaking change: the ITransformer interface now extends the AsyncDisposable interface.

PHP Minifier 6.0.0

26 Jul 20:09
Compare
Choose a tag to compare
  • Breaking change: renamed the Transformer interface to ITransformer.
  • Updated the project URL.

PHP Minifier 5.1.0

31 Jan 01:28
Compare
Choose a tag to compare

PHP Minifier 5.0.2

11 Nov 22:18
Compare
Choose a tag to compare
  • Fixed the Gulp plugin.

PHP Minifier 5.0.1

05 Nov 09:07
Compare
Choose a tag to compare

PHP Minifier 5.0.0

05 Nov 08:58
Compare
Choose a tag to compare

PHP Minifier 4.0.1

31 Aug 21:42
Compare
Choose a tag to compare

PHP Minifier 4.0.0

31 Aug 01:16
Compare
Choose a tag to compare
  • Breaking change: the phpMinify() function now uses a named export instead of a default export.
  • Ported the source code to Haxe.
  • Restored support for CommonJS modules.