Releases: zordius/lightncandy
Releases · zordius/lightncandy
v1.2.6 2021-07-11
1.2.6 https://github.com/zordius/lightncandy/releases/v1.2.6
- align with handlebars.js 4.1.2
- 207d424 fix for PHP 8.0 code generator issue
v1.2.5 2020-03-08
v1.2.4 2019-06-09
v1.2.3 2019-04-06
v1.2.2 2018-03-19
- align with handlebars.js 4.0.11
- 6ef2efd fix LightnCandy::compilePartial() error when there is
'
in the partial - 658244f better error message when a=b found without FLAG_NAMEDARG option
- a752abd BREAK CHANGE remove FLAG_SPACECTL option because it always enabled and useless
- 9615b44 fix partial block stand alone detection issue
v1.2.1 2017-10-13
- align with handlebars.js 4.0.10
- 15201d7 fix
{{foo (bar "moo (1 2)")}}
parsing issue
v1.2.0 2017-09-01
- align with handlebars.js 4.0.10
- 046de72 reduce is_array() check when context is not changed
- d217900 BREAK CHANGE
- fix {{#sec}} context switch behavior for mustache.js compatibility
- new
FLAG_MUSTACHESECTION
to align {{#sec}} context switch behavior with mustache.js - now
FLAG_MUSTACHE
includesFLAG_MUSTACHESECTION
v1.1.0 2017-03-22
v1.0.3 2017-03-07
v1.0.2 2017-01-28
- align with handlebars.js 4.0.6
- e9108cd {{#if}}{{else if}}{{/if}} will not cause next {{else}} validation error now