Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 917 Bytes

CHANGELOG.md

File metadata and controls

37 lines (20 loc) · 917 Bytes

CHANGELOG

0.103.1 - 2023-11-21

Add support for Python 3.12 (not the new typing mechanism though.)

Contributed by ניר via PR #69

0.103.0 - 2023-03-29

This release fixes a case where

list['SomeType'] would raise exception due to not passing ns further on.

This release also adds support for ForwardRef instances.

Contributed by ניר via PR #7

0.102.0 - 2023-03-29

  • rename TypeHinter.from_annotaitons -> TypeHinter.from_annotaiton
  • support namespace for TypeHinter.from_annotaiton

Contributed by ניר via PR #5

0.101.0 - 2023-03-29

First release...