impl v0.2.0.0 Release Notes
Release Date: 2018-11-26 // over 4 years ago-
โ Added
- ๐ Optional methods and some
named
utilities to support them - ๐ Improved example showing heirarchical instance dispatch and optional methods
- ๐ Much improved documentation
- ๐ฆ Exposed
(++)
type family for appending methods
๐ Changed
- Methods now has the form
[Required "foo", Optional "bar", ...]
instead of["foo","bar",...]
๐ to support optional methods. - ๐ Renamed Named parameter application operator from (!) to ($$) to mintain downstream compatibility
โ Removed
- ๐ Deprecated
methodsFor
untilreify
is fixed upstream
- ๐ Optional methods and some