ngx-message-bus
Version:
Messaging system for angular 11.x application. It allows communication between components and modules. Direct messages, messages by types and broadcasting.
24 lines (16 loc) • 660 B
Markdown
<a name="11.0.0"></a>
## [11.0.0] (2021-01-10)
* Updated dependencies to use Angular 11.x
* Changed version to match Angular latest release
<a name="7.0.0"></a>
## [7.0.0] (2018-07-14)
* Updated dependencies to use Angular 7.x
* Changed version to match Angular latest release
<a name="3.0.0"></a>
## [3.0.0] (2018-07-14)
* **breaking** message bus should be included as a MessageBusModule not as a service in provider list
* Added configuration of error handling when exception occurs in listener's callback
* Fixed typo in property from 'recipent' to 'recipient'
<a name="2.0.0"></a>
## [2.0.0] (2018-05-21)
Adapted project to Angualr 6.x & rxjs 5.x