-
Added
register
andunregister
methods to manage the customed method. -
Resolved
__escapehtml
global pollution.
-
Added
#id
support for tpl parameter. -
Support custom the tags by
juicer.set('tag::someTag', 'yourTag')
. -
Fixed
each … range
bug that ranges are incorrect.
-
Fixed
#id
support invalid bug because ofvar document
. -
Fixed
lexical analyze
bug (Issue #3
), for example:{@if a == b}
will throw b is undefined.
-
Fixed
lexical analyze
bug (Issue #4
), for example:{@if a == true}
will throwUnexpected token true
. -
Fixed
lexical analyze
bug (Issue #5
), for example:{@else if a == b}
will throw a is undefined.
-
Added
arguments support
when using helper function (Pull #6
). -
Added
Object each operation support
.
- Update
whitelist
for lexicalAnalyze.
- Fixed
window
is not defined warning under expressjs. - Added
expressjs
wrapper, and demo.
- Fixed
Object each operation
bug.
- Compatible for
avoid re-declare native function
for node.js.