Changelog
This is a high-level summary of major changes and new features. Bug fix (patch) releases are not included. Please consult the Git logs and docs for more details and upgrade instructions.
1.10 (23 Jun 2022)
- Add
SessionIdPassthrumiddleware
1.9 (15 Feb 2022)
- Add
MailTestController
1.8 (14 Jan 2022)
data(): UsemethodName()to call a method on a data object (with no parameters).
1.7 (15 Sep 2021)
RememberQuerymiddleware: Add$skipParametersoption to skip saving - e.g. when?export=1is used
1.6 (9 Mar 2021)
- Add
testvalidation rule that always fails
1.5 (5 Jan 2021)
- Make controller
before()andafter()methods chainable withonly()andexcept()
1.4 (24 Nov 2020)
Model::sortable(): Add optional prefix to request keysChange(Reverted in 1.4.1 due to a conflict with Spatie Permissions)Route::can()toRoute::permission()
1.3 (12 Sep 2020)
Model::sortable()andModel::searchFor(): Accept['column' => true]to matchdata()
1.2 (12 Sep 2020)
data(): Usetrue/falseto toggle nodes, e.g. based on user permissions
1.1 (16 Aug 2020)
Model::sortable(): Add support forIS NULLcolumns to sort nulls to the end
1.0 (13 Aug 2020)
- Initial release