Skip to content

0.27.0

Compare
Choose a tag to compare
@hoc081098 hoc081098 released this 07 May 07:58
· 162 commits to master since this release
6151299

https://pub.dev/packages/rxdart/versions/0.27.0

  • BREAKING: ValueStream
    • Remove ValueStreamExtensions.
    • ValueStream.valueWrapper becomes
      • value.
      • valueOrNull.
      • hasValue.
    • ValueStream.errorAndStackTrace becomes
      • error.
      • errorOrNull.
      • hasError.
      • stackTrace.
  • Add skipLast/SkipLastStreamTransformer (thanks @HannibalKcc).
  • Update scan: change seed to required param.
  • Add StackTrace param to recoveryFn when using OnErrorResumeStreamTransformer/onErrorResume/onErrorReturnWith.
  • Internal refactoring ConnectableStream.