tamasfe/taplo
A TOML toolkit written in Rust
20 Releases
Latest: 1y ago
Taplo CLI 0.10.00.10.0Latest
🐛 Fixes
- Fix incorrect error locations for unexpected entries ([#680](https://github.com/tamasfe/taplo/pull/664))
✨ Features
- Add `completions` subcommand for generating shell completions (enabled via `completions` feature)
- Move linter command behind `lint` feature (enabled by default)
- Move LSP command behind `lsp` feature (enabled by default)
- Improve error locations for unexpected properties ([#664](https://github.com/tamasfe/taplo/pull/664))
Taplo CLI 0.9.30.9.3
🐛 Fixes
- Regression: `[rule.formatting]` completely overrides the default outside of the specified sections ([#634](https://github.com/tamasfe/taplo/issues/634))
Taplo CLI 0.9.20.9.2
@taplo/core-0.2.0release-taplo__core-0.2.0
📋 Changes
- Bump build tools
- Full Changelog: https://github.com/tamasfe/taplo/compare/release-taplo__core-0.1.1...release-taplo__core-0.2.0
taplo-cli-0.9.0release-taplo-cli-0.9.0
✨ Features
- add ENV variable support by @razvanazamfirei at ([#427](https://github.com/tamasfe/taplo/pull/427))
- Support adding custom CA by @zynaxsoft at ([#454](https://github.com/tamasfe/taplo/pull/454))
- Toggle off default clap dependency for prettydiff by @CosmicHorrorDev at ([#521](https://github.com/tamasfe/taplo/pull/521))
- Full Changelog: https://github.com/tamasfe/taplo/compare/release-taplo-cli-0.8.1...release-taplo-cli-0.9.0
release-taplo-0.13.0
✨ Features
- Bump `toml` dependency to `0.7` by @JounQin at ([#502](https://github.com/tamasfe/taplo/pull/502))
🐛 Fixes
- Simplify and fix table indentation logic by @ia0 at ([#450](https://github.com/tamasfe/taplo/pull/450))
- Fix comments with brackets by @flying-sheep at ([#456](https://github.com/tamasfe/taplo/pull/456))
- Sort by crate lexicographical order by @bebert64 at ([#513](https://github.com/tamasfe/taplo/pull/513))
- Full Changelog: https://github.com/tamasfe/taplo/compare/release-taplo-0.12.1...release-taplo-0.13.0
Taplo CLI 0.8.10.8.1
Taplo CLI 0.8.00.8.0
📋 What's Changed
- additional pre-built architectures by @panekj in https://github.com/tamasfe/taplo/pull/330
- reorder_arrays formatting option by @xamgore in https://github.com/tamasfe/taplo/pull/343
✨ New Contributors
- @zertosh made their first contribution in https://github.com/tamasfe/taplo/pull/327
- @panekj made their first contribution in https://github.com/tamasfe/taplo/pull/330
- @jirutka made their first contribution in https://github.com/tamasfe/taplo/pull/334
- @xamgore made their first contribution in https://github.com/tamasfe/taplo/pull/343
- Full Changelog: https://github.com/tamasfe/taplo/compare/release-taplo-cli-0.7.0...0.8.0
Taplo CLI 0.7.20.7.2
Taplo CLI 0.7.0release-taplo-cli-0.7.0
✨ Features
- `--diff` flag for displaying differences between formatted and unformatted toml (#301)
📋 Changes
- Removed OpenSSL dependency (#302)
- Full Changelog: https://github.com/tamasfe/taplo/compare/release-taplo-cli-0.6.8...release-taplo-cli-0.7.0
Taplo CLI 0.6.8release-taplo-cli-0.6.8
📋 Changes
- Appropriate error when the LSP feature is not available.
Taplo CLI 0.6.7release-taplo-cli-0.6.7
A release with minor tweaks and fixes.
Taplo CLI 0.6.3release-cli-0.6.3
📋 Changes
- Fixed schema directive handling in the CLI
Taplo CLI 0.6.2release-cli-0.6.2
📋 Changes
- Add `--stdin-filepath` option to format cmd by @lffg in https://github.com/tamasfe/taplo/pull/250
Taplo CLI 0.6.1release-cli-0.6.1
🐛 Fixes
- Fix issue where fmt outputs to stderr instead of stdout and add `--version` option by @koalp in https://github.com/tamasfe/taplo/pull/238
Taplo CLI 0.6.0release-cli-0.6.0
CLI 0.5.0release-cli-0.5.0
LSP 0.2.6release-lsp-0.2.6
CLI 0.4.1release-cli-0.4.1
LSP 0.2.5release-lsp-0.2.5
