Skip to content

Releases: cedx/php-minifier

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.

PHP Minifier 3.1.0

25 Jul 13:09
Compare
Choose a tag to compare
  • The TransformMode enumeration is now implemented as a frozen object.

PHP Minifier 3.0.0

25 Jul 11:20
Compare
Choose a tag to compare
  • Breaking change: replaced the use of the Promise constructor by calls to the Promise.withResolvers() method.

PHP Minifier 2.1.2

16 Jun 11:40
Compare
Choose a tag to compare

PHP Minifier 2.1.1

23 Mar 13:20
Compare
Choose a tag to compare
  • Fixed a buffer overflow with large PHP files when using the safe transform mode.

PHP Minifier 2.1.0

22 Mar 13:43
Compare
Choose a tag to compare
  • Removed the dependency on execa package.