Version 1.1.1
- Output Handlebars errors to the console or the page instead of just crashing. Handy!
- Fixed Handlebars helpers not being reloaded when
Panini.refresh()
is called. - Fixed the
root
Handlebars variable using the wrong slash on Windows. - Fixed an error that occurred if
Panini.refresh()
was called before the plugin is initialized.
Thanks to @ppowalowski for contributing two of these bug fixes!