4.2.0
- New (experimental!) methods:
readFrom
andreadManyFrom
. Can be called as part of constructor options. EffectFnMethods
renamed toEffectObservables
, and lost methodsnext
,error
andcomplete
- the same functionality with a less ambiguous API can be achieved withEffectListeners
. This API is considered stable now.