2.10.0-rc.5
To get started using the RC use npm with the following command:
npm install fp-ts@rc
- Bug Fix
TaskOption
- fix
getOrElseW
signature
- fix
- Breaking Change (with respect to
2.10.0-rc
)OptionT
- rename
none
tozero
and change signature
- rename
ReaderT
- remove
ask
,asks
(they will be derived from theFromReader
type-class in2.11
)
- remove
Semigroup
- move
assign
toobject
module and rename togetAssignSemigroup
- move
ReaderT
- remove
get
,put
,modify
,gets
(they will be derived from theFromState
type-class in2.11
)
- remove
- Deprecation
Tuple
- deprecate
mapLeft
in favour ofmapSnd
- deprecate
map
in favour ofmapFst
- deprecate
ReadonlyTuple
- deprecate
mapLeft
in favour ofmapSnd
- deprecate
map
in favour ofmapFst
- deprecate
- Polish
Array
/ReadonlyArray
- assert arrays as non-empty when using
some
, #1424 (@thewilkybarkid) - fix
matchLeft
,matchRight
type parameter order
- assert arrays as non-empty when using
EitherT
- add overloads for
Kind2
,Kind3
,Kind4
- add overloads for
OptionT
- add overloads for
Kind2
,Kind3
,Kind4
- add overloads for
ReaderT
- add overloads for
Kind2
,Kind3
,Kind4
- add overloads for
ReadonlyMap
- sort keys in
getShow
- sort keys in
ReadonlySet
- sort keys in
getShow
- sort keys in
StateT
- add overloads for
Kind2
,Kind3
- add overloads for
TheseT
- add overloads for
Kind2
,Kind3
,Kind4
- add overloads for
- Internal
- add
internal
module
- add