Skip to content

Releases: joe-sky/nornj

v0.3.4

01 Jul 07:50
Compare
Choose a tag to compare
  • 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

12 May 03:39
Compare
Choose a tag to compare
  • 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 to setTmplRule
  • Added renderTmplExpr function
  • Added equal expression
  • Fix filter's bug

v0.3.2

26 Apr 10:36
Compare
Choose a tag to compare
  • 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.

v0.3.0

08 Apr 06:32
Compare
Choose a tag to compare
  • Support custom expression block
  • Add built-in expression unless and param
  • Support multiple parameters inside the replace parameter
  • Remove the object form definition parameter in the array template

v0.2.3

23 Mar 04:04
Compare
Choose a tag to compare
  • Add can update the rule of replace parameter
  • Support the parameter only has key inside the open tag
  • Precompiler optimization

v0.2.2

17 Mar 11:33
Compare
Choose a tag to compare
  • Code structure optimization
  • Render speed optimization

v0.2.1

11 Mar 11:24
Compare
Choose a tag to compare
  • Add es6 template string grammar sugar
  • Rendering performance optimization
  • Add eslint
  • Add built-in filter equal
  • Batch register filter and component pattern optimization

v0.1.3

01 Mar 07:06
Compare
Choose a tag to compare
  • The compile function can receive precompiled template
  • Supports parameter substitution node type
  • Add assign function
  • Can get array item number inside the each block
  • Add parent and index parameter inside the filter

v0.1.0

14 Feb 04:08
Compare
Choose a tag to compare

Initial publish release