Skip to content

Commit ab60000

Browse files
committed
Add goals in README.md
1 parent 8e0b988 commit ab60000

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ JSON API Client is a PHP Library to validate and handle the response body from a
1010

1111
Format: [JSON API](http://jsonapi.org/format) 1.0
1212

13+
### WIP: Goals for 1.0
14+
15+
* [x] Be 100% JSON API 1.0 spec conform
16+
* [x] Handle/validate a server response body
17+
* [ ] Offer an easy way to retrieve the data
18+
* [x] Be extendable and allow injection of classes/models
19+
* [ ] Handle/validate a client request body
20+
1321
## Install
1422

1523
Via Composer
@@ -80,7 +88,7 @@ $ phpunit
8088

8189
## Contributing
8290

83-
Please feel free to fork and sending Pull Requests.
91+
Please feel free to fork and sending Pull Requests. This project follows [Semantic Versioning 2](http://semver.org).
8492

8593
## Credits
8694

0 commit comments

Comments
 (0)