Skip to content

0.0.6

Compare
Choose a tag to compare
@mbarbin mbarbin released this 02 Aug 15:04
· 148 commits to main since this release

CHANGES:

Changed

  • Rename Provider.Trait.Implementation as Provider.Implementation to expose the concepts in a more flat way.
  • Reduce provider package dependencies - reduce from base to sexplib0.

Fixed

  • Make sure to select the right most implementation in case of overrides, as per specification.

Removed

  • Removed Trait.Uid.Comparable.S as this requires Base. Make it compatible with Comparable.Make (Trait.Uid) and add tests for this use case.