Skip to content

Releases: phalcon-nucleon/framework

v1.3.2

05 Mar 14:50
0a7154c
Compare
Choose a tag to compare

Allow php7.3

v1.3.1

13 Mar 08:28
f50fe76
Compare
Choose a tag to compare

fix version

v1.3.0

12 Mar 09:37
1333dd8
Compare
Choose a tag to compare
Merge pull request #62 from phalcon-nucleon/1.3

1.3

v1.3.0-RC2

19 Feb 23:11
Compare
Choose a tag to compare
v1.3.0-RC2 Pre-release
Pre-release

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

03 Dec 14:56
Compare
Choose a tag to compare
v1.3.0-RC1 Pre-release
Pre-release

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

11 Oct 14:47
Compare
Choose a tag to compare
v1.3.0-beta2 Pre-release
Pre-release

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

30 Mar 14:38
Compare
Choose a tag to compare
v1.3.0-beta1 Pre-release
Pre-release

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

28 Mar 09:23
f31b89e
Compare
Choose a tag to compare

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

22 Mar 14:36
6b4907a
Compare
Choose a tag to compare

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.

v1.2.2

20 Mar 14:51
319983f
Compare
Choose a tag to compare

Release Note

v1.2.2

Fixed

  • Debugger : registering on Micro App

Changed

  • DebugToolbar : remove nucleon .const information