Releases: cedx/php-minifier.js
Releases · cedx/php-minifier.js
PHP Minifier 7.2.0
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
ITransformer
interface now extends theAsyncDisposable
interface.
PHP Minifier 6.0.0
- Breaking change: renamed the
Transformer
interface 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.
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.