Skip to content

Commit a14b97d

Browse files
committed
Release 0.9
1 parent c99e531 commit a14b97d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
All notable changes to this project will be documented in this file.
44
This 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)