Releases: tjenkinson/redos-detector
Releases · tjenkinson/redos-detector
v5.1.3
What's Changed
- Bring back #599 and #612, with fix for performance issue by @tjenkinson in #618
Full Changelog: v5.1.2...v5.1.3
v5.1.2
What's Changed
- Revert #612 and #599 (changes in v5.1.1) by @tjenkinson in #614
Full Changelog: v5.1.1...v5.1.2
v5.1.1
What's Changed
- Make worst case backreference count accurate, and other fixes by @tjenkinson in #599
- Prepend
[^]*
to patterns that are not bounded at the start by @tjenkinson in #612
Full Changelog: v5.1.0...v5.1.1
v5.1.0
v5.0.1
What's Changed
- Update
bin
property in package.json to be object by @tjenkinson in #483 - Move back to node 18 for now by @tjenkinson in #484
Full Changelog: v5.0.0...v5.0.1
v5.0.0
What's Changed
- Support the regex
d
flag by @tjenkinson in #481 - Remove
stackOverflow
error by @tjenkinson in #480
Full Changelog: v4.3.2...v5.0.0
v4.3.2
What's Changed
- Do not calculate if end is unbounded when unnecessary by @tjenkinson in #469
- Use node 20 on CI by @tjenkinson in #471
Full Changelog: v4.3.1...v4.3.2
v4.3.1
What's Changed
- Do not increase step count when checking if reader bounded by @tjenkinson in #462
Full Changelog: v4.3.0...v4.3.1
v4.3.0
What's Changed
- Incorporate unbounded check into stack/steps limit by @tjenkinson in #461
- Support
dotAll
mode by @tjenkinson in #449
Full Changelog: v4.2.1...v4.3.0