Skip to content

v0.2.0

Compare
Choose a tag to compare
@sindresorhus sindresorhus released this 07 Jul 11:11
· 5 commits to main since this release

Breaking

  • Make matches() return an Iterable instead of an Array (#3) d3a07ad
    • This means the iterations are lazy and you can stop the matching early.
    • Just use the spread operator to get an array from it.

Improvements

v0.1.0...v0.2.0