Skip to content

Releases: stryker-mutator/weapon-regex

Weapon RegeX v1.0.1

18 Jul 11:32
v1.0.1
290e4e2
Compare
Choose a tag to compare

Weapon RegeX v1.0.0

18 Jul 10:48
v1.0.0
e98c0dd
Compare
Choose a tag to compare

Changes

  • Support parsing flags in JS parser flavor #165
  • Fix hex related parsing bugs #165
  • Map source-URIs to github instead of local files #125
  • Publish to NPM with native ESM #168
  • Publish TypeScript types #168
  • mutate and parse returns a Either instead of Try #172

BREAKING CHANGES

  • NPM module is now published as ES instead of CommonJS #168
  • Scala API now returns Either with a String error message instead of Try #172

Internal

  • Move node-only properties to Node #108
  • Compile and format with -Xsource:3 #126

v0.6.0

04 Jun 14:49
ced1ada
Compare
Choose a tag to compare

Features

  • builtinmutators

  • mutator

    • Add BuiltinMutatorsJS for exporting to JS bd120967
  • tree

v0.5.2

04 Jun 14:38
e6e066a
Compare
Choose a tag to compare

Bug Fixes

  • parser

    • Long quantifier limits check + unparsable with nothing preceding f20ad57e
  • tree mutator

    • TreeMutator should only filter the mutators once 9e3063b0

v0.5.1

08 May 16:50
8cfb224
Compare
Choose a tag to compare

Features

  • mutator

    • Change POSIXCharClassNegation mutation location aecaa28e
    • CharClassChildRemoval mutator also mutates naked character class 0fb4f0fa
    • TokenMutator returns Mutants and more precise mutation location f8015c04
  • parser

    • Add rules for parsing character class intersections 77c597f1

v0.4.2: Merge pull request #39 from stryker-mutator/fix/null-or

28 Apr 15:40
368c772
Compare
Choose a tag to compare

v0.4.1

09 Mar 17:45
5a68a0f
Compare
Choose a tag to compare
Merge pull request #18 from stryker-mutator/fix/workflow

Fix/workflow