Changelog
1.0.1 (2024-08-06)
Bug Fixes
- now importing UUID directly, so use it directly. (1eb55d9)
- support UUID's correctly; convert them to/from JSON correctly. (a278905)
- typehint to allow UUID for get_via_id (was always previously supported). (3ff953b)
1.0.0 (2023-12-20)
Features
- update to support Python 3.12 + xurls 1.0 release. (7663a28)
0.9.0 (2023-11-09)
Features
- add default converter support for UUID type. (c0e61af)
0.8.0 (2023-09-27)
Features
- number of features to support xdynamo. (2abd1d7)
0.7.0 (2023-09-15)
Features
- remove unneeded dependency. (ab67b1d)
0.6.0 (2023-05-19)
Features
- allow json-strarg as first positional argument for BaseModel. (4278518)
0.5.0 (2023-05-05)
Features
- lazily copy any default-BaseModel instance when needed. (f26bfd0)
0.4.1 (2023-05-04)
Bug Fixes
- Ensure model/instance-ties BaseApi has default-converters from Class-tied BaseApi object. (d77aecd)
0.4.0 (2023-05-02)
Features
- support
Self
and dataclass-transforms
from Python 3.11 (python < 3.11 still works). (f9dd9ef)
0.3.1 (2023-04-15)
Bug Fixes
Documentation
0.3.0 (2023-04-15)
Features
Bug Fixes
0.2.0 (2023-04-13)
Features
- allow later versions of python. (5e93b10)
0.1.1 (2023-04-08)
Bug Fixes
0.1.0 (2023-04-08)
Features
Bug Fixes