Skip to content

Latest commit

 

History

History
62 lines (42 loc) · 2.43 KB

CHANGELOG.md

File metadata and controls

62 lines (42 loc) · 2.43 KB

Install the latest

To install the latest version of portray simply run:

pip3 install portray

OR

poetry add portray

OR

pipenv install portray

see the Installation QuickStart for more instructions.

Changelog

1.2.4 - September 5 2019

  • Fixed Issue 23 - A confirmed regression from moving to pdocs that caused root modules to not be auto included.

1.2.3 - September 4 2019

  • Fixed a bug specifying the output dir for as_html command from the command line.
  • Updated to use Python3.6+ style variable annotations.

1.2.2 - September 4 2019

  • Fixed a bug specifying modules from command line when no configuration file is present.

1.2.1 - September 3 2019

  • General improvements to reference code documentation rendering

1.2.0 - September 3 2019

Potentially breaking dependency change release from pdoc3 to pdocs.

Migration guide:

  • pyproject.toml config section changes from [tool.portray.pdoc3] to [tool.portray.pdocs]
  • Type annotations are no longer toggleable but are rather always on.

1.1.0 - August 29 2019

Minor Feature release w/ Bug Fixes

  • Added support for specifying modules directly from the CLI and API.
  • Added auto module detect for simple setup.py files.
  • Improved CLI subcommand documentation.
  • Implemented Issue 12 - Clarify what a "project" is in documentation.
  • Fixed Issue 2 - UnicodeEncodeError except when running portray.
  • Fixed Issue 10 - Class methods rendered incorrectly.
  • Fixed Issue 17 - Portray silently requires README.md file.

1.0.5 - August 26 PM 2019

Bug fix release

  • Fixed Issue 6 - Failed to open web-browser on startup.
  • Fixed Issue 5 - Some links are missing a trailing slash.
  • Fixed Issue 4 - Class references generate large code block.

Big thanks to Marcel Hellkamp (@defnull) for fixing these issues.

1.0.0 - August 26 AM 2019

Initial API stable release of portray