3.0
More changes!, now supporting most of the Blade 5.6 functionalities (It's the current Blade Library to the date). It misses the @php tag (it's dangerous), commands specific of Blade, extensions (BladeOne supports extensions but its different than the Blade), and custom if (it's dangerous too).
However, Blade has a lot of undocumented features.
New function:
$blade->login('someuser','somerole'); // optional.
New tags:
@auth,@endauth,@guest,@endguest,@Inject and @default
However, it still requires some new cleanup. The code works but we could clean a bit more.