Releases: gcanti/fp-ts-rxjs
Releases · gcanti/fp-ts-rxjs
0.6.15
- New Feature
Observable
- add
toTaskOption
(@mlegenhausen)
- add
ReaderObservable
- add
toReaderTaskOption
(@mlegenhausen)
- add
- Bug Fix
Observable
- prevent
toTask
from resolving toundefined
on an emptyObservable
(@mlegenhausen)
- prevent
ObservableEither
- prevent
toTask
from resolving toundefined
on an emptyObservable
(@mlegenhausen)
- prevent
ObservableThese
- prevent
toTask
from resolving toundefined
on an emptyObservable
(@mlegenhausen)
- prevent
ReaderObservable
- prevent
toReaderTask
from resolving toundefined
on an emptyObservable
(@mlegenhausen)
- prevent
0.6.14
0.6.13
- Deprecations
Observable
- deprecate
observable
(@gcanti)
- deprecate
ObservableEither
- deprecate
observableEither
(@gcanti)
- deprecate
ReaderObservable
- deprecate
readerObservable
(@gcanti)
- deprecate
ReaderObservable
- deprecate
readerObservable
(@gcanti)
- deprecate
ReaderObservableEither
- deprecate
readerObservableEither
(@gcanti)
- deprecate
StateReaderObservableEither
- deprecate
stateReaderObservableEither
(@gcanti)
- deprecate
- New Feature
- add
ObservableThese
, #44 (@siuvdlec) - expose
fp-ts-rxjs
modules without lib/es6 prefix, closes #40 (@gcanti) Observable
- add
Do
(@gcanti) - add
Functor
instance (@gcanti) - add
Apply
instance (@gcanti) - add
Applicative
instance (@gcanti) - add
Monad
instance (@gcanti) - add
Alt
instance (@gcanti) - add
zero
(@gcanti) - add
Alternative
instance (@gcanti) - add
Compactable
instance (@gcanti) - add
Filterable
instance (@gcanti) - add
MonadIO
instance (@gcanti) - add
MonadTask
instance (@gcanti) - add
MonadObservable
instance (@gcanti)
- add
ObservableEither
- add
Do
(@gcanti) - add
of
(@gcanti) - add
bindW
(@gcanti) - add
Functor
instance (@gcanti) - add
Apply
instance (@gcanti) - add
Applicative
instance (@gcanti) - add
Monad
instance (@gcanti) - add
Bifunctor
instance (@gcanti) - add
Alt
instance (@gcanti) - add
MonadIO
instance (@gcanti) - add
MonadTask
instance (@gcanti) - add
MonadObservable
instance (@gcanti) - add
MonadThrow
instance (@gcanti) - add
filterOrElse
(@gcanti) - add
fromEither
(@gcanti) - add
fromOption
(@gcanti) - add
fromPredicate
(@gcanti) - add
chainW
(@anthonyjoeseph) - add
tryCatch
, #48 (@anthonyjoeseph)
- add
ReaderObservable
- add
Do
(@gcanti) - add
bindW
(@gcanti) - add
Functor
instance (@gcanti) - add
Apply
instance (@gcanti) - add
Applicative
instance (@gcanti) - add
Monad
instance (@gcanti) - add
Alt
instance (@gcanti) - add
zero
(@gcanti) - add
Alternative
instance (@gcanti) - add
Compactable
instance (@gcanti) - add
Filterable
instance (@gcanti) - add
MonadIO
instance (@gcanti) - add
MonadTask
instance (@gcanti) - add
MonadObservable
instance (@gcanti) - add
chainW
(@gcanti)
- add
ReaderObservableEither
- add
Do
(@gcanti) - add
bindW
(@gcanti) - add
Functor
instance (@gcanti) - add
Apply
instance (@gcanti) - add
Applicative
instance (@gcanti) - add
Monad
instance (@gcanti) - add
Bifunctor
instance (@gcanti) - add
MonadIO
instance (@gcanti) - add
MonadTask
instance (@gcanti) - add
MonadObservable
instance (@gcanti) - add
MonadThrow
instance (@gcanti) - add
right
(@gcanti) - add
left
(@gcanti) - add
chainW
(@anthonyjoeseph)
- add
StateReaderObservableEither
- add
of
(@gcanti) - add
bindW
(@gcanti) - add
Functor
instance (@gcanti) - add
Apply
instance (@gcanti) - add
Applicative
instance (@gcanti) - add
Monad
instance (@gcanti) - add
Bifunctor
instance (@gcanti) - add
MonadIO
instance (@gcanti) - add
MonadTask
instance (@gcanti) - add
MonadObservable
instance (@gcanti) - add
MonadThrow
instance (@gcanti) - add
chainW
(@anthonyjoeseph)
- add
- add
- Polish
- export
MonadObservable
fromindex.ts
(@Canti)
- export
- Internal
Observable
- make
fromIO
synchronous, #43 (@anthonyjoeseph)
- make
0.6.11
0.6.10
- New Feature
- add
ReaderObservableEither
module, #34 (@waynevanson ) - add
StateReaderObservableEither
module, #34 (@waynevanson ) - add
MonadObservable4
interface, #34 (@waynevanson )
- add
0.6.9
0.6.8
0.6.7
- New Feature
ReaderObservable
- add
Alternative
andFilterable
instances (@mlegenhausen)
- add
0.6.6
- New Feature
- add
ReaderObservable
module (@mlegenhausen) - add
MonadObservable
module (@mlegenhausen) Observable
- add
of
function (@mlegenhausen)
- add
- add
- Internal
- upgrade to
[email protected]
(@mlegenhausen)
- upgrade to
- Bug Fix
- don't set
target: es6
intsconfig.build-es6.json
(@gcanti)
- don't set