Skip to content

Releases: tusharmath/observable-air

v13.0.1

24 Dec 03:27
Compare
Choose a tag to compare

13.0.1 (2018-12-24)

Bug Fixes

  • package: remove LinkedList implementation from this package (d0d817f)
  • package: update dependencies (d2708cc)

v13.0.0

06 May 05:28
6e9b227
Compare
Choose a tag to compare

13.0.0 (2018-05-06)

Bug Fixes

  • tap: update operator typings (54e8070)

Code Refactoring

  • fromDOM: update argument type (1cfff38)

BREAKING CHANGES

  • tap: tap() typings updated
  • fromDOM: Typings have been updated

v12.2.0

28 Mar 02:09
7856a73
Compare
Choose a tag to compare

12.2.0 (2018-03-28)

Features

  • subscription: export CompositeSubscription class (9147626)

v12.1.1

25 Mar 12:03
Compare
Choose a tag to compare

12.1.1 (2018-03-25)

Bug Fixes

  • testScheduler: fix normalizeEvents() utility (219102f)

v12.1.0

25 Mar 10:44
Compare
Choose a tag to compare

12.1.0 (2018-03-25)

Features

  • testScheduler: subscribeTo() now takes start and stop time as optional params (e7b51ef)

v12.0.0

25 Mar 05:01
be95824
Compare
Choose a tag to compare

12.0.0 (2018-03-25)

Code Refactoring

  • marble: reduce marble size from 10ms to 1ms (64be469)

BREAKING CHANGES

  • marble: MarbleSize has been reduced to 1ms

fixes usage of scheduler.asap() with marbles

v11.2.0

25 Mar 03:43
Compare
Choose a tag to compare

11.2.0 (2018-03-25)

Features

  • marble: add support for handling multi-letter events (5ff37a4)

v11.1.2

24 Mar 18:04
f72352a
Compare
Choose a tag to compare

11.1.2 (2018-03-24)

Bug Fixes

  • testing: update types for EVENTS (5d6bc0f)

v11.1.1

23 Mar 10:32
Compare
Choose a tag to compare

11.1.1 (2018-03-23)

Bug Fixes

  • package: ignore .ts files (7417a9c)

v11.1.0

20 Mar 09:07
2ae171b
Compare
Choose a tag to compare

11.1.0 (2018-03-20)

Bug Fixes

  • frames: frames should stop after an exception has occurred (037dbdf)
  • gaurd: make gaurd accept errors that don't use Error() constructor (1760d37)
  • interval: interval should stop after the first error (11cc1d0)

Features

  • scheduler: add support for frames() (667014f)

Performance Improvements

  • frames: frames operator now uses the frames() scheduler (42037f8)