relude v0.5.0 Release Notes

Release Date: 2019-03-18 // about 5 years ago
    • #127:
      Implement Relude.Extra.Lens module.
    • #125:
      ๐Ÿšš Moved many numerical functions and types in Relude.Numeric.
      Reexport toIntegralSized from Data.Bits.
      โž• Add integerToBounded and integerToNatural in Relude.Numeric.
    • #121:
      Reexport Ap from Data.Monoid. Change definition of foldMapA to use Ap.
    • #129:
      โž• Add appliedTo and chainedTo as named versions of operators =<< and <**>.
    • #138:
      โž• Add RealFloat to Relude.Numeric.
    • #144:
      โž• Add traverseToSnd and friends to Relude.Extra.Tuple.
    • #140:
      ๐Ÿ‘Œ Improve text of custom compile-time error messages for elem functions.
    • #136:
      ๐Ÿ‘• Cover Relude.Extra.* modules with custom HLint rules.
    • #146:
      ๐Ÿ‘Œ Improve documentation for Relude.File file: be more explicit about system
      locale issues.
    • ๐Ÿ‘Œ Improve documentation for One typeclass and add tests.
    • ๐Ÿ‘Œ Support ghc-8.6.4 and ghc-8.4.4.
      โฌ‡๏ธ Drop support for ghc-8.6.1 and ghc-8.4.3.