Releases: unjs/magic-regexp
Releases ยท unjs/magic-regexp
v0.10.0
v0.9.0
๐ Features
- Add
orChar
/from
chain forcharIn
/charNotIn
- by @danielroe in #399 (a386d)
View changes on GitHub
v0.8.0
๐ Features
View changes on GitHub
v0.7.0
๐ Features
- Add
not.word
helper input - by @didavid61202 in #282 (c73c2) - Variadic input helpers - by @didavid61202 in #284 (00dab)
- Experimental type-level RegExp match - by @didavid61202 in #288 (1bf8b)
- docs: Switch from plausible to vercel - by @danielroe in #297 (849dd)
๐ Bug Fixes
- Fix
Input
generic contravariant error with TS 5+ - by @didavid61202 in #298 (2ba31)