1. 4275083 Update README.md by xxgreg · 9 years ago
  2. fbd35f8 Update README.md by xxgreg · 9 years ago
  3. e3c4843 Update README.md by xxgreg · 9 years ago
  4. 4387bda Update README.md by xxgreg · 9 years ago
  5. 3d5e9e7 Update README.md by xxgreg · 9 years ago
  6. a9f1c10 Remove char reader class, merge code into scanner by Greg Lowe · 9 years ago
  7. 2ac5884 Cleanups by Greg Lowe · 9 years ago
  8. 4fdf67c Fix a failing test by Greg Lowe · 9 years ago
  9. 17388ee Clean up some error messages by Greg Lowe · 9 years ago
  10. 908a365 Fix indentation of partials by Greg Lowe · 9 years ago
  11. 0b24c37 Start updating scanner by Greg Lowe · 9 years ago
  12. b33eaa5 Change TemplateException by Greg Lowe · 9 years ago
  13. 85ac5db Don't call lambdas for inverted sections - matches mustache.js behaviour by Greg Lowe · 9 years ago
  14. 848e29e Change parse to use switch by Greg Lowe · 9 years ago
  15. 291f6f8 Remove delimiter class by Greg Lowe · 9 years ago
  16. 8930e54 Move standalone whitespace removal into parse, merge text nodes during parse by Greg Lowe · 9 years ago
  17. df786e3 Move classes into separate files by Greg Lowe · 9 years ago
  18. cc8e494 Fix handling of delimiters in lambda sections - all spec tests pass woot by Greg Lowe · 9 years ago
  19. 1ed033e Improve delimiter implementation by Greg Lowe · 9 years ago
  20. 738757b Initial delimiters implementation by Greg Lowe · 9 years ago
  21. d857884 Complete lambda context implementation by Greg Lowe · 9 years ago
  22. 1b99249 Fix nested partials indenting by Greg Lowe · 9 years ago
  23. 9709e35 Fix exception by Greg Lowe · 9 years ago
  24. 89dff1c Initial implementation of the lambda context by Greg Lowe · 9 years ago
  25. 4009b0f Fix partials handling of whitespace by Greg Lowe · 9 years ago
  26. 5eac976 Initial attempt at indenting partial content correctly - no dice by Greg Lowe · 9 years ago
  27. 093b918 Plug partial whitespace indentation string through to renderPartial by Greg Lowe · 9 years ago
  28. 17ea9c1 Fix spec test by Greg Lowe · 9 years ago
  29. 741fd28 Better error message if null is passed to Template ctor by Greg Lowe · 9 years ago
  30. 78b302f Update README.md by xxgreg · 9 years ago
  31. 7db273a Add mirrors note. by xxgreg · 9 years ago
  32. 1c45469 Update readme by Greg Lowe · 9 years ago
  33. 9eb6de0 Update readme by Greg Lowe · 9 years ago
  34. eebcc39 Match whitespace handing with python and node mustache implementations by Greg Lowe · 9 years ago
  35. 9b3ddf8 Update gitignore by Greg Lowe · 9 years ago
  36. 6f7dee9 Investigate other implementations behaviour by Greg Lowe · 9 years ago
  37. 88f3eec Add whitespace tests issue #10 by Greg Lowe · 9 years ago
  38. 1269b1c Expose name getter on template by Greg Lowe · 9 years ago
  39. 3009626 Bump version by Greg Lowe · 9 years ago
  40. 26e3044 Add mirrors used tag to dart library by Greg Lowe · 9 years ago
  41. 9a07f36 Update pubspec sdk constraint by Greg Lowe · 9 years ago
  42. 5430c5d Add mirrors support back by Greg Lowe · 9 years ago
  43. bac33df Add mirrors lambda test by Greg Lowe · 9 years ago
  44. 4e47bbe Refactor by Greg Lowe · 9 years ago
  45. f09e069 Add test for Seth's use case by Greg Lowe · 9 years ago
  46. 154f6f8 Add basic lambda support by Greg Lowe · 9 years ago
  47. fc0c085 Add more partials tests by Greg Lowe · 9 years ago
  48. 8702013 Fix lenient handling of partials resolution by Greg Lowe · 9 years ago
  49. e02bb56 Pass template name in error messages by Greg Lowe · 9 years ago
  50. 5bcc3ab Fix tests FormatException => MustacheFormatException by Greg Lowe · 9 years ago
  51. 24d592e Fix partial test by Greg Lowe · 9 years ago
  52. 628f855 Fix warning - FormatException was updated at some point, remove dependency for now by Greg Lowe · 9 years ago
  53. 4e32ca6 Rename MustacheContext to TemplateRenderer by Greg Lowe · 9 years ago
  54. ccf0cfa Cleaned up partials support a little by Greg Lowe · 9 years ago
  55. 0984ac1 Initial hack at partials support. by Greg Lowe · 9 years ago
  56. 7f47b8d Merge pull request #8 from sethladd/patch-1 by xxgreg · 9 years ago
  57. 1dc0b52 Update README.md by Seth Ladd · 9 years ago
  58. 9f8e368 Add extra dartanalyzer check, now that the analyzer doesn't warn for other packages. by Greg Lowe · 10 years ago
  59. f7bf6b4 Bump version by Greg Lowe · 10 years ago
  60. daa43e0 Merge pull request #6 from yjbanov/mirrors-fix by xxgreg · 10 years ago
  61. 6dc47a3 Fix outdated reference to 'members' by Yegor · 10 years ago
  62. 0da49b5 Bump version by Greg Lowe · 10 years ago
  63. e9c2bb7 Add test for array indexing by Greg Lowe · 10 years ago
  64. 45b3238 Merge pull request #5 from timkendrick/master by xxgreg · 10 years ago
  65. cdef7f8 Allow iterable items to be targeted by index by Tim Kendrick · 10 years ago
  66. bc0a800 Update dependency and sdk versions, bump version by Greg Lowe · 10 years ago
  67. a8418f2 Update options handling, and json usage to latest sdk style by Greg Lowe · 10 years ago
  68. 41cb81a Fix test - was overly strict by Greg Lowe · 10 years ago
  69. 024fa56 Update to new analyzer by Greg Lowe · 11 years ago
  70. 9dacaa7 Add import for dart:mirror by Greg Lowe · 11 years ago
  71. 1e90f8b Attempt #2 at reflection by michaelhixson · 11 years ago
  72. f22aecb Support arbitrary getters in templates via reflection by michaelhixson · 11 years ago
  73. ce331cc Support {{#.}} and Iterable values by michaelhixson · 11 years ago
  74. dd32461 Bump version by Greg Lowe · 11 years ago
  75. 7e94566 Update to Dart M4 release by Greg Lowe · 11 years ago
  76. e05c002 Update readme by Greg Lowe · 11 years ago
  77. 0e74dcb Added support for implicit iterators by Greg Lowe · 11 years ago
  78. 5c4aaf0 Add standalone line test by Greg Lowe · 11 years ago
  79. a4acf81 Handle windows line endings by Greg Lowe · 11 years ago
  80. 1889f19 Implemented dotted names by Greg Lowe · 11 years ago
  81. 373743e Handle comments in standalone lines by Greg Lowe · 11 years ago
  82. 0402362 Standalone lines by Greg Lowe · 11 years ago
  83. 61ecb20 Implemented standalone lines (Basic without whitespace handling) by Greg Lowe · 11 years ago
  84. 8c987ea Bump version by Greg Lowe · 11 years ago
  85. df836a8 Comment out test which is a known failure by Greg Lowe · 11 years ago
  86. 01504cb Update readme by Greg Lowe · 11 years ago
  87. 917de8a Bump version by Greg Lowe · 11 years ago
  88. 74cfe1c Resolve names from outer sections in a nested section by Greg Lowe · 11 years ago
  89. f858280 Update README.md by Greg Lowe · 11 years ago
  90. f7b6cb3 Update spec test by Greg Lowe · 11 years ago
  91. 349536d Fix inverse section context misses by Greg Lowe · 11 years ago
  92. 898c681 Handled nested sections where value is not a map by Greg Lowe · 11 years ago
  93. 35fe6de Trim whitespace from tag names by Greg Lowe · 11 years ago
  94. 935a544 Fix no interpolation failure by Greg Lowe · 11 years ago
  95. 5dd4ee2 Add mustache spec tests by Greg Lowe · 11 years ago
  96. 1212e70 Bump version by Greg Lowe · 11 years ago
  97. cdc6f3a Update readme by Greg Lowe · 11 years ago
  98. 27c360d Hookup escape tags by Greg Lowe · 11 years ago
  99. 9fb485f Add parameter to disable html escaping by Greg Lowe · 11 years ago
  100. 2c863ab Bump version by Greg Lowe · 11 years ago