Skip to content

Changelog

1.4.2 (2024-03-15)

Changes

  • TypeIs is now used instead of TypeGuard for more precise type narrowing.

1.4.1 (2024-02-26)

No significant changes.

1.4.0 (2024-02-25)

Internal

  • Dropped Python 3.7 support.

1.3.0 (2023-05-29)

Features

  • Added set_name, set_type_name, set_module and set_type_module.

Internal

  • Renamed named.typing to named.core.

1.2.0 (2023-05-24)

Features

  • Implemented utilities for accessing modules akin to fetching names.

1.1.0 (2022-11-07)

No significant changes.

1.0.1 (2022-10-30)

No significant changes.

1.0.0 (2022-10-30)

Initial release.