Skip to content

Releases: cedx/php-minifier.js

PHP Minifier 4.0.0

31 Aug 01:16

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

Choose a tag to compare

  • The TransformMode enumeration is now implemented as a frozen object.

PHP Minifier 3.0.0

25 Jul 11:20

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

Choose a tag to compare

PHP Minifier 2.1.1

23 Mar 13:20

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

Choose a tag to compare

  • Removed the dependency on execa package.

PHP Minifier 2.0.0

28 Jan 17:52

Choose a tag to compare

PHP Minifier 1.0.2

10 Aug 18:16

Choose a tag to compare

  • Fixed a packaging issue.

PHP Minifier 1.0.1

10 Aug 18:16

Choose a tag to compare

  • Improved compatibility with PHP 7.

PHP Minifier 1.0.0

14 Apr 22:19

Choose a tag to compare

  • Initial release.