Skip to content

Releases: tusharmath/observable-air

v7.6.1

18 Nov 05:34
Compare
Choose a tag to compare

7.6.1 (2017-11-18)

Bug Fixes

  • extra: remove the need to pass scheduler to subscribe (2e8e65c)

v7.6.0

01 Nov 10:54
597399c
Compare
Choose a tag to compare

7.6.0 (2017-11-01)

Bug Fixes

  • main: export toPromise() (5f18eb0)

Features

  • extra: add fludic utils (9a6b727)

v7.5.0

29 Oct 11:26
19b48e6
Compare
Choose a tag to compare

7.5.0 (2017-10-29)

Features

  • NodeStream: add observable support for node streams (1ed2c7f)

v7.4.0

14 Sep 04:05
Compare
Choose a tag to compare

7.4.0 (2017-09-14)

Bug Fixes

  • join: setup the correct exports for join() operator (99fd510)

Features

  • mergeMap: add join() operator back (38fbb5a)
  • operators: add unique() and uniqueWith() operators (c33b65a)

v7.3.0

10 Sep 12:22
Compare
Choose a tag to compare

7.3.0 (2017-09-10)

Bug Fixes

  • for-each: forEach unsubscribes from source on error (de1d107)
  • test-observable: ColdTestObservable was not handling error events (eb2ca90)
  • test-observable: should unsubscribe only once (069fab5)

Features

  • fromArray: add O.of() functionality (9eff4c5)

v7.2.0

09 Sep 15:27
Compare
Choose a tag to compare

7.2.0 (2017-09-09)

Features

  • forEach: forEach can also take in an observer (55c5b07)

v7.1.1

09 Sep 14:12
Compare
Choose a tag to compare

7.1.1 (2017-09-09)

Bug Fixes

  • main: export concat operator (6f5ca75)

v7.1.0

09 Sep 13:26
Compare
Choose a tag to compare

7.1.0 (2017-09-09)

Features

  • concat: add concat() operator (303e01e)

v7.0.0

05 Sep 13:41
Compare
Choose a tag to compare

7.0.0 (2017-09-05)

Code Refactoring

Features

  • test-scheduler: add support for passing events without array (c237368)

Performance Improvements

  • curry: use arguments object instead of interpolating it to an array (aaaa3b4)

BREAKING CHANGES

  • join: join() has been deprecated

v6.0.1

30 Aug 07:10
Compare
Choose a tag to compare

6.0.1 (2017-08-30)

Bug Fixes

  • observable: the subscriber function needs to be called asynchronously (311f23b)