Skip to content

Releases: seandstewart/python-typelib

v0.1.12

09 Feb 21:07
Compare
Choose a tag to compare

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

30 Oct 17:30
Compare
Choose a tag to compare

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.8

30 Oct 16:38
Compare
Choose a tag to compare

Unreleased

Compare with latest

Bug Fixes

  • Handle recursive and cyclic TypeAliasType (94c8fa3 by Sean Stewart).

v0.1.7 - 2024-10-30

Compare with v0.1.6

Bug Fixes

  • Handle TypeAliasType within TypeContext lookups (1295bed by Sean Stewart).

v0.1.7

30 Oct 15:22
Compare
Choose a tag to compare

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

30 Oct 13:47
Compare
Choose a tag to compare

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

30 Oct 12:02
Compare
Choose a tag to compare

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

26 Oct 01:26
Compare
Choose a tag to compare

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

16 Oct 15:50
Compare
Choose a tag to compare

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

16 Oct 12:24
Compare
Choose a tag to compare

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).

Release v0.1.1

16 Oct 02:06
Compare
Choose a tag to compare

Unreleased

Compare with latest

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).