0.0.10
CHANGES:
Added
- Added
Trait.Uid.seeded_hash
(#24, @mbarbin). - Make the library build with
ocaml.4.14
(#22, @jonahbeckford, @mbarbin). - Added new checks in CI (build checks on windows and macos) (#21, @mbarbin).
- Added a tutorial with new examples of handler-based polymorphism (#13, @mbarbin).
Changed
- Split the tests and enable most tests in the CI, including
ocaml.4.14
(#25, @mbarbin). - Make the library detect invalid Traits earlier (during handler creation) (#20, @mbarbin).
- Rename
explanation
section of documentation per diataxis (#11, @mbarbin).