Skip to content

Releases: tedious/JShrink

v1.7.0

04 Oct 17:24
7a35f5a
Compare
Choose a tag to compare

What's Changed

  • implement fix to reduce amount of output examined for ends-in-keyword by @mdetrano in #141

New Contributors

Full Changelog: v1.6.8...v1.7.0

v1.6.8

20 Jun 13:32
35a83e0
Compare
Choose a tag to compare

What's Changed

  • Revert "To identify coorect end of the regex" by @tedivm in #136

Full Changelog: v1.6.7...v1.6.8

v1.6.7

19 Jun 22:12
7cb41f8
Compare
Choose a tag to compare

What's Changed

  • To identify correct end of the regex by @CGLOB in #124

New Contributors

Full Changelog: v1.6.6...v1.6.7

v1.6.6

18 Apr 22:31
e72133d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.5...v1.6.6

v1.6.5

12 Mar 15:19
aa786b1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.4...v1.6.5

v1.6.4

09 Mar 20:58
dee8822
Compare
Choose a tag to compare

What's Changed

  • Better Keyword Support and Testing by @tedivm in #126

Full Changelog: v1.6.3...v1.6.4

v1.6.3

09 Mar 17:13
439459e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.2...v1.6.3

v1.6.2

06 Mar 14:42
0393388
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.1...v1.6.2

v1.6.1

06 Mar 03:51
8dd2fd5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.6.1

v1.6.0

06 Mar 00:15
9db60b1
Compare
Choose a tag to compare

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