Changelog

v0.2 (01 October 2020)

  • Support the testcode, testsetup and testcleanup directives (PR39).
  • Fix working with lines containing only the prompt and avoid changing the quotes of nested docstrings (GH41, PR43)
  • Allow configuring blackdoc using pyproject.toml (GH40, PR45, PR47)
  • Add a force-exclude option (PR49)
  • Document the options (PR50)

v0.1.2 (31 August 2020)

  • Keep compatibility with black 20.8b1 (PR34)

v0.1.1 (14 June 2020)

  • Add pre-commit hook configuration (PR26, PR27)
  • Document the release process (PR29)
  • Make sure the tool returns a non-zero error code when encountering syntax errors (PR28)

v0.1 (30 May 2020)

  • Add a CLI (PR1)
  • Add support for ipython prompts (PR4)
  • Add support for code blocks in rst files (PR10)
  • Allow disabling / selectively enabling formats (GH13, PR18)
  • Initial version of the documentation (GH12, PR19)