1. 664737e Bumped version to 1.1.1 by Greg Lowe · 5 years ago master
  2. 66dc202 Merge pull request #43 from Rodsevich/master by Greg Lowe · 5 years ago
  3. 5954f71 Fixes #42 by Nico · 5 years ago
  4. 5e81b12 Bump version to 1.1.0 by Greg Lowe · 5 years ago
  5. 144195c Merge pull request #41 from jcollins-g/nested-class-resolution by Greg Lowe · 5 years ago
  6. 0f07c87 Add support for class members in sections by Janice Collins · 5 years ago
  7. 7c50ebf Merge pull request #40 from nshahan/bump-sdk by Greg Lowe · 6 years ago
  8. 79074d8 Set the max SDK constraint to <3.0.0 by Nicholas Shahan · 6 years ago
  9. aec4562 1.0.1 by Greg Lowe · 6 years ago
  10. d42b889 Dart 2: remove type inference warning by Greg Lowe · 6 years ago
  11. 9080952 Dart 2: fix failing spec test by Greg Lowe · 6 years ago
  12. 113e4c7 Enable strong mode by Greg Lowe · 6 years ago
  13. b362d53 Update .gitignore to new `dart_tool` pub cache by BC Ko · 6 years ago
  14. 346d069 Avoid invocation of Object. by Paul Berry · 6 years ago
  15. d70a50e Changes for landing https://github.com/dart-lang/sdk/issues/32161 by Mike Fairhurst · 6 years ago
  16. 07ca796 Move tests to using package test by Keerti Parthasarathy · 7 years ago
  17. e17c616 Bump version by Greg Lowe · 6 years ago
  18. 9d6aec0 Merge pull request #29 from srawlins/fix-strong-errors by Greg Lowe · 6 years ago
  19. e3d220c Fixing strong mode errors by Sam Rawlins · 7 years ago
  20. 187b87c Bump version (hotfix) by Greg Lowe · 8 years ago
  21. 38f70ba Update travis build badge by Greg Lowe · 8 years ago
  22. 6529315 Fix #24: renderString shrinks multiple newlines to just one by Greg Lowe · 8 years ago
  23. 11da20b Bump version, update changelog by Greg Lowe · 8 years ago
  24. 49f9342 Remove MustacheFormatException by Greg Lowe · 8 years ago
  25. c16b9bd Dartfmt all the things by Greg Lowe · 8 years ago
  26. d27cbcc Fix analyser hints by Greg Lowe · 8 years ago
  27. df00c44 Update gitignore by Greg Lowe · 8 years ago
  28. 1362fdd Add delimiters parameter to Template interface, and fix test by Greg Lowe · 8 years ago
  29. f83024b adding tests for this new change by joris hermans · 8 years ago
  30. b9f3a97 adding delimiters in the constructor of the template class by joris hermans · 8 years ago
  31. 3989fc3 Fix #23: tags containing "=" fail by Greg Lowe · 8 years ago
  32. 306522a Ignore intellij preferences by Greg Lowe · 8 years ago
  33. d1fa708 Bump version, update change log by Greg Lowe · 9 years ago
  34. 51b1f6a Merge pull request #21 from mkustermann/lenient-section-objects by Greg Lowe · 9 years ago
  35. 70c2896 Allow arbitrary objects for truthiness checks in lenient mode, run dartfmt by Martin Kustermann · 9 years ago
  36. a3e39ed Bump version, update change log by Greg Lowe · 9 years ago
  37. b0e8e59 Fix mirrors used meta target to use annotation type rather than the instance by Greg Lowe · 9 years ago
  38. b566e8d Remove dead code by Greg Lowe · 9 years ago
  39. bb0ecf6 Add mirror method test by Greg Lowe · 9 years ago
  40. 218acce Test long exception lines by Greg Lowe · 9 years ago
  41. e1b3eef Add lambda context tests by Greg Lowe · 9 years ago
  42. 47f8af9 moar coverage by Greg Lowe · 9 years ago
  43. d4c8fb3 Inline delimiter code by Greg Lowe · 9 years ago
  44. 73bd010 Add lame toString test, because I'm a coverage whore by Greg Lowe · 9 years ago
  45. 0c74779 Move equals check from node and token into test by Greg Lowe · 9 years ago
  46. 85f47d7 Bump version by Greg Lowe · 9 years ago
  47. a303124 Update change log by Greg Lowe · 9 years ago
  48. 9190046 Handle EOFs while parsing change delimiter tag by Greg Lowe · 9 years ago
  49. 3ae9232 Combine RenderContext and Renderer by Greg Lowe · 9 years ago
  50. 2ad6575 Refactor rendering code out of nodes by Greg Lowe · 9 years ago
  51. 56c30ec Fix test by Greg Lowe · 9 years ago
  52. d4f53ab Fix failing test by Greg Lowe · 9 years ago
  53. 32a73a6 More parser and scanner tweaks III by Greg Lowe · 9 years ago
  54. 6baaf53 More parser tweaks II by Greg Lowe · 9 years ago
  55. fa51d3a More parser tweaks by Greg Lowe · 9 years ago
  56. cc53fd9 More parser improvements by Greg Lowe · 9 years ago
  57. db0d81c Improve parser._readTag() by Greg Lowe · 9 years ago
  58. c7569f2 Fix corner case with triple mustache tags by Greg Lowe · 9 years ago
  59. 85ba37f Add more error messages, and change imports by Greg Lowe · 9 years ago
  60. 7b94b7b Handle standalone lines for comments and change delimiter tags - most tests passing now by Greg Lowe · 9 years ago
  61. 21edc28 _readTag() change comments by Greg Lowe · 9 years ago
  62. 9388296 Fix handling of comments by Greg Lowe · 9 years ago
  63. da9ebf5 Fix incorrect test by Greg Lowe · 9 years ago
  64. 20bf8c4 Fix scanning of change delimiter tags by Greg Lowe · 9 years ago
  65. d745b25 Fix usage of sigil constants, use an enum instead by Greg Lowe · 9 years ago
  66. 078b0fe Fix bug with triple mustache tags by Greg Lowe · 9 years ago
  67. cb1548b Handle consecutive standalone lines by Greg Lowe · 9 years ago
  68. c4caeff Set contentStart/End on SectionNode by Greg Lowe · 9 years ago
  69. 7773815 Fix standalone whitespace handling by Greg Lowe · 9 years ago
  70. 782fd24 Improve parser by Greg Lowe · 9 years ago
  71. 230dd88 Refactor merge whitespace - do it during parse by Greg Lowe · 9 years ago
  72. f4a41db Add initial parser re-implementation by Greg Lowe · 9 years ago
  73. 995069c Banish even more underscores by Greg Lowe · 9 years ago
  74. ed35c96 Clean up scanner by Greg Lowe · 9 years ago
  75. 82318fe Initial scanner impl by Greg Lowe · 9 years ago
  76. b450853 Banish more underscores by Greg Lowe · 9 years ago
  77. fbedbcb Fix dartdoc by Greg Lowe · 9 years ago
  78. 5cb0873 Banish the underscores by Greg Lowe · 9 years ago
  79. fdb5428 Create mustache.impl library by Greg Lowe · 9 years ago
  80. d8de002 Added more methods to LambdaContext by Greg Lowe · 9 years ago
  81. 9bcebc6 Improved error handling for unclosed tags by Greg Lowe · 9 years ago
  82. 5dd292a Refactor renderering by Greg Lowe · 9 years ago
  83. 9a13e4c Clean up handling of delimiters and indenting by Greg Lowe · 9 years ago
  84. 0a1817f Refactor node into seperate classes move render methods into nodes from renderer. by Greg Lowe · 9 years ago
  85. 5be1edc Update README.md by xxgreg · 9 years ago
  86. e80d6fb Merge pull request #17 from damondouglas/master by xxgreg · 9 years ago
  87. 2fe183b Fix travis/coveralls integration by Greg Lowe · 9 years ago
  88. a08bb7d Added examples copied from README, fixed README by Damon Douglas · 9 years ago
  89. 8f12449 Bump version by Greg Lowe · 9 years ago
  90. 39da1b0 Update changelog by Greg Lowe · 9 years ago
  91. cf487c4 Clean up analyzer hints - not sure why only on command line analyzer by Greg Lowe · 9 years ago
  92. 02a00cd Update dependencies by Greg Lowe · 9 years ago
  93. 0a36f33 Update README.md by xxgreg · 9 years ago
  94. c620256 Fix coveralls integration by Greg Lowe · 9 years ago
  95. d41c9ac Merge branch 'master' of https://github.com/xxgreg/mustache by Greg Lowe · 9 years ago
  96. a42a798 Fix travis build by Greg Lowe · 9 years ago
  97. 86eed15 Update README.md by xxgreg · 9 years ago
  98. 794354f Add travis configuration by Greg Lowe · 9 years ago
  99. 72f52e7 Update readme, create changelog, and add some tests by Greg Lowe · 9 years ago
  100. cef2412 Add change log by Greg Lowe · 9 years ago