Releases: tusharmath/observable-air
Releases · tusharmath/observable-air
v7.6.1
7.6.1 (2017-11-18)
Bug Fixes
- extra: remove the need to pass scheduler to subscribe (2e8e65c)
v7.6.0
7.6.0 (2017-11-01)
Bug Fixes
Features
v7.5.0
7.5.0 (2017-10-29)
Features
- NodeStream: add observable support for node streams (1ed2c7f)
v7.4.0
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
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
7.2.0 (2017-09-09)
Features
- forEach: forEach can also take in an observer (55c5b07)
v7.1.1
7.1.1 (2017-09-09)
Bug Fixes
- main: export concat operator (6f5ca75)
v7.1.0
7.1.0 (2017-09-09)
Features
- concat: add concat() operator (303e01e)
v7.0.0
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
6.0.1 (2017-08-30)
Bug Fixes
- observable: the subscriber function needs to be called asynchronously (311f23b)