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 GitHub source appears quiet and not actively maintained, with the last upstream push on 2021-08-22, which is over 4 years ago relative to 2026-09-10.
- The available updates show a sparse cadence (not regular), with releases in 2021-08-22 and 2020-04-28, plus earlier ones in 2020 and 2020-01-12.
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.