polysemy v0.7.0.0 Release Notes

Release Date: 2019-07-08 // almost 5 years ago
  • ๐Ÿ’ฅ Breaking Changes

    • โž• Added a Pass constructor to Writer (thanks to @KingoftheHomeless)
    • ๐Ÿ›  Fixed a bug in runWriter where the MTL semantics wouldn't be respected (thanks to @KingoftheHomeless)
    • โœ‚ Removed the Censor constructor of Writer (thanks to @KingoftheHomeless)
    • ๐Ÿ“‡ Renamed Yo to Weaving
    • ๐Ÿ”„ Changed the visible type applications for asks, gets, runEmbedded, fromEitherM and runErrorAsAnother

    Other Changes

    • ๐Ÿ›  Fixed haddock generation