stache-0.1.4: CHANGELOG.md
## Stache 0.1.4
* Numbers are now treated as “true” values.
* Added `Semigroup` instance for `Key`.
* Now change of delimiters affects special unescaped variable syntax as
well, for example: `{{=<< >>=}}<<{var}>>` will be parsed as unescaped
variable `var`.
* `compileMustacheFile` now shows full path to malformed template when the
template cannot be parsed.
* Defined `displayException` method of `Exception` type class for
`MustacheException` using `parseErrorPretty` from 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.