Skip to content

Releases: mrclay/jsmin-php

2.4.1

26 Mar 14:47
Compare
Choose a tag to compare

What's Changed

  • Fix php 8.1 deprecation notice for ord(null) by @Clemweb in #12

New Contributors

Full Changelog: 2.4.0...2.4.1

2.4.0

06 Dec 15:08
bb05feb
Compare
Choose a tag to compare

Now preserves ES6 template literals! Thanks to https://github.com/futtta/autoptimize for testing this in production :)

What's Changed

  • Preserve ES6 template literals by @mrclay in #7

New Contributors

  • @mrclay made their first contribution in #7

Full Changelog: 2.3.2...2.4.0

2.3.2

30 Mar 15:11
Compare
Choose a tag to compare

Correctly identifies regexes following keywords with no space. E.g. return/regex/;

Full Changelog: 2.3.1...2.3.2