polysemy-zoo v0.7.0.0 Release Notes

Release Date: 2020-02-14 // about 4 years ago
  • ๐Ÿ’ฅ Breaking Changes

    • Tagged has been migrated to polysemy proper.
    • ๐Ÿšš Polysemy.Alias and InterpreterOf has been removed in favor of InterpreterFor, which is now part of polysemy proper (thanks to @bolt12).
    • โœ‚ Removed runKVStoreInRedis, runSetStoreInRedis, and Polysemy.Redis.Utils due to lack of use.

    Other Changes

    • โž• Added MonadThrow and MonadCatch constraint absorbers which operate via Error SomeException (thanks to @adamConnerSax).
    • โž• Added Polysemy.Input.Streaming, which offers streaming interoperability.
    • โž• Added Polysemy.Reader.Compact, which is useful for Reader effects which provide a large structure (thanks to @spacekitteh).