Skip to content

Releases: fb55/nth-check

v2.1.1

23 May 10:06
Compare
Choose a tag to compare
  • The ESM code had some issues that are now fixed aeeb067

v2.1.0...v2.1.1

v2.1.0

22 May 22:40
Compare
Choose a tag to compare

What's Changed

  • nth-check is now a dual CommonJS and ESM module #206
  • With the new sequence and generate methods, it is now possible to generate a sequence of indices for a given formula #207

Full Changelog: v2.0.1...v2.1.0

v2.0.1

16 Sep 12:02
Compare
Choose a tag to compare

Fixes:

  • Replace regex with hand-rolled parser for nth-expressions (#9) 9894c1d
    • Ensures parsing will always have linear time complexity.

Internal:

  • chore(ci): Use GitHub Actions, Dependabot (#10) e02b4dd
  • Bump dependencies

v2.0.0...v2.0.1

v2.0.0

01 Dec 22:52
Compare
Choose a tag to compare
  • Port module to TS, Jest, ESLint

Breaking:

  • The main export is now a default export.
  • The module now throws regular Errors on invalid selectors instead of SyntaxErrors.