Skip to content

Releases: tusharmath/observable-air

v11.0.0

20 Mar 06:36
Compare
Choose a tag to compare

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.2

20 Mar 06:13
a471353
Compare
Choose a tag to compare

10.2.2 (2018-03-20)

Bug Fixes

v10.2.1

13 Jan 07:43
Compare
Choose a tag to compare

10.2.1 (2018-01-13)

Performance Improvements

  • scheduler: asap() should not be using requestIdleCallback() as its extremely slow (edf447a)

v10.2.0

12 Jan 08:59
Compare
Choose a tag to compare

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.1.0

28 Dec 08:46
af33fb1
Compare
Choose a tag to compare

10.1.0 (2017-12-28)

Features

v10.0.2

26 Dec 14:06
Compare
Choose a tag to compare

10.0.2 (2017-12-26)

Bug Fixes

  • yarn: update dependencies (221793d)

v10.0.1

26 Dec 14:01
Compare
Choose a tag to compare

10.0.1 (2017-12-26)

Bug Fixes

  • create: fix typings for create (39be615)

v10.0.0

20 Nov 02:35
4b695d3
Compare
Choose a tag to compare

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

18 Nov 09:52
Compare
Choose a tag to compare

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

18 Nov 06:56
Compare
Choose a tag to compare

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()