Releases: cedx/php-minifier.js
Releases · cedx/php-minifier.js
PHP Minifier 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.
PHP Minifier 3.1.0
- The
TransformModeenumeration is now implemented as a frozen object.
PHP Minifier 3.0.0
- Breaking change: replaced the use of the
Promiseconstructor by calls to thePromise.withResolvers()method.
PHP Minifier 2.1.2
- Migrated the documentation to the GitHub wiki.
PHP Minifier 2.1.1
- Fixed a buffer overflow with large PHP files when using the
safetransform mode.
PHP Minifier 2.1.0
- Removed the dependency on execa package.
PHP Minifier 2.0.0
- Breaking change: dropped support for CommonJS modules.
- Ported the source code to TypeScript.
PHP Minifier 1.0.2
- Fixed a packaging issue.
PHP Minifier 1.0.1
- Improved compatibility with PHP 7.
PHP Minifier 1.0.0
- Initial release.