Releases: joe-sky/nornj
Releases · joe-sky/nornj
v0.3.4
- Fix the bug when the outermost layer of the template using expression
- Support using
../#
to get the parent expression's index - Fix tools.listPush
- The default sign of expression changed to
#
- Support using point access attribute, similar to this:
{a.b.c}
- Fix the bug of the attribute only has key in html template
- Added some built-in filters and expressions, such as:
for
,int
,bool
...
v0.3.3
- Support using
this
transfer parameters in the expressions - Added
useString
parameter in the filters - Self closing tags are detected when compiling the tag template
- Support replace the rule of expression
setParamRule
change tosetTmplRule
- Added
renderTmplExpr
function - Added
equal
expression - Fix filter's bug
v0.3.2
- In the html template, the camel case attribute is unified with the "
-
" connection. - Fix self close tag's bug when using the template string.
- Support standard es6 when using the precompiler.
- Support don't set parameter in the expressions.
- Added
spreadParam
expression. - Component engine support use
inferno
.