Skip to content

Releases: gcanti/fp-ts

0.3.2

14 Jun 14:36
Compare
Choose a tag to compare
  • Bug Fix
    • IxMonad: remove wrong type constraint (@gcanti)

0.3.1

05 Jun 13:39
Compare
Choose a tag to compare

0.3.0

01 Jun 14:53
Compare
Choose a tag to compare
  • New Feature
    • add StateT monad transformer, closes #104 (@gcanti)
    • add Store comonad, closes #100 (@rilut)
    • add Last monoid, closes #99 (@gcanti)
    • add Id monadfunctor (@gcanti)
    • Array: add extend instance (@gcanti)
    • NonEmptyArray: add comonad instance (@gcanti)
    • examples folder
    • exercises folder
  • Polish
    • Tuple: remove StaticFunctor checking (@rilut)
  • Breaking Change (@gcanti)
    • required typescript version: 2.3.3
    • drop Static prefix in type classes
    • Change contramap signature, closes #32
    • Validation: remove deprecated functions
    • Foldable/toArray
    • Dictionary/fromFoldable
    • Dictionary/toUnfoldable
    • Profunctor/lmap
    • Profunctor/rmap
    • Unfoldable/replicate
    • compositions: renaming and signature changes
      • getFunctorComposition -> getCompositionFunctor
      • getApplicativeComposition -> getCompositionApplicative
      • getFoldableComposition -> getCompositionFoldable
      • getTraversableComposition -> getCompositionTraversable
    • OptionT, EitherT, ReaderT refactoring
    • drop IxMonadT, move IxIO to the examples folder
    • drop Trans module
    • Free refactoring
    • drop rxjs dependency
    • drop lib-jsnext folder
    • make None constructor private
    • remove Pointed and Copointed type classes

0.2.9

24 May 04:42
Compare
Choose a tag to compare

0.2.8

16 May 08:43
Compare
Choose a tag to compare
  • New Feature
    • Monoid: add getFunctionStaticMonoid, closes #70 (@gcanti)
    • Foldable: add traverse_ and sequence_, closes #71 (@gcanti)
    • add getStaticMonad to EitherT, OptionT, ReaderT, closes #81 (@gcanti)
    • Applicative: add when, closes #77 (@gcanti)
    • indexed monad type class and IxMonadT, closes #73 (@gcanti)
    • Array / function: add refinements, closes #68 (@gcanti, @sledorze)
  • Bug Fix

0.2.7

08 May 17:27
Compare
Choose a tag to compare

0.2.6

04 May 03:58
Compare
Choose a tag to compare

0.2.5

03 May 17:45
Compare
Choose a tag to compare

0.2.4

01 May 06:55
Compare
Choose a tag to compare
  • Polish
    • deprecate validation.getApplicativeS / validation.getStaticApplicative (@gcanti)

0.2.3

01 May 05:50
Compare
Choose a tag to compare
  • Bug Fix
    • fix return types of validation.success / validation.failure (@gcanti)