polysemy v1.4.0.0 Release Notes

Release Date: 2020-10-31 // over 3 years ago
  • ๐Ÿ’ฅ Breaking Changes

    • โž• Added Polysemy.Async.cancel to allow cancelling Async action (possible name collision) (#321, thanks to @aidangilmore)

    Other Changes

    • โž• Added Polysemy.Input.inputs to mirror Polysemy.Reader.asks (#327, thanks to @expipiplus1)
    • โž• Added Polysemy.Resource.bracket_ (#335, thanks to @expipiplus1)
    • ๐Ÿ‘Œ Support GHC 8.10.x (#337, #382)
    • Restrict the existentially quantified monad in a Weaving to Sem r (#333, thanks to @A1kmm)
    • โž• Added raise2Under and raise3Under (#369)
    • โž• Added Raise and Subsume (#370)
    • ๐Ÿ›  Fixed memory leaks in Applicative (Sem r) methods (#372, thanks to @goertzenator)
    • ๐Ÿ›  Smaller suggestions and fixes (thanks to @jeremyschlatter, @galagora and @felixonmars)