Version 5.0.2
- Fixed the Gulp plugin.
Version 5.0.1
- Fixed the TypeScript typings.
Version 5.0.0
- Breaking change: dropped support for CommonJS modules.
- Ported the source code to CoffeeScript.
Version 4.0.1
- Fixed the TypeScript typings.
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 thePromise.withResolvers()
method.
Version 2.1.2
- Migrated the documentation to the GitHub wiki.
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
- Breaking change: dropped support for CommonJS modules.
- Ported the source code to TypeScript.
Version 1.0.2
- Fixed a packaging issue.
Version 1.0.1
- Improved compatibility with PHP 7.
- Initial release.