Releases: bswck/runtime_generics
v2.0.3
Corrected the README.
Full Changelog: v2.0.2...v2.0.3
v2.0.2
Added missing generic_issubclass
in __all__
.
Made generic_isinstance
and generic_issubclass
less type-strict.
Full Changelog: v2.0.1...v2.0.2
v2.0.1
Added no_alias()
that was supposed to be in 2.0.0.
Fixed classmethod cls->generic alias replacement to pass the least type.
Full Changelog: v2.0.0...v2.0.1
v2.0.0
Removed unnecessary select
and index
functions.
Added generic_isinstance()
and generic_issubclass()
(limited functionality).
Full Changelog: v1.2.0...v2.0.0
v1.2.0
Added an equivalent of isinstance()
for runtime generics—generic_isinstance()
.
Full Changelog: v1.1.0...v1.2.0
v1.1.0
Full Changelog: v1500100900.0.1...v1.1.0
v1.0.3
Added coverage badge to README.
Full Changelog: v1.0.2...v1.0.3
v1.0.2
Converted the library into a py.typed-marked package to benefit mypy users.
Full Changelog: v1.0.1...v1.0.2
v1.0.1
Updated project description and minor non-breaking changes related to coverage.
Full Changelog: v1.0.0...v1.0.1
v1.0.0
We've hit coverage 100%, let's go ahead with semver!
Full Changelog: v0.1.2...v1.0.0