All notable changes to php-dataplater
will be documented in this file.
Fix: besides string, expressions can now also return numbers and bools without having an exception thrown.
an exception will now be thrown:
- when expression result is of wrong type
- when missing the expression in
data-dp-attr
you can now pass an attr
parameter when creating a Dataplater object in order to change the default data-dp
attribute to a custom one.
major breaking update!
- biggest change is now using SMPLang for expression evaluation
- now using
data-dp
instead ofdata-var
- including html files now possible
- utf8 support
- not adding doctype and html tags anymore
- added tests
- more thorough documentation with every feature covered in readme