jmoiron plays the blues
ae9933c2 to
mandira
fix an issue where format strings are in a {{{ }}} block, leading the missing formats to print (MISSING)
738095a5 to
mandira
add vim ftdetect & syntax highlighting support
43e6e514 to
mandira
remove 'loose' from the specification as its not that bad
59760fd4 to
mandira
use an example that shows more of mandira's capabilities in readme, add a mandira/main binary that takes two files (a template and json context) and renders the template
a63e1a77 to
mandira
update README to show support for {{.}} and {{.index/1}}
ed523f04 to
mandira
support context variables '.index' and '.index1' for lists, and support '.' for top context
51422a7c to
mandira
support use of '.' to get current context
08f2c727 to
mandira
update the README with current implementation status
182ec9dc to
redtape
version bump, force decoding of input files from utf-8
jmoiron/monet 675a7f2 · update README to mention mandira usage
8b3aca2b to
mandira
redo conditional logic to allow for a much richer conditional logic which most people will probably expect, letting or/and chain to n-ary compare exprs, applying comparative opers before boolean ones, and allowing the use of parens for grouping boolean expressions
jmoiron/monet 65c4c5f · Merge branch 'master' of github.com:jmoiron/monet
jmoiron/monet bd431d3 · lots of style fixes for gallery
jmoiron/monet 9e79345 · change site to use mandira instead of mustache templates
5d134fe2 to
mandira
update README to reflect the feature completeness of go implementation, which is still unfortunately a bit messy
7f71ecbf to
mandira
all tests passing, with conditional+else sections
a431e680 to
mandira
fix using context vars in filters
7c6e8a53 to
mandira
check in eval & filters code
e2f73686 to
mandira
check in eval & filters code
6c41f653 to
mandira
working filters in mandira; it finally does more than mustache, all filters written w/ tests except for date
34d1d83d to
mandira
full tests for all expression parsing passing