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 33All notable changes to this project will be documented in this file.
44This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
55
6- ## [ Unreleased ]
6+ ## [ 0.9 ] - 2017-06-06
77
88### Added
99
@@ -134,7 +134,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
134134- ` Document::get('error') ` returns a ` ErrorCollection ` object
135135- ` Document::get('included') ` returns a ` Resource\Collection ` object
136136- ` \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 `
138138
139139## [ 0.2] - 2015-08-12
140140
@@ -155,7 +155,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
155155- Validator fits nearly 100% specification
156156- Full test coverage
157157
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
159160[ 0.8.1 ] : https://github.com/Art4/json-api-client/compare/0.8...0.8.1
160161[ 0.8 ] : https://github.com/Art4/json-api-client/compare/0.7...0.8
161162[ 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
2020* [x] Handle/validate a server response body
2121* [x] Offer an easy way to retrieve the data
2222* [x] Be extendable and allow injection of classes/models
23- * [ ] Offer access to included resources through identifier
2423* [x] Handle/validate a client request body
24+ * [ ] Refactore and remove the deprecated code
2525
2626## Install
2727
You can’t perform that action at this time.
0 commit comments