0.0.6
CHANGES:
Changed
- Rename
Provider.Trait.Implementation
asProvider.Implementation
to expose the concepts in a more flat way. - Reduce
provider
package dependencies - reduce frombase
tosexplib0
.
Fixed
- Make sure to select the right most implementation in case of overrides, as per specification.
Removed
- Removed
Trait.Uid.Comparable.S
as this requiresBase
. Make it compatible withComparable.Make (Trait.Uid)
and add tests for this use case.