Sourced from regex-lite's changelog.
0.1.79
- Require regex-syntax 0.3.8.
0.1.78
- [PR #290](rust-lang/regex#290): Fixes bug #289, which caused some regexes with a certain combination of literals to match incorrectly.
0.1.77
- [PR #281](rust-lang/regex#281): Fixes bug #280 by disabling all literal optimizations when a pattern is partially anchored.
0.1.76
- Tweak criteria for using the Teddy literal matcher.
0.1.75
- [PR #275](rust-lang/regex#275): Improves match verification performance in the Teddy SIMD searcher.
- [PR #278](rust-lang/regex#278): Replaces slow substring loop in the Teddy SIMD searcher with Aho-Corasick.
- Implemented DoubleEndedIterator on regex set match iterators.
0.1.74
- Release regex-syntax 0.3.5 with a minor bug fix.
- Fix bug #272.
- Fix bug #277.
- [PR #270](rust-lang/regex#270): Fixes bugs #264, #268 and an unreported where the DFA cache size could be drastically underestimated in some cases (leading to high unexpected memory usage).
0.1.73
- Release
regex-syntax 0.3.4.- Bump
regex-syntaxdependency version forregexto0.3.4.0.1.72
- [PR #262](rust-lang/regex#262): Fixes a number of small bugs caught by fuzz testing (AFL).
0.1.71
... (truncated)
45c3da7
regex-lite-0.1.7873ed80
regex-automata-0.4.10ea834f8
regex-syntax-0.8.686836fb
changelog: 1.11.263a26c1
cargo: ensure that 'perf' doesn't enable 'std' implicitly (#1150)dd96592
doc: clarify CRLF mode effect931dae0
cargo: point repository metadata to clonable URLsa66fde6
doc: remove references to non-existent parameters1873e96
automata: add DFA::set_prefilter method to the DFA
types89ff153
doc: fix misspelling typo