Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: tombi-toml/tombi

v0.7.25

25 Jan 05:42
45fd7d8

Choose a tag to compare

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

24 Jan 13:05
02bd99a

Choose a tag to compare

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

22 Jan 17:04
7a582c2

Choose a tag to compare

What's Changed

🚀 New Features

  • feat: support schema comment directive path completion. by @ya7010 in #1461

🛠️ Other Changes

Full Changelog: v0.7.22...v0.7.23

v0.7.22

21 Jan 13:27
d10c1a2

Choose a tag to compare

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

21 Jan 06:17
8af80f2

Choose a tag to compare

What's Changed

🚀 New Features

  • feat: enhanceworkspace/didChangeConfiguration support by @ya7010 in #1455

Full Changelog: v0.7.20...v0.7.21

v0.7.20

20 Jan 01:00
b4191af

Choose a tag to compare

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/getSchemas command 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-src to toolchain by @kjanat in #1450

New Contributors

Full Changelog: v0.7.19...v0.7.20

v0.7.19

13 Jan 02:15
29b9eeb

Choose a tag to compare

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

image

✨ New Fearures

🛠️ Other Changes

Full Changelog: v0.7.18...v0.7.19

v0.7.18

11 Jan 05:35
dd56ebd

Choose a tag to compare

What's Changed

🛠️ Other Changes

Full Changelog: v0.7.17...v0.7.18

v0.7.17

10 Jan 14:28
818ec06

Choose a tag to compare

What's Changed

🛠️ Other Changes

  • chore: update AGENTS.md by @ya7010 in #1424
  • fix(schema-store): infer type from const when type is omitted by @kjanat in #1427
  • fix: prevent duplicate enum types for number and integer by @ya7010 in #1429

New Contributors

Full Changelog: v0.7.16...v0.7.17

v0.7.16

08 Jan 06:59
d9c79ad

Choose a tag to compare

What's Changed

🛠️ Other Changes

Full Changelog: v0.7.15...v0.7.16