===== - 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.
0.3.0
Not secure
===== - Major HTML face lift. Kudos to knadh! (PR: https://github.com/BurntSushi/pdoc/pull/17)
0.2.4
Not secure
===== - Fixed bug in HTTP server that was referencing a non-existent variable.
0.2.3
Not secure
===== - Fixed 10 (the --template-dir flag now works).
0.2.2
Not secure
===== - Fixes 7 by ignoring module loaders that lack a 'path' attribute.
0.2.1
Not secure
===== - Fixes 5 by trying to find source for decorated functions. (austin1howard)