Skip to content

Releases: tombi-toml/tombi

v0.7.0

26 Nov 14:57
d186d81

Choose a tag to compare

What's Changed

🚨 Breaking Changes

  • breaking-change: remove deprecated features by @ya7010 in #1297
Deprecated key Replacement key
include files.include
exclude files.exclude
server lsp
format.array-bracket-space-width format.rules.array-bracket-space-width
format.array-element-space-width format.rules.array-comma-space-width
format.date-time-delimiter format.rules.date-time-delimiter
format.indent-style format.rules.indent-style
format.indent-width format.rules.indent-width
format.inline-table-brace-space-width format.rules.inline-table-brace-space-width
format.inline-table-element-space-width format.rules.inline-table-comma-space-width
format.line-ending format.rules.line-ending
format.line-width format.rules.line-width
format.quote-style format.rules.string-quote-style
format.trailing-comment-space-width format.rules.trailing-comment-space-width
format.rules.indent-table-key-values format.rules.indent-table-key-value-pairs
format.rules.key-value-equal-alignment format.rules.key-value-equals-sign-alignment
format.rules.key-value-equal-space-width format.rules.key-value-equals-sign-space-width
format.rules.quote-style format.rules.string-quote-style
schema.catalog.path schema.catalog.paths
schemas[*].root-keys schemas[*].root
lsp.diagnostics lsp.diagnostic
lsp.workspace-diagnostic.throttle-seconds (removed; no replacement)

🛠️ Other Changes

  • docs: add recommendation for preserving blank lines in auto-sorting with comments by @ya7010 in #1295
  • docs: clarify recommendation for using comments to separate key-valuepairs in auto-sorting by @ya7010 in #1296

Full Changelog: v0.6.57...v0.7.0

v0.6.57

26 Nov 06:16
e8fd228

Choose a tag to compare

What's Changed

🛠️ Other Changes

Full Changelog: v0.6.56...v0.6.57

v0.6.56

26 Nov 05:36
6fa0f8e

Choose a tag to compare

What's Changed

🐛 Bug Fixes

Full Changelog: v0.6.55...v0.6.56

v0.6.55

25 Nov 14:52
863ed63

Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • fix: improve handling of root and subschemas in SourceSchema by @ya7010 in #1283
  • fix: update accessors handling in hover content to use more specific accessors from resolved schema by @ya7010 in #1288
  • fix: hover type. by @ya7010 in #1284

🛠️ Other Changes

  • refactor: simplify composite type handling in ValueType by @ya7010 in #1285
  • style: adjust font size in app and code block styles for consistency by @ya7010 in #1286
  • doc: font size by @ya7010 in #1287

Full Changelog: v0.6.54...v0.6.55

v0.6.54

24 Nov 16:44
978573c

Choose a tag to compare

What's Changed

🛠️ Other Changes

Full Changelog: v0.6.53...v0.6.54

v0.6.53

23 Nov 03:33
c1e1b3d

Choose a tag to compare

What's Changed

🚀 New Features

  • feat: add --error-on-warnings options. by @ya7010 in #1263
  • feat: Support overrides options in config by @ya7010 in #1268

🛠️ Other Changes

  • refactor: simplify diagnostic warning checks using Diagnostic::is_warning by @ya7010 in #1262
  • docs: fix link. by @ya7010 in #1265
  • docs: add --error-on-warnings options. by @ya7010 in #1266

Full Changelog: v0.6.52...v0.6.53

v0.6.52

19 Nov 14:00
ab73dcb

Choose a tag to compare

What's Changed

🐛 Bug Fixes

Full Changelog: v0.6.51...v0.6.52

v0.6.51

19 Nov 10:43
099f41a

Choose a tag to compare

What's Changed

⚠️ Rename Format Options

We have changed the naming of "Format Options". The old naming will be deprecated, so please migrate.

format.rules.indent-table-key-values -> format.rules.indent-table-key-value-pairs
format.rules.key-value-equal-alignment -> format.rules.key-value-equals-sign-alignment
format.rules.key-value-equal-space-width -> format.rules.key-value-equals-sign-space-width

🛠️ Other Changes

Full Changelog: v0.6.50...v0.6.51

v0.6.50

16 Nov 13:26
05a42bf

Choose a tag to compare

What's Changed

🛠️ Other Changes

  • chore: Update JSON schema for date-time delimiter by @ya7010 in #1249
  • feat: rename string-quote-style in format.rules by @ya7010 in #1250

Full Changelog: v0.6.49...v0.6.50

v0.6.49

16 Nov 12:40
047e80e

Choose a tag to compare

What's Changed

🛠️ Other Changes

Full Changelog: v0.6.48...v0.6.49