Skip to content

Releases: tusharmath/observable-air

v6.0.0

24 Aug 17:20
Compare
Choose a tag to compare

6.0.0 (2017-08-24)

Code Refactoring

  • observable: export observable as class (0f01787)

BREAKING CHANGES

  • observable: create() has been depricated. use new Observable() instead

v5.0.1

11 Jun 04:38
Compare
Choose a tag to compare

<a name"5.0.1">

5.0.1 (2017-06-11)

Bug Fixes

  • core: fix typings for all operator (7fed7119)

v5.0.0

10 Jun 21:28
Compare
Choose a tag to compare

<a name"5.0.0">

5.0.0 (2017-06-10)

Features

  • create: add just+empty+never sources (5da84f19)
  • test: add marble helpers inside test observable and schedulers (04f1e95c)

Breaking Changes

  • deprecate of() function

(06a5cb8e)

v4.2.3

08 Jun 18:07
Compare
Choose a tag to compare

<a name"4.2.3">

4.2.3 (2017-06-08)

Bug Fixes

  • map: fix typings for mapTo() (92f8ea34)

v4.2.2

23 Apr 09:37
Compare
Choose a tag to compare

<a name"4.2.2">

4.2.2 (2017-04-23)

Bug Fixes

  • build: use O as module name (ca0822e6)

v4.2.1

23 Apr 09:21
Compare
Choose a tag to compare

<a name"4.2.1">

4.2.1 (2017-04-23)

Bug Fixes

  • build: publish a umd version of the package for browsers (22076c25)

v4.2.0

21 Apr 08:42
Compare
Choose a tag to compare

<a name"4.2.0">

4.2.0 (2017-04-21)

Bug Fixes

  • skip-repeats: fix internal typings (b724f30f)

Features

  • map: add mapTo() and tap() operators (e31fba09)

v4.1.0

13 Apr 08:17
Compare
Choose a tag to compare

<a name"4.1.0">

4.1.0 (2017-04-13)

Features

  • combine: add combine operator (1be805b4)

Breaking Changes

  • remove compose()

(14741898)

v3.0.4

27 Feb 02:42
Compare
Choose a tag to compare

<a name"3.0.4">

3.0.4 (2017-02-27)

Bug Fixes

  • gh-pages:
    • path for output docs has to be updated (b4308423)
    • fix package.json path (e2aade2d)
  • readme: fix link for documentation (93f97611)
  • script: fix path to gh-pages (6fe342b7)
  • scripts: run doc command before publishing to gh-pages (dcc6308c)

Features

  • extra: add fluid style operators/sources (803fa6bd)

Breaking Changes

  • Air is exported an default module

    (08618643)

v2.0.0

26 Feb 13:22
Compare
Choose a tag to compare

<a name"2.0.0">

2.0.0 (2017-02-26)

Breaking Changes

  • Air is exported an default module

    (1e705544)