Skip to content

Commit 40ee618

Browse files
committed
1 parent de56423 commit 40ee618

File tree

16 files changed

+403
-23
lines changed

16 files changed

+403
-23
lines changed

packages/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [1.27.0](https://github.com/launchql/pgsql-parser/compare/@launchql/[email protected]...@launchql/[email protected]) (2025-06-21)
7+
8+
**Note:** Version bump only for package @launchql/proto-cli

packages/cli/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchql/proto-cli",
3-
"version": "1.26.0",
3+
"version": "1.27.0",
44
"description": "The LaunchQL PG Proto parser",
55
"author": "Dan Lynch <[email protected]>",
66
"main": "index.js",
@@ -18,7 +18,6 @@
1818
"bugs": {
1919
"url": "https://github.com/launchql/pgsql-parser/issues"
2020
},
21-
2221
"bin": {
2322
"pg-proto-parser": "index.js"
2423
},
@@ -54,6 +53,6 @@
5453
"minimist": "1.2.8",
5554
"mkdirp": "3.0.1",
5655
"nested-obj": "^0.0.1",
57-
"pg-proto-parser": "^1.24.0"
56+
"pg-proto-parser": "^1.25.0"
5857
}
5958
}

packages/deparser/CHANGELOG.md

Lines changed: 309 additions & 0 deletions
Large diffs are not rendered by default.

packages/deparser/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pgsql-deparser",
3-
"version": "17.0.0",
3+
"version": "17.1.0",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "PostgreSQL AST Deparser",
66
"main": "index.js",
@@ -48,6 +48,6 @@
4848
"libpg-query": "17.3.3"
4949
},
5050
"dependencies": {
51-
"@pgsql/types": "^17.0.0"
51+
"@pgsql/types": "^17.1.0"
5252
}
53-
}
53+
}

packages/enums/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [17.1.0](https://github.com/launchql/pgsql-parser/compare/[email protected]@17.1.0) (2025-06-21)
7+
8+
**Note:** Version bump only for package pgsql-enums

packages/enums/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pgsql-enums",
3-
"version": "17.0.0",
3+
"version": "17.1.0",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "PostgreSQL AST enums for pgsql-parser",
66
"main": "index.js",
@@ -31,7 +31,7 @@
3131
"test:watch": "jest --watch"
3232
},
3333
"devDependencies": {
34-
"pg-proto-parser": "^1.24.0"
34+
"pg-proto-parser": "^1.25.0"
3535
},
3636
"keywords": []
37-
}
37+
}

packages/parser/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [17.1.0](https://github.com/launchql/pgsql-parser/compare/[email protected]@17.1.0) (2025-06-21)
7+
8+
**Note:** Version bump only for package pgsql-parser

packages/parser/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pgsql-parser",
3-
"version": "17.0.0",
3+
"version": "17.1.0",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "The real PostgreSQL query parser",
66
"main": "index.js",
@@ -42,8 +42,8 @@
4242
"database"
4343
],
4444
"dependencies": {
45-
"@pgsql/types": "^17.0.0",
45+
"@pgsql/types": "^17.1.0",
4646
"libpg-query": "17.3.3",
4747
"minimist": "^1.2.6"
4848
}
49-
}
49+
}

packages/proto-parser/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [1.25.0](https://github.com/launchql/pgsql-parser/compare/[email protected]@1.25.0) (2025-06-21)
7+
8+
9+
### Bug Fixes
10+
11+
* make file operations Windows-compatible ([6edf87f](https://github.com/launchql/pgsql-parser/commit/6edf87f6536cce7c1da481ab2572c0d53fb0904c))
12+
13+
14+
### Features
15+
16+
* add isNode parameter to AST helper methods ([22c4c83](https://github.com/launchql/pgsql-parser/commit/22c4c8313e7aff66a0e50c0ebcd50d827d1c5203))
17+
* add nested objects output format for enum utilities ([bd14821](https://github.com/launchql/pgsql-parser/commit/bd148216722725f71f13aa6b12a006acaaa1497c))
18+
* add unidirectional enum conversion functions ([0a6bd57](https://github.com/launchql/pgsql-parser/commit/0a6bd5772a95dfcbbf099be8a5e9e147411a2534))

packages/proto-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg-proto-parser",
3-
"version": "1.24.0",
3+
"version": "1.25.0",
44
"description": "The LaunchQL Proto parser",
55
"author": "Dan Lynch <[email protected]>",
66
"main": "index.js",

0 commit comments

Comments
 (0)