All Versions
9
Latest Version
Avg Release Cycle
76 days
Latest Release
1507 days ago

Changelog History

  • v0.8.0.0 Changes

    March 08, 2020
    • โž• Add modules

      • Fcf.Data.Symbol (currently just reexports Symbol) (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 an Endo a to wrap a -> 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 and ConcatMap 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 to Data.List. (thanks to gspia)
    • ๐Ÿ”„ Change Elem, Lookup, Zip to be data instead of type synonyms.
    • ๐Ÿ›  Fix performance of Filter and Find.
  • 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
  • v0.5.0.0 Changes

    January 27, 2019
    • Modularized library

    • Fcf.Utils:

      • Add TError
      • Rename Collapse to Constraints
    • Fcf.Data.List: Added Cons, 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 (now Map), BimapPair, BimapEither (now Bimap)
  • v0.1.0.0 Changes

    July 11, 2018

    ๐ŸŽ‰ Initial version