File tree 2 files changed +10
-3
lines changed
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/).
5
5
6
6
## [ Unreleased] [ ]
7
7
8
+ ## [ 0.3] - 2015-08-24
9
+
10
+ ### Added
11
+
12
+ - Better documentation
13
+
8
14
### Changed
9
15
10
16
- ` 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
11
19
- ` \Art4\JsonApiClient\Exception\ValidationException ` will be thrown instead of ` InvalidArgumentException `
12
20
- ` \Art4\JsonApiClient\Exception\AccessException ` will be thrown instead of ` RuntimetException `
13
21
@@ -30,5 +38,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
30
38
- Validator fits nearly 100% specification
31
39
- Full test coverage
32
40
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
34
43
[ 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.
7
7
8
8
### Symbols
9
9
10
- _ [ Symbols definition] ( objects-introduction.md#symbols ) _
11
-
12
10
| Symbol | Description |
13
11
| ------ | ----------- |
14
12
| # | at least one of these properties is required |
You can’t perform that action at this time.
0 commit comments