Skip to content

v0.4.1

Compare
Choose a tag to compare
@tjvr tjvr released this 24 Jul 19:58

Breaking changes:

  • Keyword support is now explicit.
  • Capture groups are no longer supported. Use slice() yourself, or use the value transform.
  • {pop: 1} will now throw an error; use {pop: true}.
  • The size property has been removed. Use text.length instead.