We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dry-python
Learn more about funding links in repositories.
Report abuse
1 parent a04d10b commit defe7bfCopy full SHA for defe7bf
CHANGELOG.md
@@ -7,6 +7,8 @@ We follow Semantic Versions since the `0.1.0` release.
7
8
### Features
9
10
+- **Breaking**: removes `is_protocol` boolean argument from `.instance`,
11
+ now use `protocol=YourProtocol` instead
12
- Adds support for concrete generic types like `List[str]` and `Set[int]` #24
13
- Adds support for types that have `__instancecheck__` defined
14
via `delegate` argument #248
0 commit comments