Releases: ThaKladd/PHPlater
Fixed bug
Caching
Bugfix multiple lists
Fixed issue that multiple lists on one template would not render.
Revamped
The first major version release of PHPlater. All deprecated methods removed, as well as many changes that break the previous versions. Type hinting is fixed, code is split into multiple classes, and speeds are optimized to be up to 400% faster than previously.
Error handling
Some errors are now thrown, and more to be added later.
Lots of refactoring and some bugs fixed.
Getting keys form list arrays
Now it is possible to get the keys when iterating lists with a new tag.
Conditionals
Conditionals together with common operands for comparison are now supported.
New and more versatile syntax for iteration
The simple implementation of many method was too simple, and now a better, more robust and versatile implementation of list iteration is here.
Added simple foreach
Added possibility to run template on each item in list of plates.
PHPlater v0.3.1 - Chain separator
Added changable chain separator and made separators more robust