All Versions
82
Latest Version
Avg Release Cycle
41 days
Latest Release
77 days ago
Changelog History
Page 8
Changelog History
Page 8
-
v0.1.77 Changes
- PR #281: Fixes bug #280 by disabling all literal optimizations when a pattern is partially anchored.
-
v0.1.76 Changes
- ๐ Tweak criteria for using the Teddy literal matcher.
-
v0.1.74 Changes
- ๐ Release regex-syntax 0.3.5 with a minor bug fix.
- ๐ Fix bug #272.
- ๐ Fix bug #277.
- PR #270: Fixes bugs #264, #268 and an unreported where the DFA cache size could be drastically under estimated in some cases (leading to high unexpected memory usage).
-
v0.1.73 Changes
- ๐ Release
regex-syntax 0.3.4
. - โฌ๏ธ Bump
regex-syntax
dependency version forregex
to0.3.4
.
- ๐ Release
-
v0.1.72 Changes
- PR #262: Fixes a number of small bugs caught by fuzz testing (AFL).
-
v0.1.71 Changes
- PR #236: Fix a bug in how suffix literals were extracted, which could lead to invalid match behavior in some cases.
-
v0.1.68 Changes
- PR #210:
Fixed a performance bug in
bytes::Regex::replace
whereextend
was used instead ofextend_from_slice
. - PR #211: Fixed a bug in the handling of word boundaries in the DFA.
- PR #213: Added RE2 and Tcl to the benchmark harness. Also added a CLI utility from running regexes using any of the following regex engines: PCRE1, PCRE2, Oniguruma, RE2, Tcl and of course Rust's own regexes.
- PR #210:
Fixed a performance bug in