Skip to content

Releases: nsrosenqvist/blade-compiler

7.0.0 - Blade 7

05 Mar 12:10
Compare
Choose a tag to compare
Upgraded to Blade 7

6.0.0 - Blade 6

05 Mar 12:10
Compare
Choose a tag to compare
Upgraded to Blade 6

5.0.0 - Blade 5

05 Mar 12:09
Compare
Choose a tag to compare

Changed the version schema to be consistent with Laravel

1.3.0

08 Mar 03:36
Compare
Choose a tag to compare

Added a function to compile a string $blade->compileString($str). Also documented class methods.

1.2.0

16 May 01:25
Compare
Choose a tag to compare

Made it possible to modify the compiler environment

v1.1.1

21 Mar 02:42
Compare
Choose a tag to compare
Removed hard requirement on array argument

The view class later tries to cast it into an array
if it's a stdObject or instance of Arrayable

v1.1.0

20 Mar 05:26
Compare
Choose a tag to compare

I've used it in two very different projects now and hopefully it's more feature complete by now. I released the first version too early so I consider this release to be the "feature complete" one.

v1.0.2 - Factory

16 Mar 03:38
Compare
Choose a tag to compare

Exposed the factory to enable sharing of data between views.

v1.0.1 - Extensions

14 Mar 21:29
Compare
Choose a tag to compare

Exposed the compiler so that new Blade directives can be added.

v1.0.0 - First release

14 Mar 21:11
Compare
Choose a tag to compare
First commit