Releases: fb55/nth-check
Releases · fb55/nth-check
v2.1.1
23 May 10:06
Compare
Sorry, something went wrong.
No results found
v2.1.0
22 May 22:40
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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.