benchpressjs
Advanced tools
Changelog
Version 1.2.2 (2018-7-14)
new Function
instead of vm.runInNewContext
(#77)
Changelog
Version 1.2.1 (2018-2-19)
Changelog
Version 1.2.0 (2017-11-24)
helperName(...args)
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 callback