Releases: pysnippet/django-mermaid
Releases · pysnippet/django-mermaid
Release v0.0.7
What's Changed
- Remove usage of
distutils
, replacing withpathlib
(GH-16) - Update the tox environments and fix package data incompleteness (GH-15)
New Contributors
- @gvangool made their first contribution
Changelog: v0.0.6...v0.0.7
Release v0.0.6
What's Changed
- Managed README shields and added a long description
- Transferred the ownership and updated old references (GH-14)
Changelog: v0.0.5...v0.0.6
Release v0.0.5
What's Changed
- Update package metadata and add classifiers for PyPI
- Add two test environments with lower versions of the Django
- Change the deprecated
license_file
attribute withlicense_files
Changelog: v0.0.4...v0.0.5
Release v0.0.4
What's Changed
- Add
MERMAID_THEME
setting variable - Add support for the
base
theme - Add a developer-convenient security policy
- Add
MERMAID_THEME_VARIABLES
setting variable
Changelog: v0.0.3...v0.0.4
Release v0.0.3
What's Changed
- Handle the
MERMAID_VERSION
setting to use the preferred version
Changelog: v0.0.2...v0.0.3
Release v0.0.2
What's Changed
- Fix the publishing CI configuration
- Add test cases for standard use cases
- Add configuration and usage sections to README
- Fix the downloading of the JS assets on installation
Changelog: v0.0.1...v0.0.2