Skip to content

v2.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@WikiaJenkins WikiaJenkins released this 25 May 13:45
· 7 commits to master since this 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.