| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2021-04-06 | 636 Bytes | |
| v2.5.0.tar.gz | 2021-04-06 | 371.4 kB | |
| v2.5.0.zip | 2021-04-06 | 494.2 kB | |
| Totals: 3 Items | 866.3 kB | 0 | |
Installation
go get -u github.com/reactivex/rxgo/v2@v2.5.0
Added
- External resource section in the documentation: https://github.com/ReactiveX/RxGo/pull/301
Changed
- The
Rangeoperator was emitting the wrong number of items compared to other Rx implementations: https://github.com/ReactiveX/RxGo/pull/288 - Handle context priority in
SendContext: https://github.com/ReactiveX/RxGo/pull/300