Add support for routes that call a controller's method directly.
Add view inheritance support to the template engine.
Add setFile, isEnabled and setStatus method to the Core\Maintenance class.
Add view method to the Core\Route class.
Allow dot notation in the select method of the Core\DB class.
Add support for csrf protection.
Add support for environment files.
Add setDateFormat and setFolder methods to the Core\Log class.
Add removeQuotes method to the Utilities\Str class.
Add arrayRemove, bytesToString, path and validateCsrf functions to the standard library.
Rename the Core namespace to Wolff\Core.
Rename the Utilities namespace to Wolff\Utils.
Improve internal routing.
Improve configuration system.
Improve exception handling.
Make the standard library optional.
Update the for tag in the template engine.
Rename the @load tag to @include in the template engine.
Remake the Core\Request and Core\Response classes.
Remake the Core\Middleware class.
Remake the Core\Maintenance class.
Rename selectAll, countAll and deleteAll methods to select, count and delete in the Core\DB class.
Rename toJson method to getJson in the Core\Query class.
Rename run method to query in the Core\DB class.
Rename methodExists and call methods to hasMethod and get in the Core\Controller class.
Rename getContent method to get in the Core\Cache class.
Treat the Core\DB class functionality as non-static.
Rename the Core\Request and Core\Response classes to Core\Http\Request and Core\Http\Response.
Rename add method to any in the Core\Route class.
Replace the system/definitions/Middlewares.php, system/definitions/Routes.php and system/definitions/Templates.php files with system/web.php.
title function of the template engine. Remove Core\Cookie class.
Remove Utilities\Upload class.
Remove conditional tags of the template engine.
Remove getTableSchema method of the Core\DB class.
Remove getStartTime and getLiveTime methods of the Core\Session class.
Remove getPath method of the Core\Controller class.
Remove createFile and isClientAllowed methods of the Core\Maintenance class.
Remove expired, getFilename and getPath methods of the Core\Cache class.
Remove setType, getData method of the Utilities\Validation class.
Remove unshift, pathToNamespace and namespaceToPath methods of the Utilities\Str class.
Remove mkdir and folderExists methods of the Core\Middleware class.
Remove inCli, arrayToCsv, getUserAgent, getServerRoot, deleteFilesInDir, dumpAll, getServer, getDB, getDBMS, getDbUser, getDbPass, getLanguage, getDir, getProjectDir, getSystemDir, getAppDir, getCacheDir and getPageTitle, getMainPage functions of the standard library.