mustache4dart 3.0.0-dev.1.0 mustache4dart: ^3.0.0-dev.1.0 copied to clipboard
A mustache implementation for the Dart language
CHANGELOG #
3.0.0-dev.1.0 (2018-08-25) #
- Make use of
reflectable
3.0.0-dev.0.0 (2018-08-19) #
- Drop support for dart v1
2.0.0 (2017-06-13) #
As part of the MustacheContext rework, a couple of simplifications have been made. Most
notable one is the drop support of mirroring methods starting with get
as it does not make any
sense with dart. Use a getter instead.
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