Skip to content

Latest commit

 

History

History
32 lines (30 loc) · 1.24 KB

CHANGELOG-1.2.md

File metadata and controls

32 lines (30 loc) · 1.24 KB

Release Note

v1.2.0

Added

  • View
    • 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.
  • Built-in Server
    • php quark server:run : run php built-in server
  • Assets
    • JS Compilation (via Closure API)
    • Sass Compilation (via sass)
  • Debug/Profiler toolbar feature
  • Debug VarDumd feature
    • use Neutrino\Debug\VarDump::dump
    • use in .volt {{ dump(var) }}