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
Changelog:
* Added tests (finally!).
* New 'average' function in the standard library.
* \Core\Route::add method works for any request method.
* \Core\Controller::closure returns the result of the function.
* Fixed 'local' function of the standard library.
* \Core\Session::get and \Core\Request::{get, post, delete, patch, cookie} now doesn't perform any logging when the specified variable isn't set.
* Refactored code.