Skip to content

Latest commit

 

History

History
71 lines (51 loc) · 3.62 KB

File metadata and controls

71 lines (51 loc) · 3.62 KB

Changelog

Version 8.0.0

  • Added support for a single input file.
  • Restored the TransformMode enumeration.
  • Breaking change: renamed the --recursive option to --recurse.
  • Breaking change: renamed the --silent option to --quiet.
  • Breaking change: renamed the ITransformer.close() method to dispose().

Version 7.2.0

  • Added the --recursive option to the command line interface.

Version 7.1.0

  • Restored the ITransformer.close() method.

Version 7.0.0

  • Breaking change: removed the ITransformer.close() method.
  • Breaking change: the ITransformer interface now extends the AsyncDisposable interface.

Version 6.0.0

  • Breaking change: renamed the Transformer interface to ITransformer.
  • Updated the project URL.

Version 5.1.0

Version 5.0.2

  • Fixed the Gulp plugin.

Version 5.0.1

Version 5.0.0

Version 4.0.1

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 the Promise.withResolvers() method.

Version 2.1.2

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

Version 1.0.2

  • Fixed a packaging issue.

Version 1.0.1

  • Improved compatibility with PHP 7.

Version 1.0.0

  • Initial release.