All Versions
9
Latest Version
Avg Release Cycle
76 days
Latest Release
1902 days ago
Changelog History
Changelog History
-
v0.8.0.0 Changes
March 08, 2020➕ Add modules
Fcf.Data.Symbol
(currently just reexportsSymbol
) (thanks to gspia)Fcf.Data.Function
- "Overloaded type families" ("type-level type classes")
Fcf.Class.Ord
Fcf.Class.Monoid
Fcf.Class.Monoid.Types
(which exports just anEndo a
to wrapa -> Exp a
)Fcf.Class.Functor
Fcf.Class.Bifunctor
Fcf.Class.Foldable
➕ Add functions in
Fcf.Data.List
:Intersperse
,Intercalate
,Span
,Break
,Tails
,IsPrefixOf
,IsSuffixOf
,IsInfixOf
,Partition
.Generalize
Foldr
,Concat
andConcatMap
to foldable types.✂ Remove deprecated
Guarded
,Guard((:=))
,Otherwise
.🗄 Deprecate
Fcf.Classes
-
v0.7.0.0 Changes
January 30, 2020- ➕ Add
Unfoldr
,Concat
,ConcatMap
,Replicate
,Take
,Drop
,TakeWhile
,DropWhile
,Reverse
toData.List
. (thanks to gspia) - 🔄 Change
Elem
,Lookup
,Zip
to bedata
instead oftype
synonyms. - 🛠 Fix performance of
Filter
andFind
.
- ➕ Add
-
v0.6.0.0 Changes
September 15, 2019- ➕ Add
Fcf.Utils.Case
and(Fcf.Combinators.>>=)
(thanks to TheMatten) - 🗄 Deprecate
Fcf.Bool.Guarded
- GHC 8.8 compatibility
- ➕ Add
-
v0.5.0.0 Changes
January 27, 2019Modularized library
Fcf.Utils
:- Add
TError
- Rename
Collapse
toConstraints
- Add
Fcf.Data.List
: AddedCons
,Last
,Init
,Elem
-
v0.4.0.0 Changes
December 30, 2018🆕 New functions (thanks to blmage)
LiftM
,LiftM2
,LiftM3
(<=)
,(>=)
,(<)
,(>)
Guarded
,Guard((:=))
,Otherwise
-
v0.3.0.1 Changes
October 01, 2018- GHC 8.6 compatibility
-
v0.3.0.0 Changes
September 28, 2018- More new functions, (thanks to isovector)
-
v0.2.0.0 Changes
September 15, 2018- A whole bunch of basic functions (thanks to isovector)
- ✂ Remove
Traverse
(nowMap
),BimapPair
,BimapEither
(nowBimap
)
-
v0.1.0.0 Changes
July 11, 2018🎉 Initial version