impl v0.2.0.0 Release Notes

Release Date: 2018-11-26 // over 5 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 until reify is fixed upstream