- Addressed Dart 2 analysis issues #70
- Run tests against v2 vm of Dart
- Mirrors improvements #65
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.
- Avoid trapping exceptions by using reflection (#59)
- Maintenance release
- Fixed issue with default value of boolean arguments
- Compile method now returns type annotation issue
- Allow iterables to get queried for empty or isEmpty attribute issue
- 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
- Find property names in superclasses issue