Changelog
8.3.1 (2018-08-20)
combineLatestHigherOrder
/combineLatestHigherOrderObject
, whenever the higher-order observable emits, if all of the sources have emitted a value, emit an array/object. This also means that if the array/object of sources emitted by the higher-order obserable is empty, an empty array/object is emitted. (e93f650)<a name="8.3.0"></a>