A Node.js reader that parses PostgreSQL binary numeric values and converts them into a string. Useful when you need to decode numeric fields from PostgreSQL binary format, intended for use with pg (node-postgres).
Project status
- The repository appears to have recent activity (latest upstream push dated 2025-12-18), but the provided tagged “updates” are from 2019 (v1.0.0 to v1.0.2), so release-level cadence looks sparse despite at least some ongoing work.
- Apparent tagged update cadence (from 2019): v1.0.0 (2019-08-15), v1.0.1 (2019-09-10, about 3.5 weeks later), and v1.0.2 (2019-11-11, about 2 months later), followed by no further tagged updates in the provided history.
AI summary generated Today
Recent updates
v1.0.2
11/11/2019This change set is a small patch release (v1.0.2) that updates the numeric parsing logic and expands the test suite. No publisher release notes were provided, but the changelog included a specific bug fix related to handling of negative zero for certain decimal scales.
v1.0.1
9/10/2019Release v1.0.1 updates the project metadata and test/CI setup, and makes a small implementation tweak in numeric parsing. No release notes were provided, so changes that affect consumers must be inferred directly from the diff.
Breakingv1.0.0
8/15/2019Release v1.0.0 is published, but no release notes were provided by the publisher. As a result, there is no documented information about new features, bug fixes, breaking changes, security updates, or migration steps.