File tree 2 files changed +16
-14
lines changed 2 files changed +16
-14
lines changed Original file line number Diff line number Diff line change 1
- # CHANGELOG
1
+ # Changelog
2
2
3
- This file is a manually maintained list of changes for each release. Feel free
4
- to add your changes here when sending pull requests. Also send corrections if
5
- you spot any mistakes.
3
+ ## 1.0.0 (2016-04-19)
4
+
5
+ * First stable release, now following SemVer.
6
+
7
+ * Improved documentation, project structure and test suite.
8
+
9
+ > Contains no other functional changes, so it's actually fully compatible with the v0.1.0 release.
6
10
7
11
## 0.1.0 (2014-07-11)
8
12
Original file line number Diff line number Diff line change @@ -27,8 +27,6 @@ enriched with the comfort of [React PHP's Promises/A](https://github.com/reactph
27
27
* [ Install] ( #install )
28
28
* [ License] ( #license )
29
29
30
- > Note: This project is in beta stage! Feel free to report any issues you encounter.
31
-
32
30
## Quickstart example
33
31
34
32
Once [ installed] ( #install ) , you can use the following code to fetch package
@@ -128,17 +126,17 @@ The `getDescription()` method can be used to the package description.
128
126
129
127
## Install
130
128
131
- The recommended way to install this library is [ through composer ] ( https://getcomposer.org ) .
132
- [ New to composer ?] ( https://getcomposer.org/doc/00-intro.md )
129
+ The recommended way to install this library is [ through Composer ] ( https://getcomposer.org ) .
130
+ [ New to Composer ?] ( https://getcomposer.org/doc/00-intro.md )
133
131
134
- ``` JSON
135
- {
136
- "require" : {
137
- "clue/packagist-api-react" : " ~0.1.0"
138
- }
139
- }
132
+ This will install the latest supported version:
133
+
134
+ ``` bash
135
+ $ composer require clue/packagist-api-react:^1.0
140
136
```
141
137
138
+ See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
139
+
142
140
## License
143
141
144
142
MIT
You can’t perform that action at this time.
0 commit comments