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 11# Changelog
22
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+
310## 0.2.0 (2015-03-26)
411
512* 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:
2323* [ Install] ( #install )
2424* [ License] ( #license )
2525
26- > Note: This project is in beta stage! Feel free to report any issues you encounter.
27-
2826## Quickstart example
2927
3028Once [ 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
129127
130128## Install
131129
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 )
133132
134- ``` JSON
135- {
136- "require" : {
137- "clue/multicast-react" : " ~0.2.0"
138- }
139- }
133+ ``` bash
134+ $ composer require clue/multicast-react:~ 1.0
140135```
141136
142137## License
You can’t perform that action at this time.
0 commit comments