All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
engine
: fixed issue with memory leak (#15)
engine
: addedError
classspecs
: added tests for (pre)compiling with options
gem
/readme
: updated description
initialize
: add path parameter (#5)register_helper
: accept multiple helpers as keyword parameters (#6)register_helper
: accept javascript function as string (#7)ci
: verify gem builds (#8)require
: allow loading fromhandlebars-engine
andhandlebars/engine
(#8)
This is the initial implementation, wrapping the JavaScript Handlebars.
Handlebars::Engine#compile
Handlebars::Engine#precompile
Handlebars::Engine#template
Handlebars::Engine#register_helper
Handlebars::Engine#unregister_helper
Handlebars::Engine#register_partial
Handlebars::Engine#unregister_partial
Handlebars::Engine#register_helper_missing
Handlebars::Engine#unregister_helper_missing
Handlebars::Engine#register_partial_missing
Handlebars::Engine#unregister_partial_missing
Handlebars::Engine#version
This is the initial package.
- gem init