ready to roar!
This release of rxcpp is ready to use in production. please try it out and report issues!
rx lite complete!
All the decoupling of existing operators has been completed, thanks almost entirely to @gchudnov. This has also improved the doxygen output by sharing the docs across the observable methods and free function options for each operator.
bug fixes
- @wutiantong fixed subject thread-safe correctness
- @kirkshoop fixed iterate() support for rangev3 - reported by @adsharma
- @polariszz fixed rxcpp::util::any_value_true
breaking changes
repeat(0) and retry(0) erroneously resulted in infinite subscriptions.
@elelel contributed fixes and a refactor that makes repeat(0) and retry(0) result in no subscription and repeat() and retry() result in infinite subscriptions.
new stuff
- @aargor, @gchudnov & @kirkshoop added VC2017 RTM support
- @kirkshoop added coroutines support
- @studoot added callback from runloop scheduler
- @Ravirael added take_while
- @gchudnov added is_empty
- @gchudnov added predicate to distinct_until_changed