relude v0.4.0 Release Notes

Release Date: 2018-11-06 // over 5 years ago
    • #70: Reexport Contravariant for GHC >= 8.6.1.
    • #103: Drop utf8-string dependency and improve performance of conversion functions.
    • #98: Reexport Bifoldable related stuff from base.
    • #99: Reexport Bitraversable related stuff from base.
    • #100: Add Relude.Extra.Validation with Validationdata type.
    • #89: Add Relude.Extra.Type module containing a typeName function.
    • #92 Add Relude.Extra.Tuple module, containing dupe, mapToFst, mapToSnd, and mapBoth functions.
    • #97: Add (&&^) and (||^) operators.
    • #81: Add asumMap to Foldable functions.
    • #80: Add hlint rules for whenLeft, whenLeftM, whenRight and whenRightM.
    • #79: Add HLint rules for One typeclass.
    • ✂ Remove openFile and hClose.
    • #83: Make documentation for nub functions prettier.
    • #109: Use Dhall v3.0.0 for hlint file generation.