Releases: auxten/postgresql-parser
Releases · auxten/postgresql-parser
v1.0.1
What's Changed
- Update README.md by @wule61 in #10
- build: upgrade dep version by @a631807682 in #18
- Remove vendored dependencies by @mostafa in #19
New Contributors
- @wule61 made their first contribution in #10
- @a631807682 made their first contribution in #18
- @mostafa made their first contribution in #19
Full Changelog: v1.0.0...v1.0.1
Fix walk to support AST struct member walk
v1.0.0 Fix walk to support AST struct member walk
Cleanup makefile and fix `make generate`
Fix AST walker and optimize the func signature
v0.3 Optimize ast walker
Add walker package
Add walker package.
See walk.go for usage