Changelog for stache-0.1.7
Stache 0.1.7
- Added
mustachequasi-quoter.
Stache 0.1.6
- Fixed a bug in the lookup algorithm for dot-separated keys.
Stache 0.1.5
-
When section's key is a number or non-empty string, it's accessible as
.in the section body. -
Allow Aeson 1.0.
Stache 0.1.4
-
Numbers are now treated as “true” values.
-
Added
Semigroupinstance forKey. -
Now change of delimiters affects special unescaped variable syntax as well, for example:
{{=<< >>=}}<<{var}>>will be parsed as unescaped variablevar. -
compileMustacheFilenow shows full path to malformed template when the template cannot be parsed. -
Defined
displayExceptionmethod ofExceptiontype class forMustacheExceptionusingparseErrorPrettyfrom Megaparsec.
Stache 0.1.3
-
Cosmetic improvements.
-
Minor improvement in performance of parser.
Stache 0.1.2
- Fixed compilation of benchmarks with Megaparsec 5.0.1 and later.
Stache 0.1.1
- Added benchmarks.
Stache 0.1.0
- Initial release.