All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Started from version 0.9.5
- fix error for nested fields in filter [#115]
- change deprecation message to better show which function is deprecated
- fix error for not existing route [#127]
- added action hooks [#123]
- access controll with BaseAction.isAccessible [#118]
- added new
list
action to the configuration - created new
ActionDecorator
object
- ResourceDecorator.recordsDecorator() in favour of new BaseAction.after hook
- ViewHelpers#listUrl in favour of ViewHelpers#resourceAction url
- create new record button is hidden when user cannot have an access to it [#122]
- add an option to pick default sort [#124]
- fixed a name of the version property (was
versions
instead of correct:version
) in AdminBroSettings