Skip to content

Commit a1fd1b0

Browse files
committed
chore(release): publish
- pgsql-deparser@17.16.0 - pgsql-parser@17.9.8 - pg-ast@17.9.3 - @pgsql/cli@1.32.8 - plpgsql-deparser@0.3.0 - plpgsql-parser@0.2.0 - @pgsql/transform@17.9.8 - @pgsql/utils@17.8.8
1 parent 0437835 commit a1fd1b0

17 files changed

Lines changed: 5473 additions & 2707 deletions

File tree

packages/deparser/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [17.16.0](https://github.com/constructive-io/pgsql-parser/compare/pgsql-deparser@17.15.2...pgsql-deparser@17.16.0) (2025-12-31)
7+
8+
### Features
9+
10+
- **deparser:** add pretty printing for CREATE FUNCTION params and RETURNS TABLE ([9dda8d1](https://github.com/constructive-io/pgsql-parser/commit/9dda8d1bf8c9d18a82ad3e462d93edb93e8662eb))
11+
612
## [17.15.2](https://github.com/constructive-io/pgsql-parser/compare/pgsql-deparser@17.15.1...pgsql-deparser@17.15.2) (2025-12-27)
713

814
**Note:** Version bump only for package pgsql-deparser

packages/deparser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pgsql-deparser",
3-
"version": "17.15.2",
3+
"version": "17.16.0",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "PostgreSQL AST Deparser",
66
"main": "index.js",

packages/parser/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [17.9.8](https://github.com/constructive-io/pgsql-parser/compare/pgsql-parser@17.9.7...pgsql-parser@17.9.8) (2025-12-31)
7+
8+
**Note:** Version bump only for package pgsql-parser
9+
610
## [17.9.7](https://github.com/constructive-io/pgsql-parser/compare/pgsql-parser@17.9.6...pgsql-parser@17.9.7) (2025-12-27)
711

812
**Note:** Version bump only for package pgsql-parser

packages/parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pgsql-parser",
3-
"version": "17.9.7",
3+
"version": "17.9.8",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "The real PostgreSQL query parser",
66
"main": "index.js",

packages/pg-ast/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [17.9.3](https://github.com/constructive-io/pgsql-parser/compare/pg-ast@17.9.2...pg-ast@17.9.3) (2025-12-31)
7+
8+
**Note:** Version bump only for package pg-ast
9+
610
## [17.9.2](https://github.com/constructive-io/pgsql-parser/compare/pg-ast@17.9.1...pg-ast@17.9.2) (2025-12-27)
711

812
**Note:** Version bump only for package pg-ast

packages/pg-ast/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg-ast",
3-
"version": "17.9.2",
3+
"version": "17.9.3",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "PostgreSQL AST helpers for building AST nodes",
66
"main": "index.js",

packages/pgsql-cli/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.32.8](https://github.com/constructive-io/pgsql-parser/compare/@pgsql/cli@1.32.7...@pgsql/cli@1.32.8) (2025-12-31)
7+
8+
**Note:** Version bump only for package @pgsql/cli
9+
610
## [1.32.7](https://github.com/constructive-io/pgsql-parser/compare/@pgsql/cli@1.32.6...@pgsql/cli@1.32.7) (2025-12-27)
711

812
**Note:** Version bump only for package @pgsql/cli

packages/pgsql-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgsql/cli",
3-
"version": "1.32.7",
3+
"version": "1.32.8",
44
"description": "Unified CLI for PostgreSQL AST parsing, deparsing, and code generation",
55
"author": "Constructive <developers@constructive.io>",
66
"main": "index.js",

packages/plpgsql-deparser/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.3.0](https://github.com/constructive-io/pgsql-parser/compare/plpgsql-deparser@0.2.1...plpgsql-deparser@0.3.0) (2025-12-31)
7+
8+
### Features
9+
10+
- **deparser:** add pretty printing for CREATE FUNCTION params and RETURNS TABLE ([9dda8d1](https://github.com/constructive-io/pgsql-parser/commit/9dda8d1bf8c9d18a82ad3e462d93edb93e8662eb))
11+
- **plpgsql-deparser:** add dehydratePlpgsqlAst and demo test ([b530f17](https://github.com/constructive-io/pgsql-parser/commit/b530f17c0f80b0a82bcc1ea6d86a83661293c56e))
12+
- **plpgsql-deparser:** add hydratePlpgsqlAst for parsing embedded SQL expressions ([c8e23a1](https://github.com/constructive-io/pgsql-parser/commit/c8e23a110640d55f74c0e5b1d0145eab831cafff))
13+
- **plpgsql-deparser:** include full CREATE FUNCTION in hydrate demo ([c1698f9](https://github.com/constructive-io/pgsql-parser/commit/c1698f9b39569e4f3890361c89123bb9400b34e1))
14+
615
## [0.2.1](https://github.com/constructive-io/pgsql-parser/compare/plpgsql-deparser@0.2.0...plpgsql-deparser@0.2.1) (2025-12-31)
716

817
**Note:** Version bump only for package plpgsql-deparser

packages/plpgsql-deparser/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plpgsql-deparser",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "PL/pgSQL AST Deparser - Converts PL/pgSQL function ASTs back to SQL",
66
"main": "index.js",
@@ -46,8 +46,8 @@
4646
"libpg-query": "17.7.3",
4747
"makage": "^0.1.8"
4848
},
49-
"dependencies": {
50-
"@pgsql/types": "^17.6.2",
51-
"pgsql-deparser": "workspace:*"
52-
}
49+
"dependencies": {
50+
"@pgsql/types": "^17.6.2",
51+
"pgsql-deparser": "workspace:*"
52+
}
5353
}

0 commit comments

Comments
 (0)