Releases: phalcon-nucleon/framework
Releases · phalcon-nucleon/framework
v1.3.2
v1.3.1
v1.3.0
v1.3.0-RC2
Release Note
v1.3.0
Added
- Own Preloader.
Improved class compilation, removing "use", converting the long syntax "array" to the short syntax.
Thanks to nikic/php-parser. - Kernel HTTP : Routes cache
- Volt :
- Csrf Extension, add functions : csrf_field, csrf_token.
- Function route(name, arguments, query)
- Middleware : Auth\Middleware\Authenticate
- Config : app->static_base_uri : configure url->static_base_uri
- Console : Allow force enable / disable color.
- Debug : add syntax highlight with ark4ne/highlight.
- Migration : add pretend option Dump the SQL queries that would be run.
- Migration : implement rename table function.
- Crypt : Configurable cipher algorithm.
- Session : Multiple backend adapter configuration
- Improved debug tools (File highlight, improve exception/error format, improve variable verbose, ...)
- App : Allow to configure base_url & static_url.
- ServerTask : Allow to configure host and ip, insteadof only ip.
- Process : Add watch method.
Changed
- Config::Cache : Aggregate now all config files into one file, and keep file content.
- Dotconst::PhpDir : Compile now relative path to basePath, from compilePath.
- Str::normalizePath trigger E_USER_DEPRECATED.
- Str::random : Use lib sodium.
- Arr::isAssoc : Improve performance.
- Arr::sortRecursive : Add $sort_flags
- Middlewares : All middlewares define response insteadof throw Exception.
- Config::Session : Allow to describe multiple store for session
- Debug : Clean output before render error
- Auth : Fixed session remember, and remember cookie deletion on logout.
- HttpClient : Fixed methods arguments for post, put, patch.
- HttpClient : Remove default timeout.
- ListTask : Display an error if a command has a nonexistent method.
- Migration : Fixed addition primary key to an existing table
- Error\Writer\Json : Return now : [code: http_status_code, status: http_status_msg [, debug: error]]
Removed
- classpreloader/classpreloader
v1.3.0-RC1
Added
- Own Preloader.
Improved class compilation, removing "use", converting the long syntax "array" to the short syntax.
Thanks to nikic/php-parser. - Kernel HTTP : Routes cache
- Volt :
- Csrf Extension, add functions : csrf_field, csrf_token.
- Function route(name, arguments, query)
- Middleware : Auth\Middleware\Authenticate
- Config : app->static_base_uri : configure url->static_base_uri
- Console : Allow force enable / disable color.
- Debug : add syntax highlight with ark4ne/highlight.
- Migration : add pretend option Dump the SQL queries that would be run.
- Migration : implement rename table function.
- Crypt : Configurable cipher algorithm.
- Session : Multiple backend adapter configuration
- Improved debug tools (File highlight, improve exception/error format, improve variable verbose, ...)
- App : Allow to configure base_url & static_url.
- ServerTask : Allow to configure host and ip, insteadof only ip.
- Process : Add watch method.
Changed
- Config::Cache : Aggregate now all config files into one file, and keep file content.
- Dotconst::PhpDir : Compile now relative path to basePath, from compilePath.
- Str::normalizePath trigger E_USER_DEPRECATED.
- Str::random : Use lib sodium.
- Arr::isAssoc : Improve performance.
- Arr::sortRecursive : Add $sort_flags
- Middlewares : All middlewares define response insteadof throw Exception.
- Config::Session : Allow to describe multiple store for session
- Debug: Clean output before render error
- Auth: Fixed session remember, and remember cookie deletion on logout.
- HttpClient: Fixed methods arguments for post, put, patch.
- HttpClient: Remove default timeout.
- ListTask : Display an error if a command has a nonexistent method.
- Migration : Fixed addition primary key to an existing table
Removed
- classpreloader/classpreloader
v1.3.0-beta2
Added
- Volt :
- Csrf Extension, add functions : csrf_field, csrf_token.
- Function route(name, arguments, query)
- Middleware : Auth\Middleware\Authenticate
- Config : app->static_base_uri : configure url->static_base_uri
- Console : Allow force enable / disable color.
- Debug : add syntax highlight with ark4ne/highlight.
- Migration : add pretend option Dump the SQL queries that would be run.
- Migration : implement rename table function.
- Crypt : Configurable cipher algorithm.
- Session : Multiple backend adapter configuration
- Improved debug tools (File highlight, improve exception/error format, improve variable verbose, ...)
- App : Allow to configure base_url & static_url.
Changed
- Str::random : Use lib sodium.
- Arr::isAssoc : Improve performance.
- Arr::sortRecursive : Add $sort_flags
- Middlewares : All middlewares define response insteadof throw Exception.
- Config::Session : Allow to describe multiple store for session
- Debug: Clean output before render error
- Auth: Fixed session remember, and remember cookie deletion on logout.
- HttpClient: Fixed methods arguments for post, put, patch.
- HttpClient: Remove default timeout.
- ListTask : Display an error if a command has a nonexistent method.
v1.3.0-beta1
v1.3.0
Added
- Own Preloader.
Improved class compilation, removing "use", converting the long syntax "array" to the short syntax.
Thanks to nikic/php-parser. - Kernel HTTP : Routes cache
Changed
- Config::Cache : Aggregate now all config files into one file, and keep file content.
- Dotconst::PhpDir : Compile now relative path to basePath, from compilePath.
- Str::normalizePath trigger E_USER_DEPRECATED.
Removed
- classpreloader/classpreloader
v1.2.4
Release Note
v1.2.4
Added
- DebugToolbar : Responsive hide infos for small screen
Fixed
- AssetsJsTask: Fix option "verbose-externs"
- HttpClient: Don't parse params if is already a string, for x-www-form-urlencoded
Changed
- DebugToolbar : Better output anonymous class
v1.2.3
Release Note
v1.2.3
Added
- DebugToolbar : Allow to close toolbar
- Support\Path::normalize : Moved from Str::normalizePath
- Support\Path::findRelative : Find the relative path, from a path to an another path.
Fixed
- Migration on PostgreSQL : allow set schema on table.
- DatabaseStrategy : implement now \Phalcon\Db\AdapterInterface.
- Provider\Session : allow to pass options to Session Adapter
Changed
- Optimize\Composer : Path is now dynamic
- Str::normalizePath is deprecated, use Path::normalize. Will trigger E_USER_DEPRECATED in v1.3.