All Versions
84
Latest Version
Avg Release Cycle
45 days
Latest Release
661 days ago

Changelog History
Page 8

  • v0.1.79 Changes

    • Require regex-syntax 0.3.8.
  • v0.1.78 Changes

    • PR #290: Fixes bug #289, which caused some regexes with a certain combination of literals to match incorrectly.
  • 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.75 Changes

    • PR #275: Improves match verification performance in the Teddy SIMD searcher.
    • PR #278: Replaces slow substring loop in the Teddy SIMD searcher with Aho-Corasick.
    • Implemented DoubleEndedIterator on regex set match iterators.
  • 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 for regex to 0.3.4.
  • 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.70 Changes

    • PR #231: Add SIMD accelerated multiple pattern search.
    • PR #228: Reintroduce the reverse suffix literal optimization.
    • PR #226: Implements NFA state compression in the lazy DFA.
    • PR #223: A fully anchored RegexSet can now short-circuit.