λ v5.1.0 Release Notes

Release Date: 2019-10-13 // over 4 years ago
  • 🔄 Changed

    • 👍 All monad transformers that can support composable parallelism do support it

    ➕ Added

    • Writer, the writer monad
    • EndoK, a monoid formed under endomorphism for any monad
    • AutoBracket, a specialized form of Bracket for AutoCloseable that closes the resource during cleanup

    🛠 Fixed

    • SafeT#zip is now stack-safe regardless of the underlying monad's zip implementation

    🗄 Deprecated

    • Force, in favor if traversing into an IO and explicitly running it