v0.4.1
Breaking changes:
- Keyword support is now explicit.
- Capture groups are no longer supported. Use
slice()
yourself, or use thevalue
transform. {pop: 1}
will now throw an error; use{pop: true}
.- The
size
property has been removed. Usetext.length
instead.