Releases: unjs/magic-regexp
Releases · unjs/magic-regexp
v0.8.0
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)
View changes on GitHub
v0.6.3
v0.6.2
v0.6.1
v0.6.0
v0.5.0
v0.4.1
v0.4.0
0.4.0 (2022-07-25)
🎉 Massive thanks to @didavid61202 for lots of great contributions in this release! 🎉
⚠ BREAKING CHANGES
- do not create wrap single chars in parentheses (#27)
word
has been renamed towordChar
Features
- add
wordBoundary
helper input (#20) (040c940) - add chained input
and.referenceToGroup
(#21) (a18fccb) - do not create wrap single chars in parentheses (#27) (a02645b)
- types: respect global flag for .match and .matchAll types (#29) (2211a83)
- update
IfSingle
andwrap
to not wrap wrapped input (#33) (cd233ab)