A Node.js package for parsing PostgreSQL interval strings and converting the result back to formats like Postgres interval strings or ISO 8601 duration strings. Useful when you need to interpret Postgres interval output (assuming the default Postgres interval style) and then pass the parsed value into applications or prepared statements.
Project status
- The repository appears to be actively worked on, with a recent upstream push dated 2025-07-03, but the most recent tagged updates shown here are older (last summarized update is v4.0.2 from 2024-01-29).
- Update cadence based on the provided tagged history is low, with v4.0.0 (2021-09-14), v4.0.1 (2023-06-29), and v4.0.2 (2024-01-29), suggesting an infrequent release pattern rather than continuous delivery.
AI summary generated Today
Recent updates
v4.0.2
1/29/2024Release v4.0.2 makes a small internal change to how fractional seconds are converted into milliseconds in the interval parser. The accompanying test suite adds coverage for fractional second strings with leading zeros and varying digit counts.
v4.0.1
6/29/2023Release v4.0.1 was published on 2023-06-29, but the publisher did not provide any release notes. Because no documented changes are available, developers should review the repository diff and changelog/history to identify potential API, behavior, or dependency updates before upgrading.
v4.0.0
9/14/2021This release is tagged v4.0.0, but no release notes were provided by the publisher. As a result, there is not enough information to identify new features, breaking changes, bug fixes, security updates, performance improvements, or migration/dependency changes from the release notes alone.