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
Removed the "magical" way of inputting mask in DataCollections in favor of PHP 8 named arguments.
Removed use of 404/405 "routes" (deprecated in previous versions). Use $klein->onHttpError() instead.
Removed "magical" callback behavior in favor of PHP 8.3 named arguments. Now the function accepts an optional string path as the first parameter and a NOT optional callback.
Removed "magical" markdown behavior. Now the function accepts a string and an optional array of values.
Removed "magical" markdown behavior. Now the function accepts a string and an optional array of values.
Removed "magical" behavior of ServiceProvider::flash() method. Now the function accepts a string and an optional array of values.