Skip to content

Releases: pappasam/toml-sort

Add --version option

07 Aug 15:39
Compare
Choose a tag to compare

Very simply adds a --version command line option

Add option to ignore non-tables

07 Aug 15:35
Compare
Choose a tag to compare

Sorting now works optionally for table contents (opt-out) through the --ignore-non-tables flag

Remove unnecessary - for stdin

06 Aug 14:17
Compare
Choose a tag to compare

Standard input no longer requires explicit -

Standardize CLI

06 Aug 14:01
Compare
Choose a tag to compare

Command line interface now conforms to Unix standards. Can read from any file (including stdin) and write to any file (including stdout) with a click-standard interface.

Initial release

06 Aug 13:52
Compare
Choose a tag to compare
v0.1.0

Fix classifiers