commit 7751517e5e432249ebc7b4c58b77c3a685b9db44 parent 2bc89bfbd6b51eee6d3dc46503c8e760fae4fcd8 Author: Friedel Schön <[email protected]> Date: Sat, 23 Dec 2023 21:44:42 +0100 update readme Diffstat:
M | README.md | | | 12 | +++++++++--- |
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md @@ -96,18 +96,24 @@ Look at the documentation at [`dpldocs.info`](https://importsort-d.dpldocs.info/ - not a lot is implemented ### `v0.2.0` -- added `--recursive` (see above) +- added `--recursive` - option `--keep` becomes disabling formatting -- option `--inline` doen't copy the original but creates a `*.new` and renames it afterwards +- option `--inline` don't copy the original but creates a `*.new` and renames it afterwards - option `--original` becomes `--binding` and sorts by original by default - refactoring code ### `v0.3.0` -- added `--merge` (see above) +- added `--merge` ### `v0.3.1` - added documentation for contributers (or people who really want to see my code) +### `v0.3.2` +- new argument-parsing +- added `--ignore-case` (_pull-request #2_) +- already sorted files won't be resorted and added `--force` (_issue #5_) +- multiple `import` in one line will be split up in multiple lines + ## License This whole project is licensed under the beautiful terms of the `zlib-license`.