Skip to content
This repository was archived by the owner on Jun 14, 2019. It is now read-only.

Commit 11060ed

Browse files
committed
Release 5.0.0
1 parent 2bf3cf7 commit 11060ed

File tree

7 files changed

+8291
-7261
lines changed

7 files changed

+8291
-7261
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
<a name="5.0.0"></a>
2+
# [5.0.0](https://github.com/knalli/angular-vertxbus/compare/4.0.0...v5.0.0) (2016-03-25)
3+
4+
5+
### Features
6+
7+
* **bundle:** migrate tooling to webpack ([74c6100](https://github.com/knalli/angular-vertxbus/commit/74c6100))
8+
* **service:** add support for headers (supported since vertxbus v3.1) ([1881de1](https://github.com/knalli/angular-vertxbus/commit/1881de1))
9+
10+
11+
### BREAKING CHANGES
12+
13+
* service: The signature of `vertxEventBus.send()` has been changed!
14+
15+
Before, it was `address, message, replyHandler, failureHandler`. This has been changed to `address, message, headers, replyHandler, failureHandler`. Note the additional `headers`.
16+
17+
Actually, all method signatures of `vertxEventBus` and `vertxEventBusService` for sending, publishing, and registering/unregistering handlers have been changed to match the optional `headers` introduced in EventBus 3.1. But only in case of `.send()` it has a broken signature.
18+
19+
20+
121
<a name="4.0.0"></a>
222
# [4.0.0](https://github.com/knalli/angular-vertxbus/compare/3.2.1...v4.0.0) (2016-02-13)
323

0 commit comments

Comments
 (0)