Skip to content

Commit

Permalink
Release 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Art4 committed Jun 6, 2017
1 parent c99e531 commit a14b97d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [0.9] - 2017-06-06

### Added

Expand Down Expand Up @@ -134,7 +134,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- `Document::get('error')` returns a `ErrorCollection` object
- `Document::get('included')` returns a `Resource\Collection` object
- `\Art4\JsonApiClient\Exception\ValidationException` will be thrown instead of `InvalidArgumentException`
- `\Art4\JsonApiClient\Exception\AccessException` will be thrown instead of `RuntimetException`
- `\Art4\JsonApiClient\Exception\AccessException` will be thrown instead of `RuntimeException`

## [0.2] - 2015-08-12

Expand All @@ -155,7 +155,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Validator fits nearly 100% specification
- Full test coverage

[Unreleased]: https://github.com/Art4/json-api-client/compare/0.8.1...HEAD
[Unreleased]: https://github.com/Art4/json-api-client/compare/0.9...HEAD
[0.9]: https://github.com/Art4/json-api-client/compare/0.8.1...0.9
[0.8.1]: https://github.com/Art4/json-api-client/compare/0.8...0.8.1
[0.8]: https://github.com/Art4/json-api-client/compare/0.7...0.8
[0.7]: https://github.com/Art4/json-api-client/compare/0.6.3...0.7
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Version 0.6.1 and below interprets the pagination links wrong. Make sure you are
* [x] Handle/validate a server response body
* [x] Offer an easy way to retrieve the data
* [x] Be extendable and allow injection of classes/models
* [ ] Offer access to included resources through identifier
* [x] Handle/validate a client request body
* [ ] Refactore and remove the deprecated code

## Install

Expand Down

0 comments on commit a14b97d

Please sign in to comment.