Skip to content

Latest commit

 

History

History
74 lines (41 loc) · 2.07 KB

CHANGELOG.md

File metadata and controls

74 lines (41 loc) · 2.07 KB

Laces Changelog

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.

[Unreleased] - YYYY-MM-DD

Added

  • ...

Changed

  • ...

Removed

  • ...

[0.1.2] - 2025-01-13

Added

  • Added section on "Laces and Wagtail" to README. (#26)
  • Added some more package metadata, especially author attribution. (#32)

Changed

  • Refactored handling of parent_context between render_html and get_context_data. This change is Wagtail-compatible. (#24)

Removed

  • The TypeError that was raised in render_html when get_context_data returned None was removed. This change is Wagtail-compatible. (#30)

[0.1.1] - 2024-02-10

Added

  • 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)

Changed

  • 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)

[0.1.0] - 2023-11-29

Added

  • Extracted component related code from Wagtail project for reuse.