- Make it compatible with recent Sphinx versions - Add basic (real) tests (So I stop breaking it!)
0.6.2
++++++++++++++++++++++++++
- fix regression - setup travis
0.6.1
++++++++++++++++++++++++++
- Fix a problem when called mermaid-cli - Fix typos on documentation - Improve internal code formatting (via black)
0.6.0
++++++++++++++++++++++++++
- Drop support for Python version older than 3.6. - Allow to include javascript lib locally - Initialization code is now customizable - The default version included from the CDN is always the latest available.
0.5.0
++++++++++++++++++++++++++
- Added mermaid_cmd_shell. Useful for Windows user. - Reimplement inheritance diagrams. - Fix UnicodeEncodeError on Python 2
0.4.0
+++++++++++++++++++++
- Added `mermaid_params` - Added config file option - Improved latex integration - Added the `pdfcrop` functionality - Mermaid version is configurable - Several cleanups in the code