Skip to content

Releases: bswck/runtime_generics

v2.0.3

30 Nov 13:31
v2.0.3
3a08da3
Compare
Choose a tag to compare

Corrected the README.

Full Changelog: v2.0.2...v2.0.3

v2.0.2

30 Nov 13:15
v2.0.2
8ced90d
Compare
Choose a tag to compare

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

30 Nov 01:50
v2.0.1
85e7d3d
Compare
Choose a tag to compare

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

30 Nov 01:08
v2.0.0
65fe0b6
Compare
Choose a tag to compare

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

29 Nov 21:24
v1.2.0
9991286
Compare
Choose a tag to compare

Added an equivalent of isinstance() for runtime generics—generic_isinstance().

Full Changelog: v1.1.0...v1.2.0

v1.1.0

25 Nov 15:04
3f9a21e
Compare
Choose a tag to compare

v1.0.3

29 Oct 02:33
0319dfa
Compare
Choose a tag to compare

Added coverage badge to README.

Full Changelog: v1.0.2...v1.0.3

v1.0.2

28 Oct 23:51
1fd52bd
Compare
Choose a tag to compare

Converted the library into a py.typed-marked package to benefit mypy users.

Full Changelog: v1.0.1...v1.0.2

v1.0.1

28 Oct 23:25
a0de0f3
Compare
Choose a tag to compare

Updated project description and minor non-breaking changes related to coverage.

Full Changelog: v1.0.0...v1.0.1

v1.0.0

27 Oct 20:30
5e4f23b
Compare
Choose a tag to compare

We've hit coverage 100%, let's go ahead with semver!

Full Changelog: v0.1.2...v1.0.0