Releases: tombi-toml/tombi
Releases · tombi-toml/tombi
v0.7.25
What's Changed
🛠️ Other Changes
- fix: update JSON schema to use patternProperties and disable additionalProperties for better validation by @ya7010 in #1465
- fix: update schema URI in goto definition test to use HTTPS by @ya7010 in #1466
- feat: add File completion kind and update related completion logic by @ya7010 in #1467
- feat: implement file path completions and refactor related completion logic by @ya7010 in #1468
- fix: completion hint. by @ya7010 in #1469
- Add completion label tombi by @ya7010 in #1470
- Add completion pyproject file completion by @ya7010 in #1472
Full Changelog: v0.7.24...v0.7.25
v0.7.24
What's Changed
🛠️ Other Changes
- feat: add environment variable support to settings and implement proxy environment handling by @ya7010 in #1464
Full Changelog: v0.7.23...v0.7.24
v0.7.23
v0.7.22
What's Changed
🐛 Bug Fixes
- 🐛 'Topic :: Software Development :: Formatters' is not a valid classifier by @mauro-dribia in #1457
🛠️ Other Changes
- chore: add icon.png by @ya7010 in #1454
- docs: add editor settings configuration details to documentation by @ya7010 in #1456
Full Changelog: v0.7.21...v0.7.22
v0.7.21
v0.7.20
What's Changed
🛠️ Other Changes
- docs: add LSP command page. by @ya7010 in #1436
- docs: update vscode extension. by @ya7010 in #1437
- feat: add support for untitled files in selectSchema command by @ya7010 in #1438
- feat: update LSP version check to use TOMBI_DEV_VERSION constant by @ya7010 in #1439
- Update GitHub license badge URL in README by @ya7010 in #1441
- Revert "Update GitHub license badge URL in README" by @ya7010 in #1442
- 📄 set classifier for MIT license by @mauro-dribia in #1443
- Enhance classifiers in pyproject.toml for better package metadata by @ya7010 in #1445
- feat(lsp): add
tombi/getSchemascommand to fetch the current document schemas by @noirbizarre in #1444 - fix(parser): allow hex/octal/binary-like bare keys by @kjanat in #1449
- Fix rust-analyzer sysroot errors by adding
rust-srcto toolchain by @kjanat in #1450
New Contributors
- @mauro-dribia made their first contribution in #1443
- @noirbizarre made their first contribution in #1444
Full Changelog: v0.7.19...v0.7.20
v0.7.19
What's Changed
We have added an API to retrieve all schema URLs held by Tombi. Additionally, the VSCode extension has been equipped with a "Select Schema" command that dynamically applies schemas to the TOML file being edited without requiring configuration file entries. For details, please refer to the documentation.
Thanks @noirbizarre
✨ New Fearures
🛠️ Other Changes
Full Changelog: v0.7.18...v0.7.19