Skip to content

Releases: stephen-riley/pcre2-wasm

play nicer with VS Code extension host

24 Aug 05:24
Compare
Choose a tag to compare
  • remove exception throw from abort() See #3 a91ced9
  • update vscode settings 89348ac

v1.2.3...v1.2.4

Don't minify js on build for easier debugging of hosting apps

23 Aug 22:22
Compare
Choose a tag to compare
  • don't minify js on build for easier debugging of hosting apps 7a1f462
  • fixed type on README 30dfa60

v1.2.2...v1.2.3

fixed substituteAll extended syntax issue

17 Feb 01:41
Compare
Choose a tag to compare
  • fixed substituteAll extended syntax issue 176d5b1

v1.2.1...v1.2.2

add extended substitution syntax support

16 Feb 21:16
Compare
Choose a tag to compare

change named group field name to "name" from "label"

15 Jan 00:02
Compare
Choose a tag to compare

improve match results support for named groups

14 Jan 23:50
Compare
Choose a tag to compare
  • improved linkage between named and numbered groups 0d4b121

v1.0.0...v1.1.0

1.0.0 release

14 Jan 21:31
Compare
Choose a tag to compare

npm install @stephen-riley/pcre2-wasm to install

RC2

08 Jan 05:40
Compare
Choose a tag to compare
RC2 Pre-release
Pre-release
v0.9.2

0.9.2

RC1

08 Jan 03:18
Compare
Choose a tag to compare
RC1 Pre-release
Pre-release
  • add tests for constructor flags a346867
  • update API docs 1229917
  • adjust subsitute* API to mirror match* on errors c49bde0
  • make the exec() global flag truthy d6da660
  • get test coverage squared away 4e0fee6
  • reintroduce make in test script 4415d28
  • rev PCRE2 library dependency 02620fd

v0.4.0...v0.9.0

now supports substitute() and substituteAll()

07 Jan 05:31
Compare
Choose a tag to compare

v0.3.0...v0.4.0