All Versions
131
Latest Version
Avg Release Cycle
33 days
Latest Release
869 days ago

Changelog History
Page 14

  • v0.0.0-prealpha.1 Changes

    September 02, 2015

    ๐Ÿ› Bug Fixes

    • โœ… combineLatest: check for limits higher than total observable count (81e5dfb)
    • rx: add hack to export global until better global build exists (1a543b0)
    • subscription-ref: add setter for isDisposed (6fe5427)
    • take: complete on limit reached (801a711)

    ๐Ÿ”‹ Features

    • benchpress: add benchpress config and flatmap spec (0441dea)
    • catch: add catch operator, related to #141, closes #130 (94b4c01), closes #130
    • from: let from handle any "observablesque" (526d4c3), closes #156 #236
    • index: add index module which requires commonjs build (379d2d1), closes #117
    • observable: add Observable.all (forkJoin) (44a4ee1)
    • operator: Add count operator. (30dd894)
    • operator: Add distinctUntilChanged and distinctUntilKeyChanged (f9ba4da)
    • operator: Add do operator. (7d9b52b)
    • operator: Add expand operator. (47b178b)
    • operator: Add minimal delay operator. (7851885)
    • operator: add buffer operators: buffer, bufferWhen, bufferTime, bufferCount, and bufferTog (9f8347f), closes #207
    • operator: add debounce (f03adaf), closes #193
    • operator: add defaultIfEmpty (c80688b)
    • operator: add finally (526e4c9)
    • operator: add fromEventPattern creator function (1095d4c)
    • operator: add groupBy (1e13aea), closes #165
    • operator: add materialize. closes #132 (6d9f6ae), closes #132
    • operator: add publishBehavior operator and spec (249ab8d)
    • operator: add publishReplay operator and spec (a0c47d6)
    • operator: add retry (4451db5)
    • operator: add retryWhen operator. closes #129 (65eb50e), closes #129
    • operator: add skipUntil (ef2620e), closes #180
    • operator: add throttle (1d735b9), closes #191
    • operator: add timeout and timeoutWith (bb440ad), closes #244
    • operator: add toPromise operator. closes #159 (361a53b), closes #159
    • operator: add window operators: window, windowWhen, windowTime, windowCount, windowToggle (9f5d510), closes #195
    • operator: add withLatestFrom (322218a), closes #209
    • operator: implement startWith(). (1f36d99)