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
Added an optional hideId parameter for references and many relations so the id is hidden in the reference buttons, thanks to https://github.com/jmfayard
Optimistic locking can now be turned off per entity
Attention: Prefixed the name of the route for static assets from "static" to "crudStatic" just like the other routes
Added documentation about the routes added by ControllerProvider
Attention: Changed the following routes from "match" to just "get", so only HTTP GET is allowed on them:
crudList
crudShow
crudRenderFile
Added documentation about how to optimize serving the static content
Attention: Moved the events code up to the abstract data class which changed the signatures a bit
"before" "delete" Events of cascade deleted children are now properly taken into account
added @var annotations to class members for better IDE usage
switched code formatting from Javaish style to the PSR-2 standard