Back to Explore

martianboy/postgres-range

GitHub
1 watchersOpen source

Last release: 1/29/2024

A Node.js package that parses and serializes PostgreSQL range types, turning Postgres range strings into Range objects and back. Useful when you need to read, work with, and convert PostgreSQL range columns in JavaScript, including support for bounds and containment checks.

Project status

  • The project appears to be maintained, with the last upstream push on 2024-07-17 and a more recent tagged update (v1.1.4 on 2024-01-29), though activity looks infrequent.
  • Update cadence is low, with major movement between v1.0.0 (2021-03-11) and v1.1.4 (2024-01-29), suggesting a maintenance-style pace rather than frequent iteration.

AI summary generated Today

AI-generated from public sources. May be inaccurate. Report

Recent updates

  • v1.1.4

    1/29/2024

    v1.1.4 primarily documents a new Range.toPostgres() helper and a TypeScript typing fix. However, the actual code diff shows more substantial behavioral and API-shape changes around Range.containsPoint/containsRange and how bounds are compared, plus parser behavior improvements not mentioned in the release notes.

    Features
  • v1.0.0

    3/11/2021

    Release v1.0.0 was published on 2021-03-11. No release notes were provided, so there is no information available about new features, fixes, or potential breaking changes.