Skip to content

Commit e07be96

Browse files
committed
Release 0.3
1 parent 7702e46 commit e07be96

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

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

docs/objects-introduction.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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 |

0 commit comments

Comments
 (0)