| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2020-11-05 | 558 Bytes | |
| v2.4.0.tar.gz | 2020-11-05 | 147.0 kB | |
| v2.4.0.zip | 2020-11-05 | 187.3 kB | |
| Totals: 3 Items | 334.8 kB | 0 | |
Installation
go get -u github.com/reactivex/rxgo/v2@v2.4.0
Changed
- Changing the type of the distribution function in the
GroupByDynamicoperator: https://github.com/ReactiveX/RxGo/pull/267 The documentation was also updated: https://github.com/ReactiveX/RxGo/blob/6fed2e79a28d2a94fcb9876580134c872c629b04/doc/groupbydynamic.md
Fixed
- Stopping the
Takeoperator Stream when it has received all the items: https://github.com/ReactiveX/RxGo/pull/266 - Fixing timestamp documentation: https://github.com/ReactiveX/RxGo/pull/265