nornj

More exciting JS/JSX based on Template Engine, support control flow tags, custom directives, two-way binding, filters and custom operators.

MIT License

Downloads
1.4K
Stars
101
Committers
8

Bot releases are hidden (Show)

nornj - v5.2.0 Latest Release

Published by joe-sky over 4 years ago

nornj - v5.0.0

Published by joe-sky almost 5 years ago

nornj

See the CHANGELOG.md.

nornj-react

See the CHANGELOG.md.

babel-plugin-nornj-in-jsx

See the CHANGELOG.md.

nornj - v5.0.0-rc.5

Published by joe-sky over 5 years ago

See the CHANGELOG.md.

Babel-plugin-nornj-in-jsx

v5.0.0-rc.7

nornj - v0.4.18

Published by joe-sky over 5 years ago

See the CHANGELOG.md.

Babel-plugin-nornj-in-jsx

v0.4.15

nornj - v0.4.17

Published by joe-sky almost 6 years ago

See the CHANGELOG.md.

Babel-plugin-nornj-in-jsx

v0.4.14

nornj - v0.4.16

Published by joe-sky almost 6 years ago

See the CHANGELOG.md.

Babel-plugin-nornj-in-jsx

v0.4.13

nornj - v0.4.15

Published by joe-sky almost 6 years ago

See the CHANGELOG.md.

Babel-plugin-nornj-in-jsx

v0.4.12

nornj - v0.4.14

Published by joe-sky almost 6 years ago

See the CHANGELOG.md.

nornj - v0.4.13

Published by joe-sky almost 6 years ago

See the CHANGELOG.md.

nornj - v0.4.12

Published by joe-sky about 6 years ago

See the CHANGELOG.md.

nornj - v0.4.11

Published by joe-sky about 6 years ago

See the CHANGELOG.md.

nornj - v0.4.8

Published by joe-sky about 6 years ago

See the CHANGELOG.md.

nornj - v0.4.5

Published by joe-sky over 6 years ago

See the CHANGELOG.md.

nornj - v0.4.4

Published by joe-sky over 6 years ago

See the CHANGELOG.md.

nornj - v0.4.3

Published by joe-sky over 6 years ago

See the CHANGELOG.md.

nornj - v0.4.2

Published by joe-sky over 6 years ago

See the CHANGELOG.md.

nornj - v0.4.1

Published by joe-sky over 7 years ago

  • Enhanced the syntax of filters and extension tags
  • Added new filters such as ., #, >, == and so on, maked the syntax more semantic
  • Added new extension tags such as with, elseif, switch and so on
nornj - v0.4.0

Published by joe-sky almost 8 years ago

  • Added the compiler generated runtime function, the template rendering speed significantly faster.
  • Extracted the code about React to another library named as nornj-react.
  • Added a webpack loader named nornj-loader to precompiling templates.
  • Source code directory structure optimization.
nornj - v0.3.6

Published by joe-sky about 8 years ago

  • Support special character as  
  • Added tmplByKey method
  • Added chain method render and renderComp
  • Fixed the bug of output doctype string
nornj - v0.3.5

Published by joe-sky over 8 years ago

  • The ${} placeholder can be directly into any type of value in the string template
  • Support spread parameters like {...props} in the string template
  • Support parameter rule like {prop}, it can be convert to prop={prop}