Releases: cedx/php-minifier.js
Releases · cedx/php-minifier.js
PHP Minifier 8.0.0
- Added support for a single input file.
- Restored the
TransformModeenumeration. - Breaking change: renamed the
--recursiveoption to--recurse. - Breaking change: renamed the
--silentoption to--quiet. - Breaking change: renamed the
ITransformer.close()method todispose().
PHP Minifier 7.2.0
- Added the
--recursiveoption to the command line interface.
PHP Minifier 7.1.0
- Restored the
ITransformer.close()method.
PHP Minifier 7.0.0
- Breaking change: removed the
ITransformer.close()method. - Breaking change: the
ITransformerinterface now extends theAsyncDisposableinterface.
PHP Minifier 6.0.0
- Breaking change: renamed the
Transformerinterface toITransformer. - Updated the project URL.
PHP Minifier 5.1.0
- Ported the source code to TypeScript.
PHP Minifier 5.0.2
- Fixed the Gulp plugin.
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.