Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 2.37 KB

CHANGELOG.md

File metadata and controls

47 lines (33 loc) · 2.37 KB

Changelog

Version 5.0.2

  • Fixed the Gulp plugin.

Version 5.0.1

Version 5.0.0

Version 4.0.1

Version 4.0.0

  • 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.

Version 3.1.0

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

Version 3.0.0

  • Breaking change: replaced the use of the Promise constructor by calls to the Promise.withResolvers() method.

Version 2.1.2

Version 2.1.1

  • Fixed a buffer overflow with large PHP files when using the safe transform mode.

Version 2.1.0

  • Removed the dependency on execa package.

Version 2.0.0

Version 1.0.2

  • Fixed a packaging issue.

Version 1.0.1

  • Improved compatibility with PHP 7.

Version 1.0.0

  • Initial release.