Skip to content

v0.3.0

Compare
Choose a tag to compare
@peter-jerry-ye peter-jerry-ye released this 10 Jul 08:35
· 10 commits to main since this release

[0.3.0]

Changed

  • MatchResult::groups now returns Map[String, @string.View] instead of
    Map[String, @string.View?] to avoid the extra wrap.

Fixed

  • The case insensitive check for A-Z did not include a-z correctly.