Skip to content

Releases: unjs/magic-regexp

v0.10.0

21 Apr 10:06
26bb862
Compare
Choose a tag to compare

   ๐Ÿšจ Breaking Changes

  • .or() chaining function now joins args with &nbsp;-&nbsp; by @eevho [<samp>( (#5)](` (#541))
    View changes on GitHub

v0.9.0

09 Apr 01:28
dbcb6f7
Compare
Choose a tag to compare

   ๐Ÿš€ Features

    View changes on GitHub

v0.8.0

07 Mar 00:18
Compare
Choose a tag to compare

   ๐Ÿš€ Features

    View changes on GitHub

v0.7.0

05 May 09:50
Compare
Choose a tag to compare

   ๐Ÿš€ Features

   ๐Ÿž Bug Fixes

    View changes on GitHub

v0.6.3

28 Feb 11:52
Compare
Choose a tag to compare

   ๐Ÿš€ Features

    View changes on GitHub

v0.6.2

29 Jan 13:27
Compare
Choose a tag to compare

0.6.2 (2023-01-29)

Bug Fixes

v0.6.1

16 Nov 22:35
72db10b
Compare
Choose a tag to compare

0.6.1 (2022-11-16)

Bug Fixes

  • nuxt: use rc14+ compatible nuxt module (98c4dc9)

v0.6.0

28 Oct 10:50
f374f10
Compare
Choose a tag to compare

0.6.0 (2022-10-28)

โš  BREAKING CHANGES

  • if you are using the types, there is now a hard dependency on TypeScript 4.7+ - see #79 for more

Features

  • implement letter.lowercase and letter.uppercase (#77) (70afa5b)

Bug Fixes

  • update interface Input type parameter to contravariant type (#79) (c9707a2)

v0.5.0

16 Sep 06:19
f08cfdb
Compare
Choose a tag to compare

0.5.0 (2022-09-16)

Features

  • default to non-capture, add grouped and groupedAs (#42) (6b8d4dc)
  • type-safe String.match (#68) (1a2d5d4)

v0.4.1

05 Aug 22:15
6829602
Compare
Choose a tag to compare

0.4.1 (2022-08-05)

Bug Fixes

  • types: differentiate symbols from generics (d92393d)