Releases: deepnote/sql-language-server
@deepnote/sqlint@3.0.0
What's Changed
- chore: Upgrade vulnerable dependencies. by @Artmann in #28
- chore: bump @deepnote/sqlint to 2.0.1 by @Artmann in #29
- chore: Require Node 22. by @Artmann in #30
Full Changelog: https://github.com/deepnote/sql-language-server/compare/@deepnote/sql-language-server@2.0.3...@deepnote/sqlint@3.0.0
@deepnote/sqlint@2.0.1
What's Changed
- chore: Upgrade vulnerable dependencies. by @Artmann in #28
- chore: bump @deepnote/sqlint to 2.0.1 by @Artmann in #29
Full Changelog: https://github.com/deepnote/sql-language-server/compare/@deepnote/sql-language-server@2.0.3...@deepnote/sqlint@2.0.1
@deepnote/sql-parser@3.0.0
What's Changed
- chore: Upgrade vulnerable dependencies. by @Artmann in #28
- chore: bump @deepnote/sqlint to 2.0.1 by @Artmann in #29
- chore: Require Node 22. by @Artmann in #30
Full Changelog: https://github.com/deepnote/sql-language-server/compare/@deepnote/sql-language-server@2.0.3...@deepnote/sql-parser@3.0.0
@deepnote/sql-language-server@3.0.0
What's Changed
- chore: Upgrade vulnerable dependencies. by @Artmann in #28
- chore: bump @deepnote/sqlint to 2.0.1 by @Artmann in #29
- chore: Require Node 22. by @Artmann in #30
Full Changelog: https://github.com/deepnote/sql-language-server/compare/@deepnote/sql-language-server@2.0.3...@deepnote/sql-language-server@3.0.0
@deepnote/sql-language-server@2.0.3
What's Changed
- fix: Fix autocomplete table name issues. by @Artmann in #25
- Bump mysql2 from 2.3.0 to 3.9.8 by @dependabot[bot] in #12
- chore: bump @deepnote/sql-language-server to 2.0.3 by @Artmann in #27
Full Changelog: https://github.com/deepnote/sql-language-server/compare/@deepnote/sql-language-server@2.0.2...@deepnote/sql-language-server@2.0.3
@deepnote/sql-language-server@2.0.2
What's Changed
- fix: Don't include columns when completing FROM statements. by @Artmann in #22
- chore: bump @deepnote/sql-language-server to 2.0.2 by @Artmann in #23
Full Changelog: https://github.com/deepnote/sql-language-server/compare/@deepnote/sql-language-server@2.0.1...@deepnote/sql-language-server@2.0.2
@deepnote/sql-language-server@2.0.1
What's Changed
- fix: autocomplete table names after FROM/JOIN keywords by @Artmann in #20
- chore: bump @deepnote/sqlite-language-server to 2.0.1 by @Artmann in #21
Full Changelog: https://github.com/deepnote/sql-language-server/compare/@deepnote/sql-language-server@2.0.0...@deepnote/sql-language-server@2.0.1
@deepnote/sqlint@2.0.0
What's Changed
- Remove log4js completely by @the21st in #6
- Add support for parsing database entities including hyphens by @ondrejromancov in #7
- Change package/server dependancy to local sql-parser by @ondrejromancov in #8
- Publish sql-parser package separately by @ondrejromancov in #14
- Fix publish-sql-parser yarn workspace by @ondrejromancov in #15
- Use deepnote/sql-parser instead of joe-re/sql-parser by @ondrejromancov in #16
- Bump tar from 6.1.15 to 7.2.0 by @dependabot[bot] in #13
- Bump follow-redirects from 1.14.8 to 1.15.6 by @dependabot[bot] in #11
- Bump express from 4.17.3 to 4.19.2 by @dependabot[bot] in #9
- Bump ejs from 3.1.8 to 3.1.10 by @dependabot[bot] in #10
- Revert "Bump tar from 6.1.15 to 7.2.0" by @saltenasl in #17
- chore: Prepare the publishing of the packages to npm. by @Artmann in #18
- chore: bump packages to 2.0.0 by @Artmann in #19
New Contributors
- @ondrejromancov made their first contribution in #7
- @dependabot[bot] made their first contribution in #13
- @saltenasl made their first contribution in #17
- @Artmann made their first contribution in #18
Full Changelog: https://github.com/deepnote/sql-language-server/compare/v1.7.0-deepnote...@deepnote/sqlint@2.0.0
@deepnote/sql-parser@2.0.0
What's Changed
- Remove log4js completely by @the21st in #6
- Add support for parsing database entities including hyphens by @ondrejromancov in #7
- Change package/server dependancy to local sql-parser by @ondrejromancov in #8
- Publish sql-parser package separately by @ondrejromancov in #14
- Fix publish-sql-parser yarn workspace by @ondrejromancov in #15
- Use deepnote/sql-parser instead of joe-re/sql-parser by @ondrejromancov in #16
- Bump tar from 6.1.15 to 7.2.0 by @dependabot[bot] in #13
- Bump follow-redirects from 1.14.8 to 1.15.6 by @dependabot[bot] in #11
- Bump express from 4.17.3 to 4.19.2 by @dependabot[bot] in #9
- Bump ejs from 3.1.8 to 3.1.10 by @dependabot[bot] in #10
- Revert "Bump tar from 6.1.15 to 7.2.0" by @saltenasl in #17
- chore: Prepare the publishing of the packages to npm. by @Artmann in #18
- chore: bump packages to 2.0.0 by @Artmann in #19
New Contributors
- @ondrejromancov made their first contribution in #7
- @dependabot[bot] made their first contribution in #13
- @saltenasl made their first contribution in #17
- @Artmann made their first contribution in #18
Full Changelog: https://github.com/deepnote/sql-language-server/compare/v1.7.0-deepnote...@deepnote/sql-parser@2.0.0
@deepnote/sql-language-server@2.0.0
What's Changed
- Remove log4js completely by @the21st in #6
- Add support for parsing database entities including hyphens by @ondrejromancov in #7
- Change package/server dependancy to local sql-parser by @ondrejromancov in #8
- Publish sql-parser package separately by @ondrejromancov in #14
- Fix publish-sql-parser yarn workspace by @ondrejromancov in #15
- Use deepnote/sql-parser instead of joe-re/sql-parser by @ondrejromancov in #16
- Bump tar from 6.1.15 to 7.2.0 by @dependabot[bot] in #13
- Bump follow-redirects from 1.14.8 to 1.15.6 by @dependabot[bot] in #11
- Bump express from 4.17.3 to 4.19.2 by @dependabot[bot] in #9
- Bump ejs from 3.1.8 to 3.1.10 by @dependabot[bot] in #10
- Revert "Bump tar from 6.1.15 to 7.2.0" by @saltenasl in #17
- chore: Prepare the publishing of the packages to npm. by @Artmann in #18
- chore: bump packages to 2.0.0 by @Artmann in #19
New Contributors
- @ondrejromancov made their first contribution in #7
- @dependabot[bot] made their first contribution in #13
- @saltenasl made their first contribution in #17
- @Artmann made their first contribution in #18
Full Changelog: https://github.com/deepnote/sql-language-server/compare/v1.7.0-deepnote...@deepnote/sql-language-server@2.0.0