Skip to content

v.0.3.6

Compare
Choose a tag to compare
@MartinHaedicke MartinHaedicke released this 04 Nov 13:39
· 9 commits to master since this release

The character ' is now a valid delimiter for literal strings.
For example:
before you had to write {{> _somePartial "literal string"}}, now you can also write {{> _somePartial 'literal string'}}
this change is meant to improve compatibility with hbs files written in a javascript environment.