Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@naiyerasif naiyerasif released this 17 Apr 15:49

What's Changed

  • Breaking change Uses only double-dots .. for specifying ranges (closes #5). To migrate, convert all your ranges separated by hyphen to ranges separated by double-dots (for example, convert 12-15 to 12..15)
  • Simplify parser implementation
  • Update docs for the latest changes
  • Tests for combination and scenario usecases

Full Changelog: v2.6.2...v3.0.0