Skip to content

Release v1.0.0

Choose a tag to compare

@github-actions github-actions released this 22 Jul 17:15
· 8 commits to main since this release

Release version 1.0.0 (major bump)

See CHANGELOG.md for details.

What's Changed

  • [NO ISSUE] Pin exact NPM version with hash by @TomStrepsil in #39
  • [14] Ensure ergonomic expectation for .test(), ensuring patterns without end-of-input boundary assertions don't always match by @TomStrepsil in #40
  • [NO-ISSUE] various docs fixes by @TomStrepsil in #41
  • [43] Fix brace misinterpretation in quantifier matching by @TomStrepsil in #44
  • [45] Fix for literal \k escapes, where no named capture group specified by @TomStrepsil in #48
  • [46] Support [ literal inside character class where not a v-mode (unicodeSets) expression. by @TomStrepsil in https://github.com//pull/49
  • [47] Fix for astral plane characters outside of character classes by @TomStrepsil in #50
  • [42] revert move to partialMatchRegExp class by @TomStrepsil in #52
  • [53] Add PCRE2 documentation and parity tests by @TomStrepsil in #54
  • [55] add test() / exec() documentation back by @TomStrepsil in #56
  • [57] Fix alternation to end of input for multiline scenarios by @TomStrepsil in #58
  • [NO ISSUE] Docs fixes by @TomStrepsil in #59
  • [NO ISSUE] more documentation fixes by @TomStrepsil in #60
  • [61] partial matching of backreferences by @TomStrepsil in #62
  • [NO ISSUE] remove named export by @TomStrepsil in #64
  • [65] allow dependabot PRs by @TomStrepsil in #66

Full Changelog: v0.4.0...v1.0.0