File tree 1 file changed +21
-0
lines changed
1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,27 @@ This file is a manually maintained list of changes for each release. Feel free
4
4
to add your changes here when sending pull requests. Also send corrections if
5
5
you spot any mistakes.
6
6
7
+ ## 0.4.0 (2014-08-xx)
8
+
9
+ * BC break: The ` Client ` class has been renamed to ` StreamingClient ` .
10
+ Added new ` Client ` interface.
11
+ (#18 and #19 )
12
+
13
+ * BC break: Rename ` message ` event to ` data ` .
14
+ (#21 )
15
+
16
+ * BC break: The ` Factory ` now accepts a ` LoopInterface ` as first argument.
17
+ (#22 )
18
+
19
+ * Fix: The ` close ` event will be emitted once when invoking the ` Client::close() `
20
+ method or when the underlying stream closes.
21
+ (#20 )
22
+
23
+ * Refactored code, improved testability, extended test suite and better code coverage.
24
+ (#11 , #18 and #20 )
25
+
26
+ > Note: This is an intermediary release to ease upgrading to the imminent v0.5 release.
27
+
7
28
## 0.3.0 (2014-05-31)
8
29
9
30
* First tagged release
You can’t perform that action at this time.
0 commit comments