Skip to content

Releases: LostInDarkMath/pedantic-python-decorators

Pedantic 2.1.4

30 Dec 07:42
Compare
Choose a tag to compare
20231230074212-8bdebfd

improve implementation of `copy_with()`

Pedantic 2.1.3

02 Nov 10:23
Compare
Choose a tag to compare
20231102102241-c2ea202

small fix to ensure type checking works properly with protocols

Pedantic 2.1.2

24 Oct 15:14
Compare
Choose a tag to compare
20231024151414-0e50382

bugfix `@pedantic` together with `typing.Protocol`

Pedantic 2.1.1

24 Oct 14:24
Compare
Choose a tag to compare
make `@pedantic` work with `typing.Protocol` (at least do not raise a…

… false-positive error)

Pedantic 2.1.0

24 Oct 12:17
Compare
Choose a tag to compare
20231024121640-54fefbd

add `retry` decorator

Pedantic 2.0.2

23 Oct 15:33
Compare
Choose a tag to compare
20231023153253-ab337ec

- improve API of `WithDecoratedMethods.get_decorated_functions()`

Pedantic 2.0.1

20 Oct 13:29
Compare
Choose a tag to compare
20231020132828-a4eed4d

fix bug in `GenericMixin` that appears when using multiple inheritance

Pedantic 2.0.0

20 Oct 13:02
Compare
Choose a tag to compare
20231020130148-f921ad7

fix CI

Pedantic 1.16.4

20 Oct 11:37
Compare
Choose a tag to compare
20231020113633-5e72b16

fix type hint

Pedantic 1.16.3

19 Oct 11:28
Compare
Choose a tag to compare
improve error message for the case that you call `GenericMixin.type_v…

…ar()` in the `__init__()` method