File tree Expand file tree Collapse file tree 3 files changed +29
-1
lines changed
crates/postgresql-cst-parser Expand file tree Collapse file tree 3 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 1+ # CHANGELOG
2+
3+ ## [0.2.0] - 2025-04-04
4+
5+ ### Improvements
6+ - Significant performance enhancement
7+
8+ ## [0.1.0] - 2025-03-21
9+
10+ ### Added
11+ - Initial release
12+ - PostgreSQL 17 syntax support
13+ - CST generation functionality following [gram.y](https://github.com/postgres/postgres/blob/REL_17_0/src/backend/parser/gram.y) structure
14+ - Pure Rust implementation enabling WebAssembly compilation via wasm-bindgen
Original file line number Diff line number Diff line change 1+ # CHANGELOG
2+
3+ ## [0.2.0] - 2025-04-04
4+
5+ ### Improvements
6+ - Significant performance enhancement
7+
8+ ## [0.1.0] - 2025-03-21
9+
10+ ### Added
11+ - Initial release
12+ - PostgreSQL 17 syntax support
13+ - CST generation functionality following [gram.y](https://github.com/postgres/postgres/blob/REL_17_0/src/backend/parser/gram.y) structure
14+ - Pure Rust implementation enabling WebAssembly compilation via wasm-bindgen
Original file line number Diff line number Diff line change 11[package ]
22name = " postgresql-cst-parser"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44edition = " 2021"
55repository = " https://github.com/tanzaku/postgresql-cst-parser"
66description = " An unofficial PostgreSQL CST parser written in Pure Rust."
You can’t perform that action at this time.
0 commit comments