File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
5
5
6
- ## [ Unreleased ]
6
+ ## [ 0.9 ] - 2017-06-06
7
7
8
8
### Added
9
9
@@ -134,7 +134,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
134
134
- ` Document::get('error') ` returns a ` ErrorCollection ` object
135
135
- ` Document::get('included') ` returns a ` Resource\Collection ` object
136
136
- ` \Art4\JsonApiClient\Exception\ValidationException ` will be thrown instead of ` InvalidArgumentException `
137
- - ` \Art4\JsonApiClient\Exception\AccessException ` will be thrown instead of ` RuntimetException `
137
+ - ` \Art4\JsonApiClient\Exception\AccessException ` will be thrown instead of ` RuntimeException `
138
138
139
139
## [ 0.2] - 2015-08-12
140
140
@@ -155,7 +155,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
155
155
- Validator fits nearly 100% specification
156
156
- Full test coverage
157
157
158
- [ Unreleased ] : https://github.com/Art4/json-api-client/compare/0.8.1...HEAD
158
+ [ Unreleased ] : https://github.com/Art4/json-api-client/compare/0.9...HEAD
159
+ [ 0.9 ] : https://github.com/Art4/json-api-client/compare/0.8.1...0.9
159
160
[ 0.8.1 ] : https://github.com/Art4/json-api-client/compare/0.8...0.8.1
160
161
[ 0.8 ] : https://github.com/Art4/json-api-client/compare/0.7...0.8
161
162
[ 0.7 ] : https://github.com/Art4/json-api-client/compare/0.6.3...0.7
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ Version 0.6.1 and below interprets the pagination links wrong. Make sure you are
20
20
* [x] Handle/validate a server response body
21
21
* [x] Offer an easy way to retrieve the data
22
22
* [x] Be extendable and allow injection of classes/models
23
- * [ ] Offer access to included resources through identifier
24
23
* [x] Handle/validate a client request body
24
+ * [ ] Refactore and remove the deprecated code
25
25
26
26
## Install
27
27
You can’t perform that action at this time.
0 commit comments