Skip to content

ready to roar!

Compare
Choose a tag to compare
@kirkshoop kirkshoop released this 23 Mar 02:44

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

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