Magic Regexp Versions Save

A compiled-away, type-safe, readable RegExp alternative

0.2.3

1 year ago

0.2.3 (2022-07-18)

Features

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

0.2.2

1 year ago

0.2.2 (2022-07-18)

Features

  • expose flags as literal types (0c7bec7)

Bug Fixes

  • types: escape generated types for anyOf (0be9fb3)

0.2.1

1 year ago

0.2.1 (2022-07-17)

Bug Fixes

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

0.2.0

1 year ago

0.2.0 (2022-07-17)

Features

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

0.1.0

1 year ago

0.1.0 (2022-07-17)

Features

  • add optionally, oneOrMore and times.any and times.atLeast (0484b31)
  • add strong typing for String.matchAll (5a652b8)

0.0.4

1 year ago

0.0.4 (2022-07-17)

Bug Fixes

  • add type stub for transform plugin (edfe945)

0.0.3

1 year ago

0.0.3 (2022-07-16)

Bug Fixes

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

0.0.2

1 year ago

0.0.2 (2022-07-16)

Bug Fixes

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