Skip to content

Releases: EFTEC/BladeOne

3.6-example

25 Aug 13:01
Compare
Choose a tag to compare
2018-08-25

3.5

25 Aug 12:38
Compare
Choose a tag to compare
3.5

Many cleanups.
I removed examples of the deploy.

3.4

16 Aug 19:48
Compare
Choose a tag to compare
3.4
33.4

3.3

08 Aug 20:53
Compare
Choose a tag to compare
3.3

Set extensions of the files (template and compiled files), constants and blade mode.

3.2

05 Aug 20:08
Compare
Choose a tag to compare
3.2
3.2 fixed (I hope the mess of composer's autocomplete).

3.1

27 Jul 21:20
Compare
Choose a tag to compare
3.1

I cleaned the code (again). I cut some spaces from the phpdoc.
I also added directive and directiveRT.
Directive is more close to the implementation of Laravel. However, it is a mess to work with it.
DirectiveRT is more straight, it's a function that could be called using the template.

For example,
using directive, the function could look like

return "<php echo "hello world"; >

using directivert, the same function is written as

echo "hello world";

3.0

12 Jul 18:17
Compare
Choose a tag to compare
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.

cleaning the house

2.4

11 Jul 22:59
Compare
Choose a tag to compare
2.4

A lot of changes YAY.

Some fixes here and there

cleaning the house

And new tags:
@JSON(var),
@Isset($records),
@endisset,
@includewhen,
@includefirst,
@prepend,
@endprepend,
@empty,
@endempty,
@Append

2.3.5

18 Jun 00:49
Compare
Choose a tag to compare
2.3.5 2018-06-17

a small fix

18 Jun 00:05
Compare
Choose a tag to compare
2.3.4

2.3.4 2018-06-17