Added
- If you are setting a nested property like
foo.bar
, you can register an updated hook specifically for that property:updatedFooBar
6d99304
Fixed
- Allow full PHP expressions inside the
@entangle
directive #1492 - Existing query parameters weren't being kept in the query string when using pagination 861b683
- The tailwind pagination view was behaving poorly. This has been fixed dc436f3
- Validation keys that are nested on a model property in the $rules array ('post.title' for instance), are now automatically stripped of the model name:
post.title
->title
1f28bce