Skip to content

v0.2.0

Compare
Choose a tag to compare
@slevithan slevithan released this 11 Nov 10:37
· 139 commits to main since this release

🚨 Breaking

  • Changed target value ESNext to ES2025. The features used are all slated for ES2025.

🐞 Fixes

  • Error for unsupported grapheme boundary \y, \Y.
  • Error for unsupported octal UTF-encoded bytes above \177.
  • Error for incomplete, invalid, or unsupported octal code point \o{…}.