File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.0.0 (2016-03-07)
4
+
5
+ * First stable release, now following SemVer
6
+ * Improved documentation
7
+
8
+ > Contains no other changes, so it's actually fully compatible with the v0.2.0 release.
9
+
3
10
## 0.2.0 (2015-03-26)
4
11
5
12
* Changed to use faster stream based networking API
Original file line number Diff line number Diff line change @@ -23,8 +23,6 @@ Among others, multicast networking is the basis for:
23
23
* [ Install] ( #install )
24
24
* [ License] ( #license )
25
25
26
- > Note: This project is in beta stage! Feel free to report any issues you encounter.
27
-
28
26
## Quickstart example
29
27
30
28
Once [ installed] ( #install ) , you can use the following code to create a simple
@@ -129,14 +127,11 @@ Please refer to the [datagram documentation](https://github.com/reactphp/datagra
129
127
130
128
## Install
131
129
132
- The recommended way to install this library is [ through composer] ( http://getcomposer.org ) . [ New to composer?] ( http://getcomposer.org/doc/00-intro.md )
130
+ The recommended way to install this library is [ through Composer] ( http://getcomposer.org ) .
131
+ [ New to Composer?] ( http://getcomposer.org/doc/00-intro.md )
133
132
134
- ``` JSON
135
- {
136
- "require" : {
137
- "clue/multicast-react" : " ~0.2.0"
138
- }
139
- }
133
+ ``` bash
134
+ $ composer require clue/multicast-react:~ 1.0
140
135
```
141
136
142
137
## License
You can’t perform that action at this time.
0 commit comments