Skip to content

4.2.0

Compare
Choose a tag to compare
@e-oz e-oz released this 03 Sep 12:44
· 7 commits to main since this release
  • New (experimental!) methods: readFrom and readManyFrom. Can be called as part of constructor options.
  • EffectFnMethods renamed to EffectObservables, and lost methods next, error and complete - the same functionality with a less ambiguous API can be achieved with EffectListeners. This API is considered stable now.