File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,17 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55
66## [ Unreleased] [ ]
77
8+ ## [ 0.3] - 2015-08-24
9+
10+ ### Added
11+
12+ - Better documentation
13+
814### Changed
915
1016- ` Document::get('data') ` returns always a ` ResourceInterface ` object
17+ - ` Document::get('error') ` returns a ` ErrorCollection ` object
18+ - ` Document::get('included') ` returns a ` Resource\Collection ` object
1119- ` \Art4\JsonApiClient\Exception\ValidationException ` will be thrown instead of ` InvalidArgumentException `
1220- ` \Art4\JsonApiClient\Exception\AccessException ` will be thrown instead of ` RuntimetException `
1321
@@ -30,5 +38,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
3038- Validator fits nearly 100% specification
3139- Full test coverage
3240
33- [ Unreleased ] : https://github.com/Art4/json-api-client/compare/0.2...HEAD
41+ [ Unreleased ] : https://github.com/Art4/json-api-client/compare/0.3...HEAD
42+ [ 0.3 ] : https://github.com/Art4/json-api-client/compare/0.2...0.3
3443[ 0.2 ] : https://github.com/Art4/json-api-client/compare/0.1...0.2
Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ All possible objects and their hierarchical structure are listet below.
77
88### Symbols
99
10- _ [ Symbols definition] ( objects-introduction.md#symbols ) _
11-
1210| Symbol | Description |
1311| ------ | ----------- |
1412| # | at least one of these properties is required |
You can’t perform that action at this time.
0 commit comments