Releases: tusharmath/observable-air
Releases · tusharmath/observable-air
v11.0.0
11.0.0 (2018-03-20)
build
- rollup: create multiple configs for different module settings (faf9e80)
BREAKING CHANGES
- rollup: links to unpkg.com have changed
v10.2.1
10.2.1 (2018-01-13)
Performance Improvements
- scheduler: asap() should not be using requestIdleCallback() as its extremely slow (edf447a)
v10.2.0
10.2.0 (2018-01-12)
Bug Fixes
- config: update rollup config based on the new version (7316e1b)
Features
- sources: add support for Subject() (0da2fce)
- testScheduler: add support for adding multiple events using timeline (7fbf713)
v10.0.2
10.0.2 (2017-12-26)
Bug Fixes
- yarn: update dependencies (221793d)
v10.0.1
10.0.1 (2017-12-26)
Bug Fixes
- create: fix typings for create (39be615)
v10.0.0
10.0.0 (2017-11-20)
Bug Fixes
- mergeMap: mergeMap ignored values inside the buffer (790bfdb)
Features
- mergeMap: add support for concurrency as a stream (dc5d31b)
BREAKING CHANGES
- mergeMap: mergeMap() now takes concurrency as an observable instead of a hard coded value
v9.0.0
9.0.0 (2017-11-18)
Bug Fixes
- marble: it should ignore whitespaces (242a0bb)
Features
- marble: marble automatically converts the elements to integer if its possible (6e18cf3)
BREAKING CHANGES
- marble: '--1--2--3' earlier would have been considered as events emitting
'1'
then '2'
and then '3'
but now they emit 1
then 2
and then 3
ie. numeric types
v8.0.0
8.0.0 (2017-11-18)
Code Refactoring
- testScheduler: use a factory function instead of the static function (34af3c5)
BREAKING CHANGES
- testScheduler: depricated TestScheduler.of()