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
- Actively maintained: There is no evidence of recent activity beyond August 2021, with the last upstream push dated 2021-08-22, so maintenance appears limited or ended rather than ongoing.
- Update cadence: Updates are infrequent, with releases in 2020 (v1.1.0, v1.2.0) and then a gap until 2021 (v1.3.0).
AI summary generated Today
Recent updates
v1.3.0
8/22/2021Release 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
4/28/2020This 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
4/10/2020Release 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.