0.3.0 (2022-07-20)
- support string/Set as flags from
createRegExp
(231dfa1)
- transform: add cjs stub for compatibility (07a6ff7), closes #11
🎉 5❤️ 1
0.2.3 (2022-07-18)
- types: add
MagicRegExpMatchArray
utility type (#12) (97cb27a)
0.2.2 (2022-07-18)
- expose flags as literal types (0c7bec7)
- types: escape generated types for
anyOf
(0be9fb3)
🎉 1
0.2.1 (2022-07-17)
- correctly merge group generics for
.and
and .or
(b2b7876)
🎉 1
0.2.0 (2022-07-17)
- display built regexp in TS tooltip (#6) (051e219)
🎉 1
0.1.0 (2022-07-17)
- add
optionally
, oneOrMore
and times.any
and times.atLeast
(0484b31) - add strong typing for
String.matchAll
(5a652b8)
❤️ 1
0.0.4 (2022-07-17)
- add type stub for transform plugin (edfe945)
0.0.3 (2022-07-16)
- transform: don't parse vue template blocks (095ed0a)
0.0.2 (2022-07-16)
- transform: use
mlly
to respect how users import lib (199da7e)