Releases: seandstewart/python-typelib
Releases · seandstewart/python-typelib
v0.1.12
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.
v0.1.9
v0.1.8
v0.1.7
v0.1.6
v0.1.5
v0.1.4
v0.1.3
v0.1.2 - 2024-10-16
Bug Fixes
v0.1.2
Unreleased
Bug Fixes
- handle case where a resolved type reference can't match up to the original hint (a5ddf68 by Sean Stewart).
- inspect types when resolving field marshallers for structured types (78d4896 by Sean Stewart).
v0.1.1 - 2024-10-16
Features
- support
enum.Enum
subtypes (d2a699a by Sean Stewart).
Bug Fixes
- allow optional and union types to be marks as "stdlib" (bf4ad13 by Sean Stewart).