All Versions
15
Latest Version
Avg Release Cycle
100 days
Latest Release
2480 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.7.0 Changes
December 05, 2017- Export applicative version of Foldable and Traversable functions #72
- Generalize all IO functions to MonadIO #75
- ๐ Use
foldl1
formaximumBy
andminimumBy
#74 - โ Remove nonexistent
foldr'
fromData.List
hiding list - โ Remove the
lifted-base
dependency. This means thatCorePrelude
andBasicPrelude
no longer expose any exception handling functions. This is intentional: the new recommendations from this library are to use an async-exception-aware exception handling library, either safe-exceptions or unliftio.
-
v0.6.1 Changes
September 08, 2016- Generalize
sum
andproduct
toFoldable
#69
- Generalize
-
v0.6.1.1 Changes
March 03, 2017- โ Add
HasCallStack
forterror
- โ Add
-
v0.6.0 Changes
- Export
show
fromShow
typeclass, and rename currentshow
totshow
#67
- Export
-
v0.5.2 Changes
May 11, 2016- ๐ฆ Expose
bool
- ๐ฆ Expose
-
v0.5.1 Changes
March 07, 2016- ๐ฆ Expose
asum
- ๐ Deprecate
empty
(so it can be replaced withAlternative
'sempty
)
- ๐ฆ Expose
-
v0.5.0 Changes
June 14, 2015- ๐ฆ Expose more Foldable/Traversable stuff
-
v0.4.1 Changes
May 27, 2015- terror
-
v0.4.0 Changes
May 12, 2015- โฌ๏ธ Drop system-filepath
-
v0.3.13 Changes
April 27, 2015- Export converters between FilePath <-> Text, String. #56