* New development environment completely based on Docker. * Added compatibility with Python 3.7 and 3.8.
0.6.3
* Added `Show.append` to append existing `show` instances or direct paths. * Fixed error with absolute path for the Markdown demo. * Append Markdown demo to the Python demo.
0.6.2
* Added `mypy` for some static type checking. Will slowly add as many type hints as possible. * Fixed dependency bugs when porting to `poetry`.
0.6.1
* Changed package manager to `poetry`.
0.6.0
* Completely redesigned API. Now slide functions receive a `ctx: Context` instance on which to call all the layout options. This detaches the `Show` instance from the slides code, which makes `Show` a stateless object and all slide functions side-effects are contained for each client.
0.5.1
* Added `pygments` for code highlighting, removing `highlight.js` and fixing the error with static rendering.