Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: foo123/Contemplate

Tags

1.6.0

Toggle 1.6.0's commit message
v.1.6.0

* local keyword to define literal local vars, some names are reserved
* literal code can communicate to and fro template code
* better variable parsing, any valid expression can be inside variable bracket notation
* update tests

1.5.0

Toggle 1.5.0's commit message
v.1.5.0

* complete code and tests
* php call_user_func throws warning sometimes
* python still fails sometimes to create multiple tpls
* make web examples similar using php built-in server

1.4.0

Toggle 1.4.0's commit message
v.1.4.0 contd

* js/py/php: fix/enable arbitrary chaained prop/method access on object variable
* update tests

1.3.0

Toggle 1.3.0's commit message
v.1.3.0 contd. php: handle dynamic function creation both for PHP < 7…

….2.0 (create_function) and PHP >= 7.2.0 (create_function is deprecated, use workaround)

1.2.0

Toggle 1.2.0's commit message
v.1.2.0 contd

* JS/PY: empty function now behaves exactly like PHP's function ie true also for string with value "0"

1.1.10

Toggle 1.1.10's commit message
v.1.1.10

* php: require exclusive lock when saving compiled templates to disk
* py: make sure module is reloaded in case it is out of date, seems to fix issue when template importing failed if just created
* js: update version

1.1.9

Toggle 1.1.9's commit message
v.1.1.9, update readme,manual,changelog

1.1.7

Toggle 1.1.7's commit message
v.1.1.7

1.1.6

Toggle 1.1.6's commit message
umd module

1.1.5

Toggle 1.1.5's commit message
v.1.1.5

* new functions json_encode, json_decode, in_array