Skip to content

Commit 11bc515

Browse files
committed
chore(release): publish
- plpgsql-deparser@0.2.0
1 parent c3a9431 commit 11bc515

3 files changed

Lines changed: 5436 additions & 2696 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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+
# 0.2.0 (2025-12-31)
7+
8+
### Bug Fixes
9+
10+
- improve loop variable handling and add plpgsql-pretty snapshot tests ([89a0621](https://github.com/constructive-io/pgsql-parser/commit/89a0621a00ed17c1415e508ff3b2418f18abd5d1))
11+
12+
### Features
13+
14+
- add fixture generation and round-trip testing for plpgsql-deparser ([7354e55](https://github.com/constructive-io/pgsql-parser/commit/7354e55d8387e6e4132c9ff8fdc4881bb042b4f1))
15+
- add fixture pipeline using @libpg-query/parser for plpgsql-deparser ([7c4d752](https://github.com/constructive-io/pgsql-parser/commit/7c4d7525ca1ecfeef3ff22f8f393b35f9afd6472))
16+
- scaffold plpgsql-deparser package for PL/pgSQL AST deparsing ([426f297](https://github.com/constructive-io/pgsql-parser/commit/426f297d9d17e0b2abadf5182d2723f05c3fbdfa))

packages/plpgsql-deparser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plpgsql-deparser",
3-
"version": "0.1.0",
3+
"version": "0.2.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",

0 commit comments

Comments
 (0)