mustache4dart 1.0.12
mustache4dart: ^1.0.12 copied to clipboard
A mustache implementation for the Dart language
CHANGELOG #
1.0.12 - 2017-03-17 #
- Maintenance release
1.0.11 - 2017-03-02 #
- Fixed issue with default value of boolean arguments
- Compile method now returns type annotation issue
1.0.9 - 2015-02-13 #
- throw exception on missing property (helps debugging and tracking down errors) issue
- introduced assumeNullNonExistingProperty (the difference between a null field and a non-existent field) issue
- Provide lambdas with the current nested context when they have two parameters (lambdas can now render their contents when inside of a loop) issue