Releases: gcanti/fp-ts
Releases · gcanti/fp-ts
0.3.3
0.3.2
0.3.1
- New Feature
- Bug Fix
- Internal
0.3.0
- New Feature
- 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
, moveIxIO
to theexamples
folder - drop
Trans
module Free
refactoring- drop
rxjs
dependency - drop
lib-jsnext
folder - make
None
constructor private - remove
Pointed
andCopointed
type classes
0.2.9
0.2.8
- New Feature
- Monoid: add
getFunctionStaticMonoid
, closes #70 (@gcanti) - Foldable: add
traverse_
andsequence_
, closes #71 (@gcanti) - add
getStaticMonad
toEitherT
,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)
- Monoid: add
- Bug Fix
0.2.7
0.2.6
0.2.5
- New Feature
- Experimental