Skip to content

v2.3.0

Compare
Choose a tag to compare
@teivah teivah released this 28 Oct 08:14
· 50 commits to master since this release
3d2c2bf

Installation

go get -u github.com/reactivex/rxgo/[email protected]

Added

  • Find operator

Changed

  • Serialize operator implementation (simplification)
  • Documentation improvement

Fixed

  • Do not increment Count operator in case of error: #261