Releases: tombi-toml/tombi
Releases · tombi-toml/tombi
v0.7.0
What's Changed
🚨 Breaking Changes
| 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
v0.6.56
v0.6.55
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
What's Changed
🛠️ Other Changes
- docs: Add overrides docs by @ya7010 in #1269
- docs: update docs. by @ya7010 in #1270
- docs: Update docs by @ya7010 in #1271
- docs: Update docs by @ya7010 in #1272
- docs: Update docs by @ya7010 in #1273
- docs: Update navigator icons. by @ya7010 in #1274
- docs: Update docs by @ya7010 in #1275
- fix: cargo-shear. by @ya7010 in #1277
- docs: update title. by @ya7010 in #1276
- feat: Support not schema by @ya7010 in #1278
- Fix: sort logic by @ya7010 in #1279
- refactor: keys. by @ya7010 in #1280
- fix: examples. by @ya7010 in #1281
- fix: subschema by @ya7010 in #1282
Full Changelog: v0.6.53...v0.6.54
v0.6.53
What's Changed
🚀 New Features
- feat: add
--error-on-warningsoptions. by @ya7010 in #1263 - feat: Support
overridesoptions 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-warningsoptions. by @ya7010 in #1266
Full Changelog: v0.6.52...v0.6.53
v0.6.52
v0.6.51
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
- chore: update og image. by @ya7010 in #1251
- docs: change examples. by @ya7010 in #1252
- docs: add helix installation. by @ya7010 in #1254
- docs: update doc image. by @ya7010 in #1255
- fix: doc image path. by @ya7010 in #1256
- fix: doc path. by @ya7010 in #1257
- docs: add images. by @ya7010 in #1258
- docs: Add image by @ya7010 in #1259
Full Changelog: v0.6.50...v0.6.51