Skip to content

v2.5.0

Latest
Compare
Choose a tag to compare
@teivah teivah released this 06 Apr 20:37
· 20 commits to master since this release
6d23b16

Installation

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

Added

  • External resource section in the documentation: #301

Changed

  • The Range operator was emitting the wrong number of items compared to other Rx implementations: #288
  • Handle context priority in SendContext: #300

Fixed