- Update to 0.10.0:
* Fix incorrect error locations for unexpected entries
* 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
OBS-URL: https://build.opensuse.org/request/show/1321393
OBS-URL: https://build.opensuse.org/package/show/utilities/taplo?expand=0&rev=5
34 lines
1.4 KiB
Plaintext
34 lines
1.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sat Dec 6 20:28:27 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
|
|
|
|
- Update to 0.10.0:
|
|
* Fix incorrect error locations for unexpected entries
|
|
* 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
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 31 14:11:38 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
|
|
|
|
- Update to 0.9.3:
|
|
* Fix regression: [rule.formatting] completely overrides the
|
|
default outside of the specified sections
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 12 18:34:52 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
|
|
|
|
- Update to 0.9.2:
|
|
* fix: bump engines compat due to new types usage
|
|
* fix: remove crypto workaround since VS imports own crypto
|
|
* Fix realign of comment makes debug assert fail
|
|
* Add repository attribute to crates missing it
|
|
* add GeneralArgs support to lsp command
|
|
* fix: allow building with `no-default-features`
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 16 05:49:09 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
|
|
|
|
- Initial package of taplo for openSUSE
|