Skip to content

Weapon RegeX v1.0.0

Compare
Choose a tag to compare
@hugo-vrijswijk hugo-vrijswijk released this 18 Jul 10:48
· 296 commits to main since this release
v1.0.0
e98c0dd

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