All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added section on "Laces and Wagtail" to README. (#26)
- Refactored handling of
parent_context
betweenrender_html
andget_context_data
. This change is Wagtail-compatible. (#24)
- ...
- Added more tests and example usage. (#6)
- Added support for Python 3.12 and Django 5.0. (#15)
- Added type hints and type checking with
mypy
in CI. (#18)
- Fixed tox configuration to actually run Django 3.2 in CI. Tox also uses the "testing" dependencies without the need to duplicate them in the
tox.ini
. (#10) - Bumped GitHub Actions to the latest versions. This removes a reliance on the now deprecated Node 16. (#10)
- Extend documentation in README to simplify first examples and improve structure. (#7)
- Extracted component related code from Wagtail project for reuse.