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

Commit 6d225ca

Browse files
committed
Release 2.0.0
1 parent b5479b7 commit 6d225ca

File tree

4 files changed

+2037
-1438
lines changed

4 files changed

+2037
-1438
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
<a name="2.0.0"></a>
2+
## 2.0.0 (2015-06-01)
3+
4+
This release includes everything from the 1.1.x line.
5+
6+
#### Breaking Changes
7+
8+
* The internal language has been changed: this project uses internally ES6+ level using BabelJS.
9+
* The build artifact has been changed: instead of an UMD output, a CommonJS module output is now being available.
10+
* The optional RequireJS variant has been dropped. Use the standard file.
11+
12+
#### Features
13+
14+
* **service:** change signature of <service>.send() #51 ([7534034d](http://github.com/knalli/angular-vertxbus/commit/7534034d24b5e994c4d3f9f7ac3a4d75ef6ebe1a))
15+
* Official support for AngularJS 1.4 (older versions are already compatible, but you had to enforce it)
16+
17+
18+
#### Breaking Changes
19+
20+
* The arguments of vertxEventBusService.send() have
21+
been restructured.
22+
23+
Instead of `send(address, message, timeout, expectReply)` it is now
24+
`send(address, message, {timeout, expectReply})`.
25+
26+
Reasons for this improvement of api:
27+
1. Both `address` and `message` are required, but the other ones are only
28+
optional.
29+
2. Long arguments are not a good api design
30+
3. Using default timeout does not require an `undefined` argument or
31+
even a missplaced `null` or `0`.
32+
([7534034d](http://github.com/knalli/angular-vertxbus/commit/7534034d24b5e994c4d3f9f7ac3a4d75ef6ebe1a))
33+
34+
35+
136
<a name="1.1.4"></a>
237
### 1.1.4 (2015-05-01)
338

0 commit comments

Comments
 (0)