All Versions
2
Latest Version
Avg Release Cycle
14 days
Latest Release
2303 days ago
Changelog History
Changelog History
-
v0.2.0.0 Changes
November 26, 2018โ 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
-
v0.1.0.0
November 12, 2018