mustachex 1.0.0 mustachex: ^1.0.0 copied to clipboard
Mustache Extended. A fork from mustache and mustache_template that will be maintained and that has improvements over it.... or just "Mustache with steroids"
1.0.0 #
- Introduced mustache_template code. All test passing.
0.9.9+1 #
- export LambdaContext
0.9.9 #
- Introduced mustache_template code. Almsot all code is working, will be fully working on next 1.0.0 version after twerking the dependencies with mustache_recase
0.1.4 #
- Added support for emojis
0.1.3 #
- Fixed bug that didn't use mustache_recase package lambdas
- Minor version bump
0.1.2 #
- Fixed a bug when recasing inside hasXxx guards
- Fixed fauty bug
0.1.1 #
- now {"foo": false} will render {{#hasFoo}} as true instead of false
0.1.0 #
- NNBD, packages versions upgrades and all tests passings
0.0.1 #
- Initial version