v0.1.0, 2019-06-14 -- Basic Flask module extracted from canonical.com codebase
v0.1.1, 2019-06-18 -- Add README to pypi
v0.1.2, 2019-06-28 -- Allow the view to work if you specify a relative templates path
v0.2.0, 2019-08-29 -- Fix "context" and "markdown_includes" in Markdown files
v0.2.1, 2019-09-03 -- Run Markdown file contents through template parser
v0.2.2, 2019-09-05 -- Run markdown_includes through the templater parser
v0.2.3, 2020-01-29 -- Add IDs to headings
v0.2.4, 2020-01-29 -- Call IDRenderer with appropriate arguments
v1.0.0, 2020-05-22 -- Don't expose files starting with underscore