Skip to content

Releases: maksym-arutyunyan/keepsorted

v.0.1.1

01 Oct 17:21
be582b3
Compare
Choose a tag to compare

This release is for changing release assets names.

Changes

  • Changed released assets naming
  • (Experimental) Keep Rust derive tokens together, eg. Serialize and serde::Serialize

v0.1.0

12 Sep 18:09
2499b83
Compare
Choose a tag to compare

This is the first release of the keepsorted command-line tool.
It introduces functionality for automatically sorting specific sections in various file types.

Key Features:

  • Sorting for sections marked with keywords in any text file
  • Sorting for sections marked with keywords in Bazel files
  • Sorting for dependency sections in Cargo.toml files
  • Experimental support for sorting in .gitignore, CODEOWNERS files
  • Experimental support for sorting #[derive(...)] traits in Rust files