Parses numeric range expressions like `1-10,20-30` into an array of numbers. Useful for turning user input ranges into a programmatically usable list, for example to generate values from expressions such as `4,6,8-10,12,14..16,18,20...23`.
Project status
- The repository appears effectively unmaintained, with the last upstream update on 2021-08-22, which is nearly five years ago as of 2026-06-09.
- Update cadence is low to nonexistent, with releases in 2021-08-22 and earlier in 2020 (multiple versions) and then no further updates after 2021.
AI summary generated
Recent updates
v1.3.0
Release v1.3.0 does not include any documented release notes. The diff shows a version bump in package.json and the addition of a new TypeScript declaration file for the package’s main parse function.
v1.2.0
This release (v1.2.0) updates the package code and README, but no release notes were provided. The code changes mainly relate to how the module is exported and how consumers should call the parser.
Breakingv1.1.0
Release v1.1.0 was published on 2020-04-10, but no release notes were provided by the publisher. As a result, there is no documented information about new features, breaking changes, bug fixes, security updates, performance improvements, or required migrations for this upgrade.
v1.0.0
Release v1.0.0 was published on 2020-01-12, but no release notes or change log content was provided by the publisher. As a result, there is no documented information here about new features, fixes, breaking changes, or required migration steps.