1.0.1 (2024-08-06)
- 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)
- update to support Python 3.12 + xurls 1.0 release. (7663a28)
0.9.0 (2023-11-09)
- add default converter support for UUID type. (c0e61af)
0.8.0 (2023-09-27)
- number of features to support xdynamo. (2abd1d7)
0.7.0 (2023-09-15)
- remove unneeded dependency. (ab67b1d)
0.6.0 (2023-05-19)
- allow json-strarg as first positional argument for BaseModel. (4278518)
0.5.0 (2023-05-05)
- lazily copy any default-BaseModel instance when needed. (f26bfd0)
0.4.1 (2023-05-04)
- Ensure model/instance-ties BaseApi has default-converters from Class-tied BaseApi object. (d77aecd)
0.4.0 (2023-05-02)
- support
Self
anddataclass-transforms
from Python 3.11 (python < 3.11 still works). (f9dd9ef)
0.3.1 (2023-04-15)
- license (c1fea47)
- add doc links. (2beff5c)
0.3.0 (2023-04-15)
- fix doc title. (7df4e84)
- don't iterate dicts. (4ca409d)
0.2.0 (2023-04-13)
- allow later versions of python. (5e93b10)
0.1.1 (2023-04-08)
- doc generator. (f6f9e0c)
- add tomlkit to dev deps. (0226c6e)
- add workflows (c4810eb)
- fix refrences (9259f18)
- initial imported code (9981452)
- rename error classes (8764e0b)
- various refs fixed up. (7746cb6)