Releases: DerekStride/tree-sitter-sql
Releases · DerekStride/tree-sitter-sql
v0.3.2
What's Changed
- Add if_not_exists optional rule to create database by @guilhas07 in #255
- add:
copy from stdinby @matthias-Q in #257 - add:
ALTER COLUMNSETvariations by @matthias-Q in #259 - Fix/update bindings by @grpse in #260
- chore: use newer tree-sitter version by @HerringtonDarkholme in #263
- chore(release): 0.3.2 by @DerekStride in #264
New Contributors
- @grpse made their first contribution in #260
- @HerringtonDarkholme made their first contribution in #263
Full Changelog: v0.3.0...v0.3.2
v0.3.0
What's Changed
- fix(scanner): do not allow whitespaces in dollar quote tag by @eklmv in #235
- Fix literal numerics regex highlights by @ds-cbo in #239
- add: Cargo.toml in release by @matthias-Q in #242
- fix: Update gh-pages.yml by @DerekStride in #243
- add:
check constraintfor column definitions by @matthias-Q in #248 - fix: add unique constraint by @guilhas07 in #250
- chore(release): 0.3.0 by @matthias-Q in #251
New Contributors
- @eklmv made their first contribution in #235
- @guilhas07 made their first contribution in #250
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- fix: The scannar can now scan tag name with any (expected '$') ASCII … by @antoineB in #210
- feat!: Add complex index fields to CREATE INDEX statements by @dgmcdona in #229
- feat: postgresql expression subscripts by @DerekStride in #230
- fix: ensure scanner.c is included in npm package by @DerekStride in #232
Full Changelog: v0.1.1...v0.2.0
Release v0.1.1
chore(release): 0.1.1
Initial Release
tree-sitter-sql
As of #223 we'll be publishing releases of this package to npm. We follow semantic versioning and will start to track breaking changes to the AST.