0.5
- Added dot-notation support in
AccessInterface::has()
andAccessInterface::get()
- every object has now his own interface, eg.
DocumentInterface
,MetaInterface
orResource\ItemInterface
- BREAKING: object
PaginationLink
was renamed toPagination
- BREAKING: nearly all classes was set to final and can't be extended anymore. Implement the new interfaces instead. See also #18.