Skip to content

Commit 5c135f3

Browse files
committed
Update CHANGELOG.md
1 parent adbfdde commit 5c135f3

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
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.5] - 2015-10-12
9+
810
### Added
911

1012
- Dot-notation support in `AccessInterface::has()` and `AccessInterface::get()`
13+
- Every object has now his own interface, eg. `DocumentInterface`, `MetaInterface` or `Resource\ItemInterface`
14+
15+
### Changed
16+
17+
- **BREAKING**: object `PaginationLink` was renamed to `Pagination`
18+
- **BREAKING**: nearly all classes was set to `final` and can't be extended anymore. Implement the new interfaces instead. See also [#18](https://github.com/Art4/json-api-client/pull/18).
1119

1220
## [0.4] - 2015-09-01
1321

@@ -55,7 +63,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5563
- Validator fits nearly 100% specification
5664
- Full test coverage
5765

58-
[Unreleased]: https://github.com/Art4/json-api-client/compare/0.4...HEAD
66+
[Unreleased]: https://github.com/Art4/json-api-client/compare/0.5...HEAD
67+
[0.5]: https://github.com/Art4/json-api-client/compare/0.4...0.5
5968
[0.4]: https://github.com/Art4/json-api-client/compare/0.3...0.4
6069
[0.3]: https://github.com/Art4/json-api-client/compare/0.2...0.3
6170
[0.2]: https://github.com/Art4/json-api-client/compare/0.1...0.2

0 commit comments

Comments
 (0)