Releases: DerekStride/tree-sitter-sql
Releases · DerekStride/tree-sitter-sql
v0.3.7.2
Notes
See v0.3.6, had issues when publishing and retrying with new tag.
What's Changed
- fix: bump other versions to 0.3.6 and add to docs by @DerekStride in #293
- chore(release): 0.3.7 by @DerekStride in #294
Full Changelog: v0.3.6...v0.3.7
v0.3.7
Notes
See v0.3.6, had issues when publishing and retrying with new tag.
What's Changed
- fix: bump other versions to 0.3.6 and add to docs by @DerekStride in #293
- chore(release): 0.3.7 by @DerekStride in #294
Full Changelog: v0.3.6...v0.3.7
v0.3.6
What's Changed
- add:
parenthesized_expression
by @matthias-Q in #275 - feat: drop constraint rule by @MilkeeyCat in #280
- bump: action versions by @matthias-Q in #285
- fix: package json scripts by @matthias-Q in #287
- feat: ON DUPLICATE KEY UPDATE by @DerekStride in #246
- remove duplicate directory in case insensitive repo by @mwhitworth in #290
- tree-sitter 0.24 upgrade by @mwhitworth in #283
- feat: add
SHOW
commands by @matthias-Q in #289 - feat: add
cross join unnest with ordinality
by @matthias-Q in #288 - chore(release): 0.3.6 by @DerekStride in #292
New Contributors
- @MilkeeyCat made their first contribution in #280
- @mwhitworth made their first contribution in #290
Full Changelog: v0.3.5...v0.3.6
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