benchpressjs
Advanced tools
Changelog
Version 1.1.0 (2017-9-23)
unsafe
compilation option
Benchpress.runtime
to render, can be called like template(helpers, data)
.render
and .compileRender
, Promise-based methods doing what .parse
and .compileParse
did.precompile
now returns and Promise or takes a callbackloader
functions can now return a Promise instead of receiving a callbackThe following deprecated functionality will be removed in v2.0.0
.render
instead of .parse
.compileRender
instead of .compileParse
loader
functions should return a Promise instead of receiving a callbackChangelog
Version 1.0.4 (2017-9-13)
Object.keys
on empty string error (#73)evaluate
timeout longerChangelog
Version 1.0.2 (2017-8-30)
Changelog
Version 1.0.1 (2017-7-24)