universum v1.2.0 Release Notes

Release Date: 2018-07-20 // over 5 years ago
    • 💥 #159 Breaking change: Remove text-format dependency.

    Migration guide: import Buildable type class either from text-format or formatting or fmt library. There is no direct replacement for pretty and prettyL in popular libraries. You can define prettyL = Data.Text.Lazy.Builder.toLazyText . build and pretty = Data.Text.Lazy.toStrict . prettyL`.

    • #164: Don't reexport log :: Floating a => a -> a.