Releases: DerekStride/tree-sitter-sql
Releases · DerekStride/tree-sitter-sql
v0.3.5
What's Changed
- chore(release): 0.3.4 by @DerekStride in #271
- Publish fixes by @DerekStride in #272
- chore(release): 0.3.5 by @DerekStride in #273
Full Changelog: v0.3.4...v0.3.5
v0.3.4
What's Changed
- fix(ci): generate the parser artifacts before cargo publish by @DerekStride in #267
- feat: publish package to pypi by @DerekStride in #270
Full Changelog: v0.3.3...v0.3.4
v0.3.3
What's Changed
- chore: update crate name to avoid conflicts by @DerekStride in #265
- Make sure to build scanner by @DerekStride in #266
Full Changelog: v0.3.2...v0.3.3
v0.3.2
What's Changed
- Add if_not_exists optional rule to create database by @guilhas07 in #255
- add:
copy from stdin
by @matthias-Q in #257 - add:
ALTER COLUMN
SET
variations 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 constraint
for 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.