1. 83aee1f Release 2.1.2 by Georgios Valotasios · 6 years ago master v2.1.2
  2. 4eea53d Merge pull request #76 from jcollins-g/dart2-infer-mustachecontext by Georgios Valotasios · 6 years ago
  3. d43ecda Fix a problem where we inferred _MustacheContext by Janice Collins · 6 years ago
  4. 4ee98a8 Release v2.1.1 by Georgios Valotasios · 6 years ago v2.1.1
  5. b05e656 chore: #72 let travis build with dev channel of dart by Georgios Valotasios · 6 years ago
  6. 8d3b82e chore: adjust test dependency by Georgios Valotasios · 6 years ago build-with-dev
  7. 8bcb7ce fix: latest's dartanalyzer issues found by Georgios Valotasios · 6 years ago
  8. ab69830 chore: show the dependency tree by Georgios Valotasios · 6 years ago
  9. fd059a6 chore: restructure build.sh by Georgios Valotasios · 6 years ago
  10. 931be3b chore: let travis build with dev channel of dart by Georgios Valotasios · 6 years ago
  11. 6d4a701 Release 2.1.0 by Georgios Valotasios · 7 years ago v2.1.0
  12. fa6c42d Merge branch 'master' of github.com:valotas/mustache4dart by Georgios Valotasios · 7 years ago
  13. 2aa6645 Mirrors improvements (#65) by Georgios Valotasios · 7 years ago
  14. c6c8560 Fix readme typos by Georgios Valotasios · 7 years ago
  15. 33da62f Rework MustacheContext (#64) by Georgios Valotasios · 7 years ago v2.0.0
  16. 8a09ade Make use of dartanalyzer `--strong` mode (#63) by Georgios Valotasios · 7 years ago
  17. 1d2c49a Release 1.1.0 by Georgios Valotasios · 7 years ago v1.1.0
  18. b26e509 Avoid trapping exceptions by using reflection (#59) by jcollins-g · 7 years ago
  19. c80d664 Adapted README by Georgios Valotasios · 7 years ago v1.0.12
  20. 1b3e052 Release v1.0.12 by Georgios Valotasios · 7 years ago
  21. 6e086ff Added instructions for code coverage by Georgios Valotasios · 7 years ago
  22. 448771c Updated readme by Georgios Valotasios · 7 years ago
  23. 65cb837 Remove null when it is implicit by Georgios Valotasios · 7 years ago
  24. 6abb2db Do not import dart:core by Georgios Valotasios · 7 years ago
  25. fb2005b Fixed the build status and added the coverage status by Georgios Valotasios · 7 years ago
  26. 116932d Check for COVERALLS_TOKEN before trying running coverall by Georgios Valotasios · 7 years ago
  27. a3db44b Fix formatting by Georgios Valotasios · 7 years ago
  28. fb1f0e5 Use coveralls for coverage data by Georgios Valotasios · 7 years ago
  29. fe47422 Added the specs version and fixed the branch for travis by Georgios Valotasios · 7 years ago
  30. 3976dbe Skip performance tests by Georgios Valotasios · 7 years ago
  31. 136c5b9 Version 1.0.11 by Georgios Valotasios · 7 years ago v1.0.11
  32. 2262b59 fix the build.sh path for travis by Georgios Valotasios · 7 years ago
  33. 50710f3 Introduce build script by Georgios Valotasios · 7 years ago
  34. 792f527 Better formatting by Georgios Valotasios · 7 years ago
  35. 773122d Fix issue found by running all the tests by Georgios Valotasios · 7 years ago
  36. f811cd8 Make use of the test package by Georgios Valotasios · 7 years ago
  37. fce007a Reformat with dartfmt by Georgios Valotasios · 7 years ago
  38. 03a032e Ignore .packages by Georgios Valotasios · 7 years ago
  39. b88e64c Update CHANGELOG.md by Georgios Valotasios · 9 years ago
  40. 2b2a98f Merge pull request #51 from sethladd/compile-has-annotation by Georgios Valotasios · 9 years ago
  41. 00e6c26 return a type annotation from compile, also wrap lines in README by Seth Ladd · 9 years ago
  42. b5a06e7 Updated CHANGELOG.md by Georgios Valotasios · 9 years ago
  43. 5724cfd Version 1.0.10 by Georgios Valotasios · 9 years ago v1.0.10
  44. 3febdf5 Updated changelog by Georgios Valotasios · 9 years ago
  45. 5bf82cb Allow iterables to get queried for empty or isEmpty attribute by Georgios Valotasios · 9 years ago
  46. 360b495 Merge pull request #45 from kevmoo/no_lock_file by Georgios Valotasios · 9 years ago
  47. c7166c2 dartfmt lib by Georgios Valotasios · 9 years ago
  48. b08a7c9 dartfmt test by Georgios Valotasios · 9 years ago
  49. af797a4 Merge pull request #48 from kevmoo/unused_fields by Georgios Valotasios · 9 years ago
  50. 772f958 remove unused fields by Kevin Moore · 9 years ago
  51. b78234c remove and ignore pubspec.lock file by Kevin Moore · 9 years ago
  52. 6d66bfb Version 1.0.9 by Georgios Valotasios · 9 years ago v1.0.9
  53. f19c837 Merge pull request #43 from sethladd/patch-2 by Georgios Valotasios · 9 years ago
  54. 159c77d Added documentation for the nestedContext parameter by Georgios Valotasios · 9 years ago
  55. 811e7d9 Now lambdas support an optional parameter named nestedContext by Georgios Valotasios · 9 years ago
  56. a8b31e3 Lambdas now can have an optional parameter called nestedContext by Georgios Valotasios · 9 years ago
  57. 341b198 Do not run the test warmup outside the test by Georgios Valotasios · 9 years ago
  58. 34b739c Fixed warnings and only make use of the TwoParamLambda type definition by Georgios Valotasios · 9 years ago
  59. 0c06cb2 Typo and some additional context by Seth Ladd · 9 years ago
  60. 8ac101f Merge pull request #42 from sethladd/patch-1 by Georgios Valotasios · 9 years ago
  61. 866e55c Small README clarification by Seth Ladd · 9 years ago
  62. 8948108 Updated the changelog by Georgios Valotasios · 9 years ago
  63. 0b2e126 Provide lambdas with the current nested context when they have two parameters by Georgios Valotasios · 9 years ago
  64. 65cb016 Reformat by Georgios Valotasios · 9 years ago
  65. 07140fc Do not use the ctxReflector without checking for mirror use by Georgios Valotasios · 9 years ago
  66. a40f76d Updated the changelog by Georgios Valotasios · 9 years ago
  67. 562dd5c Make the handling of the null values configurable by Georgios Valotasios · 9 years ago
  68. 4bfc1db Treat nulls as existing falsey values by Seth Ladd · 9 years ago
  69. 5e23a95 Fixed warnings and throw an error also on unknown start tag by Georgios Valotasios · 9 years ago
  70. cdc81e6 Fixed documentation by Georgios Valotasios · 9 years ago
  71. 79ae8de Merge issue36 into master (fixes #36) by Georgios Valotasios · 9 years ago
  72. 082cb89 Added changes to CHANGELOG by Georgios Valotasios · 9 years ago
  73. 051e361 Merge branch 'master' into issue36 by Georgios Valotasios · 9 years ago
  74. 70863de Merge branch 'master' of github.com:valotas/mustache4dart by Georgios Valotasios · 9 years ago
  75. 1f29d93 (#36) Implement errorOnMissingProperty by Georgios Valotasios · 9 years ago
  76. 61c0ba3 introduced the errorOnMissingProperty property to the api by Georgios Valotasios · 9 years ago
  77. 9837f2f Added a mixin that returns the toString method of the root context by Georgios Valotasios · 9 years ago
  78. b8f7a73 Merge pull request #37 from sethladd/patch-3 by Georgios Valotasios · 9 years ago
  79. 469c989 Removed useless castings by Georgios Valotasios · 9 years ago
  80. d7920fe Create CHANGELOG.md by Seth Ladd · 9 years ago
  81. c3d9687 Make use of the travis status icon by Georgios Valotasios · 9 years ago
  82. b61b467 Added instuctions on how to use Dart Test Runner by Georgios Valotasios · 9 years ago
  83. 24a49ea Renamed run_all.dart to all_test.dart to let test_runner find the tests by Georgios Valotasios · 9 years ago v1.0.8
  84. 2b18495 Do not define the dart version within travis.yml by Georgios Valotasios · 9 years ago
  85. 16fa160 Added NL at the end of travis.yml by Georgios Valotasios · 9 years ago
  86. 98b4b9e Added both stable and dev branches of dart to travis by Georgios Valotasios · 9 years ago
  87. cbfb114 Version 1.0.8 by Georgios Valotasios · 9 years ago
  88. 8d4b8d8 Added travisci config file by Georgios Valotasios · 9 years ago
  89. bd535d4 Added an additional test for java like getter method by Georgios Valotasios · 9 years ago
  90. 752dc06 Merge pull request #34 from sethladd/master by Georgios Valotasios · 9 years ago
  91. 82fba3f fix bug when trying to prepend get by Seth Ladd · 9 years ago
  92. 57e7101 attempt to find getters in super class by Seth Ladd · 9 years ago
  93. b5c8e12 Merge pull request #32 from sethladd/patch-2 by Georgios Valotasios · 9 years ago
  94. 50af0c5 Update README.md by Seth Ladd · 9 years ago
  95. 76533d6 Ingore .idea directory by Georgios Valotasios · 9 years ago
  96. 2b5b313 Update README.md by Georgios Valotasios · 9 years ago
  97. 83d0df1 Cast to iterable before make use of it's api by Georgios Valotasios · 10 years ago
  98. a5c8ae2 Version 1.0.7 by Georgios Valotasios · 10 years ago v1.0.7
  99. 2a566ed Merge issue30 into master (fixes #30) by Georgios Valotasios · 10 years ago
  100. 8b7708c Initialize line with the _TokenList initiliazation by Georgios Valotasios · 10 years ago