Skip to content

Latest commit

 

History

History
46 lines (24 loc) · 772 Bytes

CHANGELOG.md

File metadata and controls

46 lines (24 loc) · 772 Bytes

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]

[0.2.2] - 2024-05-15

Changed

  • Use NodeList.render() instead of iterating over list to make individual Node.render() calls

[0.2.1] - 2024-04-10

Fixed

  • Image in Readme should display properly on PyPy

[0.2.0] - 2024-04-10

Removed

  • Delete unnecessary empty Django files (models.py, admin.py, etc.)

[0.1.0] - 2024-04-10

Added

  • Initial version with basic functionality

Categories

Added

Changed

Deprecated

Removed

Fixed

Security