Releases: seandstewart/python-typelib
Releases · seandstewart/python-typelib
v0.2.0
Compare
Sorry, something went wrong.
No results found
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.12
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Unreleased
Compare with latest
Bug Fixes
Track "unwrapped" types during routine resolution (a05be1e by Sean Stewart).
v0.1.8 - 2024-10-30
Compare with v0.1.7
Bug Fixes
Handle recursive and cyclic TypeAliasType (94c8fa3 by Sean Stewart).
v0.1.7
Compare
Sorry, something went wrong.
No results found
v0.1.6 - 2024-10-30
Compare with v0.1.5
Bug Fixes
Unwrap TypeAliasType for all nested types in a type graph (c837838 by Sean Stewart).
v0.1.6
Compare
Sorry, something went wrong.
No results found
Unreleased
Compare with latest
Bug Fixes
Unwrap TypeAliasType for all nested types in a type graph (c837838 by Sean Stewart).
v0.1.5 - 2024-10-30
Compare with v0.1.4
Bug Fixes
extract the real __value__ from a TypeAliasType when calling origin(...) (94218a4 by Sean Stewart).
v0.1.5
Compare
Sorry, something went wrong.
No results found
Unreleased
Compare with latest
Bug Fixes
extract the real __value__ from a TypeAliasType when calling origin(...) (94218a4 by Sean Stewart).
v0.1.4 - 2024-10-26
Compare with v0.1.2
Bug Fixes
remove use of graphlib.TypeNode in type context (e4742c0 by Sean Stewart).
correct handling optional types (79e431a by Sean Stewart).
v0.1.4
Compare
Sorry, something went wrong.
No results found
Unreleased
Compare with latest
Bug Fixes
remove use of graphlib.TypeNode in type context (e4742c0 by Sean Stewart).
correct handling optional types (79e431a by Sean Stewart).
v0.1.2 - 2024-10-16
Compare with v0.1.1
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.3
Compare
Sorry, something went wrong.
No results found
v0.1.2 - 2024-10-16
Compare with v0.1.1
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.2
Compare
Sorry, something went wrong.
No results found
Unreleased
Compare with latest
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
Compare with v0.1.0
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).