Skip to content

Releases: sindresorhus/super-regex

v1.0.0

03 Apr 08:04
Compare
Choose a tag to compare
  • This package is now considered stable.

v0.3.0...v1.0.0

v0.3.0

12 Nov 10:14
Compare
Choose a tag to compare

Breaking

Improvements

v0.2.0...v0.3.0

v0.2.0

07 Jul 11:11
Compare
Choose a tag to compare

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

v0.1.0

03 Jun 10:07
Compare
Choose a tag to compare

🦄