Collect interface implementations

This commit is contained in:
2020-11-17 08:10:32 +01:00
parent 1f4eb6fb9b
commit 86a0e00f7e
4 changed files with 35 additions and 7 deletions

View File

@ -10,6 +10,8 @@ and this project adheres to
### Added
- `Validate.Rules`:
- `overlappingFieldsCanBeMergedRule`
- `Type.Schema.implementations` contains a map from interfaces and objects to
interfaces they implement.
## [0.11.0.0] - 2020-11-07
### Changed