Skip to content

Releases: tusharmath/observable-air

v1.9.0

16 Oct 15:28
Compare
Choose a tag to compare

<a name"1.9.0">

1.9.0 (2016-10-16)

Features

  • skipRepeat: add skipRepeat operator (ed5c1586)

v1.8.0

16 Oct 15:14
Compare
Choose a tag to compare

<a name"1.8.0">

1.8.0 (2016-10-16)

Features

  • main: add Observable constructor (f50f1d24)

v1.7.0

16 Oct 08:34
Compare
Choose a tag to compare

<a name"1.7.0">

1.7.0 (2016-10-16)

Features

  • switch: add switch operator (3bf2e3e4)

v1.6.2

15 Oct 19:37
Compare
Choose a tag to compare

<a name"1.6.2">

1.6.2 (2016-10-15)

Bug Fixes

  • fromDOM: dom node should be the first param (d35e908a)

v1.6.1

15 Oct 19:07
Compare
Choose a tag to compare

<a name"1.6.1">

1.6.1 (2016-10-15)

Bug Fixes

  • fromDOM: change signature with name as the first param (869c9245)

v1.6.0

15 Oct 17:40
Compare
Choose a tag to compare

<a name"1.6.0">

1.6.0 (2016-10-15)

Features

  • main: export operators and sources as curried by default (9a52465b)

v1.5.0

14 Oct 11:59
Compare
Choose a tag to compare

<a name"1.5.0">

1.5.0 (2016-10-14)

Features

  • fromDOM: add fromDOM source (555165d9)

v1.4.3

12 Oct 19:32
Compare
Choose a tag to compare

<a name"1.4.3">

1.4.3 (2016-10-12)

Bug Fixes

  • package: run rollup command before publishing (3b4d5ac9)

v1.4.2

12 Oct 18:39
Compare
Choose a tag to compare

<a name"1.4.2">

1.4.2 (2016-10-12)

Bug Fixes

  • readme: remove information from readme (3d5cb26e)

v1.4.1

12 Oct 13:48
Compare
Choose a tag to compare

<a name"1.4.1">

1.4.1 (2016-10-12)

Bug Fixes

  • ColdTestObservable: add getter for closed property (47c396b3)
  • Slice: unsubscribe to the source once completed is fired (25d2a5fb)
  • TestScheduler: unsubscribe only if not already closed (8573cb5e)