universum v1.7.0 Release Notes
Release Date: 2020-07-08 // about 3 years ago-
- #221:
Add safe versions of
minimum
,maximum
,minimumBy
,maximumBy
,foldr1
,foldl1
functions forNonEmpty
list. Old their versions fromContainer
typeclass now returnMaybe
and havesafe
prefix in name (e.g.safeMinimum
). Add unsafe versions of those functions toUnsafe
module. - #185: Enable more warnings, fix all warnings.
- #221:
Add safe versions of