0.4.0 (2022-07-25)
π Massive thanks to @didavid61202 for lots of great contributions in this release! π
- do not create wrap single chars in parentheses (#27)
word
has been renamed to wordChar
- 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
and wrap
to not wrap wrapped input (#33) (cd233ab)
- order of generic types for param of
createInput
(#31) (545d725) - rename
word
to wordChar
and add semantic word
helper (#23) (033ee5c) - types: include flags in generated RegExp type (c78c4e1)
- types: infer group names from param with
Input
type (#32) (6131ac6)