Skip to content

Latest commit

 

History

History
57 lines (46 loc) · 2.09 KB

changelog.rst

File metadata and controls

57 lines (46 loc) · 2.09 KB

Changelog

v0.3.2 (05 January 2021)

  • don't strip newlines immediately before eol (73)

v0.3.1 (04 December 2020)

  • don't detect comments ending with a colon as a block (67, 68)
  • don't add color to redirected output and print reports to stderr (66, 69)
  • add a nightly CI which also runs every day at 00:00 UTC (71)

v0.3 (04 November 2020)

  • support running on python 3.9 (the target version is not yet supported by black) (55, 57)
  • add diff and color diff modes (33, 53, 56)
  • support black's string normalization option (33, 59)
  • add colors to the output (33, 60)
  • make the order of the printed files predictable (61)
  • make sure blocks end with a empty continuation line (52, 62)
  • add a initial version of a contributing guide (63)

v0.2 (01 October 2020)

  • Support the :rsttestcode, :rsttestsetup and :rsttestcleanup directives (39).
  • Fix working with lines containing only the prompt and avoid changing the quotes of nested docstrings (41, 43)
  • Allow configuring blackdoc using pyproject.toml (40, 45, 47)
  • Add a force-exclude option (49)
  • Document the options (50)

v0.1.2 (31 August 2020)

  • Keep compatibility with black 20.8b1 (33, 34)

v0.1.1 (14 June 2020)

  • Add pre-commit hook configuration (26, 27)
  • Document the release process (29)
  • Make sure the tool returns a non-zero error code when encountering syntax errors (28)

v0.1 (30 May 2020)

  • Add a CLI (1)
  • Add support for ipython prompts (4)
  • Add support for code blocks in rst files (10)
  • Allow disabling / selectively enabling formats (13, 18)
  • Initial version of the documentation (12, 19)