Releases: serokell/universum
Releases · serokell/universum
v1.8.2
v1.8.1.1
v1.8.0
- Added support for GHC 9.2.2
- Generalized the types of
readMaybe
andconcatMap
- Removed:
- Re-export of
Option
. UseMaybe
instead. - Re-export of
listToMaybe
. UsesafeHead
instead. - Re-export of
group
fromData.List
- Re-export of
- Added:
- Re-export of
group
,groupBy
,groupWith
andgroupAllWith
fromData.List.NonEmpty
.
- Re-export of
- Deprecated:
note
microlens
andmicrolens-mtl
types/functions/operators
v1.7.1: new functions
Added hoistMaybe
and hoistEither
functions.
v1.7.0: safer versions of some functions + general maintenance
- Added safe versions of
minimum
,maximum
,minimumBy
,maximumBy
,foldr1
,foldl1
. - Fixed many warnings, updated some code to newer versions of GHC and dependencies.
For more details please see the changelog.
v1.6.1: minor maintenance
Minor release that updates one dependency bounds.
For more details please see the changelog.
v1.6.0: it's alive!
After a break we have new contributions to Universum. This release is rather minor.
For more details please see the changelog.
v1.5.0: generous contributions
In this release we made some improvements proposed by generous contributors.
For more details please see the changelog.
v1.4.0: further reduction
In this release we deleted everything that was marked as deprecated in 1.3.0.
For more details please see the changelog.
v1.3.0: Reduction
In this release we started making Universum smaller and deprecated some functions.
For more details please see the changelog.