v0.4.0
0.4.0 (2022-07-25)
π Massive thanks to @didavid61202 for lots of great contributions in this release! π
β BREAKING CHANGES
- do not create wrap single chars in parentheses (#27)
word
has been renamed towordChar
Features
- add
wordBoundary
helper input (#20) (040c940) - add chained input
and.referenceToGroup
(#21) (a18fccb) - do not create wrap single chars in parentheses (#27) (a02645b)
- types: respect global flag for .match and .matchAll types (#29) (2211a83)
- update
IfSingle
andwrap
to not wrap wrapped input (#33) (cd233ab)