Releases: stryker-mutator/weapon-regex
Releases · stryker-mutator/weapon-regex
Weapon RegeX v1.0.1
Fixes
Otherwise identical to https://github.com/stryker-mutator/weapon-regex/releases/v1.0.0
Weapon RegeX v1.0.0
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
andparse
returns aEither
instead ofTry
#172
BREAKING CHANGES
- NPM module is now published as ES instead of CommonJS #168
- Scala API now returns
Either
with aString
error message instead ofTry
#172
Internal
v0.6.0
v0.5.2
v0.5.1
v0.4.2: Merge pull request #39 from stryker-mutator/fix/null-or
v0.4.1
Merge pull request #18 from stryker-mutator/fix/workflow Fix/workflow