regex v0.2.4 Release Notes

Release Date: 2017-12-30 // over 6 years ago
  • ๐Ÿ†• New features:

    • FEATURE #348: Improve performance for capture searches on anchored regex. (Contributed by @ethanpailes. Nice work!)
    • FEATURE #419: Expand literal searching to include Tuned Boyer-Moore in some cases. (Contributed by @ethanpailes. Nice work!)

    ๐Ÿ› Bug fixes:

    • BUG: The regex compiler plugin has been removed.
    • BUG: simd has been bumped to 0.2.1, which fixes a Rust nightly build error.
    • BUG: Bring the benchmark harness up to date.