@fp-ts/core
Advanced tools
Changelog
0.2.0
#55 b3e7ff34
Thanks @gcanti! - Identity: remove exports except do notation ones
#55 a99a23a1
Thanks @gcanti! - Either: make orElse, orElseEither lazy and remove catchAll
#55 14de6de2
Thanks @gcanti! - Option: remove coproductEither
#55 f3cc9d2c
Thanks @gcanti! - rename element
to appendElement
#55 ae3338c0
Thanks @gcanti! - Either: rename firstSuccessOf
to firstRightOf
#55 d4fcf63e
Thanks @gcanti! - Option: make orElse, orElseEither lazy and remove catchAll
#55 4463f4f1
Thanks @gcanti! - Option: change firstSomeOf
signature
Changelog
0.1.0
Breaking changes
NonEmptyTraversable
moduleSemigroup
combine
binarycombineMany
binarySemiCoproduct
coproduct
binarycoproductMany
binarySemiProduct
product
binaryproductMany
binaryproductFlatten
to element
Order
compare
binaryNew Features
Boolean
not
combinatorOrder
array
combinatorbigint
instanceMonoid
array
, readonlyArray
combinatorsSemigroup
array
, readonlyArray
combinatorstypeclass/Equivalence
typeclass/Filterable
typeclass/TraversableFilterable
Bigint
Boolean
Either
Function
Identity
Number
Option
Ordering
Predicate
ReadonlyArray
ReadonyRecord
String
Struct
Symbol
These
Tuple
Changelog
0.0.8
#29 c2e0f09d
Thanks @gcanti! - NonEmptyAlternative: rename to SemiAlternative
#29 adbf4dbc
Thanks @gcanti! - NonEmptyProduct: rename to SemiProduct
#29 07b7061b
Thanks @gcanti! - NonEmptyProduct: rename bindKind to andThenBind
#29 1f116d3d
Thanks @gcanti! - NonEmptyApplicative: rename to SemiApplicative
#29 d539285e
Thanks @gcanti! - NonEmptyCoproduct: rename to SemiCoproduct
Changelog
0.0.7
#26 2aa35975
Thanks @gcanti! - NonEmptyTraversable: rename nonEmptyTraverse to traverseNonEmpty, nonEmptySequence to sequenceNonEmpty
#26 9d4ac0bb
Thanks @gcanti! - Traversable: add sequence as member
#26 eb6020ca
Thanks @gcanti! - Foldable: remove reduceRight from typeclass
#28 9f6a193e
Thanks @gcanti! - NonEmptyCoproduct / Coproduct: fix getSemigroup / getMonoid type params
#26 29a94c17
Thanks @gcanti! - NonEmptyProduct: rename struct to nonEmptyStruct
#26 577f9597
Thanks @gcanti! - Foldable: add a default reduceRight
implementation
#26 fc914c93
Thanks @gcanti! - NonEmptyTraversable: add sequenceNonEmpty as member
#26 fc4d0aae
Thanks @gcanti! - NonEmptyProduct: rename tuple to nonEmptyTuple