Skip to content

Releases: serokell/universum

v1.8.2

04 Jul 16:28
b9031ef
Compare
Choose a tag to compare
  • #289:
    Made universum work with LTS-21.0.
    • Re-exported (~) type operator.
  • #283:
    Bumped the upper version bound on text to 2.0.2.

v1.8.1.1

21 Feb 08:55
1f840f0
Compare
Choose a tag to compare
  • #282:
    Bump version bound on text to 2.0.1.

v1.8.0

11 Jul 09:11
9cb2678
Compare
Choose a tag to compare
  • Added support for GHC 9.2.2
  • Generalized the types of readMaybe and concatMap
  • Removed:
    • Re-export of Option. Use Maybe instead.
    • Re-export of listToMaybe. Use safeHead instead.
    • Re-export of group from Data.List
  • Added:
    • Re-export of group, groupBy, groupWith and groupAllWith from Data.List.NonEmpty.
  • Deprecated:
    • note
    • microlens and microlens-mtl types/functions/operators

v1.7.1: new functions

26 Aug 12:08
3d1ca66
Compare
Choose a tag to compare

Added hoistMaybe and hoistEither functions.

v1.7.0: safer versions of some functions + general maintenance

08 Jul 13:48
c932d4c
Compare
Choose a tag to compare
  1. Added safe versions of minimum, maximum, minimumBy, maximumBy, foldr1, foldl1.
  2. 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

20 Nov 15:58
70ed1df
Compare
Choose a tag to compare

Minor release that updates one dependency bounds.

For more details please see the changelog.

v1.6.0: it's alive!

04 Sep 09:48
f9e4b8c
Compare
Choose a tag to compare

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

31 Oct 22:41
fc0f74a
Compare
Choose a tag to compare

In this release we made some improvements proposed by generous contributors.

For more details please see the changelog.

v1.4.0: further reduction

21 Sep 19:42
16d8b19
Compare
Choose a tag to compare

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

13 Aug 10:52
083cd66
Compare
Choose a tag to compare

In this release we started making Universum smaller and deprecated some functions.

For more details please see the changelog.