Releases: Wikia/post-quecast
Releases · Wikia/post-quecast
v2.0.1
v2.0.1-beta.1
v2.0.0
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
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
1.3.0 (2020-03-20)
Features
- use rxjs to send messages within coordinator host #ADEN-9976 (907b882), closes #ADEN-9976