File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed
Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.0.0 (2015-11-13)
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.3.0 release.
9+
310## 0.3.0 (2015-07-09)
411
512* BC break: Use functional API approach instead of pseudo-OOP.
Original file line number Diff line number Diff line change @@ -172,14 +172,11 @@ remaining promises and throw an `Exception`.
172172
173173## Install
174174
175- The recommended way to install this library is [ through composer] ( http://getcomposer.org ) . [ New to composer?] ( http://getcomposer.org/doc/00-intro.md )
175+ The recommended way to install this library is [ through composer] ( http://getcomposer.org ) .
176+ [ New to composer?] ( http://getcomposer.org/doc/00-intro.md )
176177
177- ``` JSON
178- {
179- "require" : {
180- "clue/block-react" : " ~0.3.0"
181- }
182- }
178+ ``` bash
179+ $ composer require clue/block-react:~ 1.0
183180```
184181
185182## License
You can’t perform that action at this time.
0 commit comments