Releases: cedx/php-minifier
Releases · cedx/php-minifier
PHP Minifier 5.0.2
PHP Minifier 5.0.1
- Fixed the TypeScript typings.
PHP Minifier 5.0.0
- Breaking change: dropped support for CommonJS modules.
- Ported the source code to CoffeeScript.
PHP Minifier 4.0.1
- Fixed the TypeScript typings.
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
TransformMode
enumeration is now implemented as a frozen object.
PHP Minifier 3.0.0
- Breaking change: replaced the use of the
Promise
constructor 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
safe
transform mode.
PHP Minifier 2.1.0
- Removed the dependency on execa package.