Releases: tedious/JShrink
Releases · tedious/JShrink
v1.7.0
v1.6.8
v1.6.7
v1.6.6
v1.6.5
v1.6.4
v1.6.3
v1.6.2
v1.6.1
v1.6.0
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
- Optimize newline and empty comment normalization by @tedivm in #117
- Add tests for #67 by @tedivm in #118
- Regex Refactoring, Removal of Buffer by @tedivm in #119
Full Changelog: v1.5.0...v1.6.0