DebugToolbar : Responsive hide infos for small screen
AssetsJsTask: Fix option "verbose-externs"
HttpClient: Don't parse params if is already a string, for x-www-form-urlencoded
DebugToolbar : Better output anonymous class
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.
Migration on PostgreSQL : allow set schema on table.
DatabaseStrategy : implement now \Phalcon\Db\AdapterInterface.
Provider\Session : allow to pass options to Session Adapter
Optimize\Composer : Path is now dynamic
Str::normalizePath is deprecated, use Path::normalize. Will trigger E_USER_DEPRECATED in v1.3.
Debugger : registering on Micro App
DebugToolbar : remove nucleon .const information
DebugToolbar : View render time
Assets
Sass : Add Sass compiler
Allow to compile sass/scss files from resources to public/css, or custom
Js : Add Closure compiler
Allow to compile js files from resources to public/css, via closure api
Debug :
Add Neutrino\Debug\Debugger
: Watch all events, Add db profiler, Add views profiler
Add Neutrino\Debug\DebugToolbar
: Add debug/profiler toolbar
Add Neutrino\Debug\VarDump
: Allow to dump a var
HttpClient :
Add a lite HttpClient, using Curl or Stream.
Process :
Add Neutrino\Process\Process
, allow to create Process via proc_open.
View extension :
Configuring extensions, filters and functions to add to the compiler
StrExtension :
Allow to call all Support\Str function in volt.
Use str_{name}
will generate Neutrino\Support\Str::{name}
.
Add slug
filter (call Neutrino\Support\Str::slug
)
Add limit
filter (call Neutrino\Support\Str::limit
)
Add words
filter (call Neutrino\Support\Str::words
)
MergeFilter :
Add merge
filter (call array_merge
)
RoundFilter :
SliceFilter :
Add slice
filter (call array_slice
)
SplitFilter :
View engines :
Allow to configuring multiple engines.
Blueprint : Support foreign key with onDelete or/and onUpdate
Blueprint : Allow to create index with custom type
Built-in Server
php quark server:run
: run php built-in server
Namespace Neutrino\View\Engine
moved to Neutrino\View\Engines
Class Neutrino\View\Engine\PhpFunction
moved to Neutrino\View\Engines\Volt\Compiler\Extensions\PhpFunctionExtension
You can’t perform that action at this time.