Skip to content

v1.6.0

Compare
Choose a tag to compare
@tedivm tedivm released this 06 Mar 00:15
· 22 commits to master since this release
9db60b1

This is the largest release in JShrink in almost a decade.

  • Regular Expression handling is significantly more robust, with multiple previous issues removed.
  • Output Buffering is removed in favor of traditional string handling. This was originally there for performance reasons that are no longer relevant.
  • Newline normalization now happens inline, which improves performance considerable.
  • In addition the test suite has been expanded to cover additional cases.

What's Changed

Full Changelog: v1.5.0...v1.6.0