A New Home
the move
The major change this release is that the RxCpp repo moved to the ReactiveX org on Github
changes
Thank you to the generous contributors who reported issues and submitted PR's
Replace commented out noexcept with macro
Replace shared_ptr with move ctor
Fix exit_recursed_scope_type dtor cleaning requestor early
Remove unused variable and captures in doxygen/buffer.cpp
@lebdron
Update README.md
@kirkshoop
Fix '-Wignored-qualifiers'
@besser82
Add: Skip_while operator (#418) …
Add rx-merge-delay-error operator (#417) …
@nitrram
Fix rxcpp::observable<>::range() when T is unsigned type
Fix rxcpp::observable<>::from() when T is non-default constructable
@lebdron
remove unused local
@kirkshoop
Fix clang-trunk -Wunused-lambda-capture warnings
Correct prefix for test executables (#398)
@ericniebler
shutdown event loop threads (#394) …
@kirkshoop
Add 'include' to the install path of the headers
@petoknm
Typo in rx-never documentation …
Daniel Rees
std::unexpected has been deprecated
@kirkshoop
fix timeout when no items are emitted (#387)
@gchudnov
disambiguate onerror from onnext (#383)
@kirkshoop
Add get_subscription() for subject (#381)
@wutiantong
Update DeveloperManual.md (#380) …
@thepont
subscribe in reverse order to observables (#375)
@maiermic
fix async lifetime in window_toggle (#372)
filterimprovement (#371) …
@kirkshoop
reversed subscription order
@anatoly-spb