You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-1Lines changed: 10 additions & 1 deletion
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.5] - 2015-10-12
9
+
8
10
### Added
9
11
10
12
- 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).
11
19
12
20
## [0.4] - 2015-09-01
13
21
@@ -55,7 +63,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
0 commit comments