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¶
Added¶
Add new field type: IntegerListField for handling comma-separated integer lists
Changed¶
Replaced
__getattribute__implementation with Python’s descriptor protocol for better performance and cleaner code
v0.2.0 - 2025-04-11¶
Added¶
Add new feature: allowed_values attribute to field types
Changed¶
Updated isort requirement from <5.14,>=5.12 to >=5.12,<6.1
v0.1.0-2 - 2025-03-26¶
Added¶
v0.1.0-2 - Initial release