Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.3 #62

Merged
merged 86 commits into from
Mar 8, 2019
Merged

1.3 #62

merged 86 commits into from
Mar 8, 2019

Conversation

Ark4ne
Copy link
Member

@Ark4ne Ark4ne commented Feb 22, 2019

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

# Conflicts:
#	src/Neutrino/Version.php
…t throw an exception, but define the response.
…rity\Random::bytes if no other options are possible.
Ark4ne added 28 commits July 24, 2018 14:13
@coveralls
Copy link

Coverage Status

Coverage decreased (-1.7%) to 90.713% when pulling 608dc0b on 1.3 into f31b89e on master.

@Ark4ne Ark4ne merged commit 1333dd8 into master Mar 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants