Skip to content

Releases: Wikia/post-quecast

v2.0.1

09 Jul 11:48
Compare
Choose a tag to compare

2.0.1 (2020-07-09)

Bug Fixes

  • fix removeListener concurrency issue (d04f939)

v2.0.1-beta.1

09 Jul 09:54
Compare
Choose a tag to compare
v2.0.1-beta.1 Pre-release
Pre-release

2.0.1-beta.1 (2020-07-09)

Bug Fixes

  • fix removeListener concurrency issue (58e50f0)

v2.0.0

25 Jun 08:24
Compare
Choose a tag to compare

2.0.0 (2020-06-25)

Features

  • replace rxjs with callbacks (6f6d735)

BREAKING CHANGES

    • RxJs streams are no longer used as broadcast mechanisms.
  • Use addListener and removeListeners methods to replace streams.
  • onlyNew and ofType are completely removed.
  • Old behavior can still be achieved by a use of wrappers. Go to addons directory to see example of RxJs based Communicator. Keep in mind that code within addons directory is NOT officially supported and can change without a warning.

v2.0.0-beta.1

25 May 13:45
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

2.0.0-beta.1 (2020-05-25)

Features

  • replace rxjs with callbacks (6062bac)

BREAKING CHANGES

    • RxJs streams are no longer used as broadcast mechanisms.
  • Use addListener and removeListeners methods to replace streams.
  • onlyNew and ofType are completely removed.
  • Old behavior can still be achieved by a use of wrappers. Go to addons directory to see example of RxJs based Communicator. Keep in mind that code within addons directory is NOT officially supported and can change without a warning.

v1.3.0

20 Mar 12:36
Compare
Choose a tag to compare

1.3.0 (2020-03-20)

Features

  • use rxjs to send messages within coordinator host #ADEN-9976 (907b882), closes #ADEN-9976

v1.2.0

23 Dec 11:00
Compare
Choose a tag to compare

1.2.0 (2019-12-23)

Features

  • setup.ts: make setup idempotent (e328199)

v1.1.0

31 Oct 11:06
Compare
Choose a tag to compare

1.1.0 (2019-10-31)

Features