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 SessionIdPassthru middleware

1.9 (15 Feb 2022)

  • Add MailTestController

1.8 (14 Jan 2022)

  • data(): Use methodName() to call a method on a data object (with no parameters).

1.7 (15 Sep 2021)

  • RememberQuery middleware: Add $skipParameters option to skip saving - e.g. when ?export=1 is used

1.6 (9 Mar 2021)

  • Add test validation rule that always fails

1.5 (5 Jan 2021)

  • Make controller before() and after() methods chainable with only() and except()

1.4 (24 Nov 2020)

  • Model::sortable(): Add optional prefix to request keys
  • Change Route::can() to Route::permission() (Reverted in 1.4.1 due to a conflict with Spatie Permissions)

1.3 (12 Sep 2020)

  • Model::sortable() and Model::searchFor(): Accept ['column' => true] to match data()

1.2 (12 Sep 2020)

  • data(): Use true/false to toggle nodes, e.g. based on user permissions

1.1 (16 Aug 2020)

  • Model::sortable(): Add support for IS NULL columns to sort nulls to the end

1.0 (13 Aug 2020)

  • Initial release