CHANGELOG

2.1.1 (2018-04-14)

  • Addressed Dart 2 analysis issues #70
  • Run tests against v2 vm of Dart

2.1.0 (2017-06-21)

  • Mirrors improvements #65

2.0.0 (2017-06-13)

  • Rework MustacheContext (#64)
  • Use dartanalyzer --strong mode (#61)

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.1.0 (2017-05-10)

  • Avoid trapping exceptions by using reflection (#59)

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.10 (2015-03-15)

  • Allow iterables to get queried for empty or isEmpty attribute 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

1.0.8 (2015-02-01)

  • Find property names in superclasses issue