All Versions
17
Latest Version
Avg Release Cycle
103 days
Latest Release
3147 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.3.2
March 23, 2016 -
v0.3.1 Changes
December 02, 2014- Source code is extracted from wrapped if it exists, and then falls back to inspect.getsourcelines. This reverses the behavior implemented in #6.
- Fix Python 2.6 compatibility by requiring Markdown < 2.5 (#19). Markdown 2.5 dropped support for Python 2.6.
- Get rid of tabs that sneaked in from #17.
- Fix pep8 violations.
-
v0.3.0 Changes
November 27, 2014- Major HTML face lift. Kudos to @knadh! (PR: https://github.com/mitmproxy/pdoc/pull/17)
-
v0.2.4 Changes
July 22, 2014- Fixed bug in HTTP server that was referencing a non-existent variable.
-
v0.2.3 Changes
May 12, 2014- Fixed #10 (the --template-dir flag now works).
-
v0.2.2 Changes
May 10, 2014- Fixes #7 by ignoring module loaders that lack a 'path' attribute.
-
v0.2.1 Changes
March 05, 2014- Fixes #5 by trying to find source for decorated functions. (@austin1howard)
-
v0.2.0 Changes
February 21, 2014- Fix issue #2 by making pdoc a package instead of a module. The templates are now included as package_data, which seems to be more portable (its final location is more predictable).
-
v0.1.8 Changes
September 11, 2013- pdoc now interprets
__pdoc__[key] = None
as an explicit way to hidekey
from the public interface of its module.
- pdoc now interprets
-
v0.1.7 Changes
September 10, 2013- Removed new from the public interface. I think init is sufficient.