Releases: unjs/magic-regexp
Releases · unjs/magic-regexp
v0.2.3
0.2.3 (2022-07-18)
Features
- types: add
MagicRegExpMatchArray
utility type (#12) (97cb27a)
v0.2.2
0.2.2 (2022-07-18)
Features
- expose flags as literal types (0c7bec7)
Bug Fixes
- types: escape generated types for
anyOf
(0be9fb3)
v0.2.1
0.2.1 (2022-07-17)
Bug Fixes
- correctly merge group generics for
.and
and .or
(b2b7876)
v0.2.0
0.2.0 (2022-07-17)
Features
- display built regexp in TS tooltip (#6) (051e219)
v0.1.0
0.1.0 (2022-07-17)
Features
- add
optionally
, oneOrMore
and times.any
and times.atLeast
(0484b31)
- add strong typing for
String.matchAll
(5a652b8)
v0.0.4
0.0.4 (2022-07-17)
Bug Fixes
- add type stub for transform plugin (edfe945)
v0.0.3
0.0.3 (2022-07-16)
Bug Fixes
- transform: don't parse vue template blocks (095ed0a)
v0.0.2
0.0.2 (2022-07-16)
Bug Fixes
- transform: use
mlly
to respect how users import lib (199da7e)