Skip to content

v0.4.0

Compare
Choose a tag to compare
@danielroe danielroe released this 25 Jul 15:57
· 579 commits to main since this release
94194d4

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 to wordChar

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 and wrap to not wrap wrapped input (#33) (cd233ab)

Bug Fixes

  • order of generic types for param of createInput (#31) (545d725)
  • rename word to wordChar and add semantic word helper (#23) (033ee5c)
  • types: include flags in generated RegExp type (c78c4e1)
  • types: infer group names from param with Input type (#32) (6131ac6)