-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25 from akaihola/issue-22-readme-improvements
Improvements to README and the changelog (issue #22)
- Loading branch information
Showing
3 changed files
with
71 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,46 @@ | ||
0.3.0.dev / yyyy-mm-dd | ||
---------------------- | ||
Unreleased_ | ||
=========== | ||
|
||
- Feature: Add support for black config | ||
- Feature: Add support for ``-l``/``--line-length`` and ``-S``/``--skip-string-normalization`` | ||
- Feature: ``--diff`` outputs a diff for each file on standard output | ||
- Feature: Require ``isort`` >= 5.0.1 and be compatible with it. | ||
- Feature: Allow to configure ``isort`` through pyproject.toml | ||
These features will be included in the next release: | ||
|
||
Added | ||
----- | ||
- Support for black config | ||
- Support for ``-l``/``--line-length`` and ``-S``/``--skip-string-normalization`` | ||
- ``--diff`` outputs a diff for each file on standard output | ||
- Require ``isort`` >= 5.0.1 and be compatible with it | ||
- Allow to configure ``isort`` through ``pyproject.toml`` | ||
|
||
0.2.0 / 2020-03-11 | ||
------------------ | ||
|
||
- Feature: Retry with a larger ``git diff -U<context_lines>`` option after producing a | ||
re-formatted Python file which fails to result in an identical AST. | ||
- Bugfix: Run `isort` first, and only then do the detailed ``git diff`` for Black. | ||
0.2.0_ - 2020-03-11 | ||
=================== | ||
|
||
Added | ||
----- | ||
- Retry with a larger ``git diff -U<context_lines>`` option after producing a | ||
re-formatted Python file which fails to result in an identical AST | ||
|
||
Fixed | ||
----- | ||
- Run `isort` first, and only then do the detailed ``git diff`` for Black | ||
|
||
|
||
0.1.1_ - 2020-02-17 | ||
=================== | ||
|
||
Fixed | ||
----- | ||
- logic for choosing original/formatted chunks | ||
|
||
|
||
0.1.0_ - 2020-02-17 | ||
=================== | ||
|
||
Added | ||
----- | ||
- Initial implementation | ||
|
||
.. _Unreleased: https://github.com/akaihola/darker/compare/0.2.0..HEAD | ||
.. _0.2.0: https://github.com/akaihola/darker/compare/0.1.1..0.2.0 | ||
.. _0.1.1: https://github.com/akaihola/darker/compare/0.1.0..0.1.1 | ||
.. _0.1.0: https://github.com/akaihola/darker/releases/tag/0.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters