Skip to content

Releases: unjs/magic-regexp

v0.2.3

18 Jul 21:27
b898740
Compare
Choose a tag to compare

0.2.3 (2022-07-18)

Features

  • types: add MagicRegExpMatchArray utility type (#12) (97cb27a)

v0.2.2

18 Jul 13:00
7cce7a4
Compare
Choose a tag to compare

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

17 Jul 17:43
3bb4c45
Compare
Choose a tag to compare

0.2.1 (2022-07-17)

Bug Fixes

  • correctly merge group generics for .and and .or (b2b7876)

v0.2.0

17 Jul 17:05
36c29f3
Compare
Choose a tag to compare

0.2.0 (2022-07-17)

Features

  • display built regexp in TS tooltip (#6) (051e219)

v0.1.0

17 Jul 11:39
477dfe4
Compare
Choose a tag to compare

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

17 Jul 09:26
9e059d9
Compare
Choose a tag to compare

0.0.4 (2022-07-17)

Bug Fixes

  • add type stub for transform plugin (edfe945)

v0.0.3

17 Jul 06:58
27db536
Compare
Choose a tag to compare

0.0.3 (2022-07-16)

Bug Fixes

  • transform: don't parse vue template blocks (095ed0a)

v0.0.2

16 Jul 21:14
866b8d6
Compare
Choose a tag to compare

0.0.2 (2022-07-16)

Bug Fixes

  • transform: use mlly to respect how users import lib (199da7e)