Skip to content

Releases: nihalgonsalves/pg-error-enum

pg-error-enum: v1.0.2

21 Mar 21:46
34e5550
Compare
Choose a tag to compare

1.0.2 (2025-03-21)

⚠ BREAKING CHANGES (v1.0.0)

  • This drops support for Node 18, and switches to a pure ESM package. This means that you either have to use "type": "module" in your package.json, or upgrade to a Node version that supports require(esm), i.e. >= v20.19.0, >= v22.12.0, or v23 and above.

Bug Fixes

pg-error-enum: v1.0.1

19 Mar 15:04
f79822d
Compare
Choose a tag to compare

1.0.1 (2025-03-19)

⚠ BREAKING CHANGES (v1.0.0)

  • This drops support for Node 18, and switches to a pure ESM package. This means that you either have to use "type": "module" in your package.json, or upgrade to a Node version that supports require(esm), i.e. >= v20.19.0, >= v22.12.0, or v23 and above.

Bug Fixes

pg-error-enum: v1.0.0

19 Mar 14:49
ac4313f
Compare
Choose a tag to compare

1.0.0 (2025-03-19)

⚠ BREAKING CHANGES

  • This drops support for Node 18, and switches to a pure ESM package. This means that you either have to use "type": "module" in your package.json, or upgrade to a Node version that supports require(esm), i.e. >= v20.19.0, >= v22.12.0, or v23 and above.

Build System

pg-error-enum: v0.7.3

01 Oct 06:59
f8f6b75
Compare
Choose a tag to compare

0.7.3 (2024-10-01)

Features

  • add INVALID_ARGUMENT_FOR_XQUERY (10608) (#540) (e14399a)

pg-error-enum: v0.7.2

22 Jul 09:37
10e9f02
Compare
Choose a tag to compare

0.7.2 (2024-07-22)

Features

pg-error-enum: v0.7.1

19 Feb 09:50
fe203e5
Compare
Choose a tag to compare

0.7.1 (2024-02-19)

Features

Bug Fixes

  • update sync.ts quotes for prettier changes (845a7c3)

v0.7.0

11 Sep 17:43
0e75ce7
Compare
Choose a tag to compare

0.7.0 (2023-09-11)

⚠ BREAKING CHANGES

  • sync: This removes an enum constant, and could possibly break code that uses it.

Features

  • sync: remove SNAPSHOT_TOO_OLD (72000) (#508) (6477108)

v0.6.1

07 Jul 14:54
73dd842
Compare
Choose a tag to compare

0.6.1 (2023-07-07)

Features

  • publish with npm provenance (6b28711)

v0.6.0 Add new error codes

02 Aug 08:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0 Add new error codes

29 Mar 19:56
Compare
Choose a tag to compare

#349

What's Changed

Read more