Skip to content

v0.7.0

Compare
Choose a tag to compare
@ridiculousfish ridiculousfish released this 25 Aug 06:41
· 40 commits to master since this release

Version 0.7.0 of regress, REGex in Rust with EmcaScript Syntax.

  • Corrected errors when parsing certain invalid quantifiers (@selfisekai #59)
  • Added U+00A0 (NBSP) to whitespace (@HalidOdat #63)
  • Capture groups with the same name now emit parse errors (@raskad #65)
  • Lookbehinds now reject following invalid quantifiers (@raskad #66)
  • Corrected handling of Unicode escapes in capture group names (@sirosen #67)