Paul Grimshaw
0195c39f42
Merge remote-tracking branch 'original-master/master'
...
# Conflicts:
# Local.testsettings
# TraceAndTestImpact.testsettings
# mustache-sharp.test/FormatCompilerTester.cs
# mustache-sharp.vsmdi
# mustache-sharp/ArgumentCollection.cs
# mustache-sharp/FormatCompiler.cs
2016-09-19 16:26:03 +01:00
Travis Parks
19a0710d49
Allow string and number arguments
2014-05-21 17:02:31 -04:00
Paul Grimshaw
b31f393f65
Added support for explicit values in equality comparisons in the template, using the _ prefix
2014-02-05 00:20:33 +00:00
Travis Parks
6e74fa1fcc
Support scoped variables
...
I have been slowly working toward supporting variables that can be
declared/updated during output generation. This code also cleans up the
code for searching within a scope.
2013-10-28 15:58:50 -04:00
Travis Parks
f136dd61a5
Begin implementation of context scopes.
...
Instead of context data being a single object, it now supports the same
scoping rules as keys.
Now the #index tag is always available.
2013-08-16 23:36:06 -04:00
Travis Parks
22e0cb4c2a
Rename Namespace
...
I made the mustache namespace upper case. An easy find/replace will fix
this for most projects. I bumped the version up to a minor release
anyway.
2013-05-03 08:44:57 -04:00
Travis Parks
42463a888f
Provide context when placeholders found.
...
It could be useful to know the context when discovering a placeholder.
I also renamed MissingKeyEventArgs to KeyNotFoundEventArgs.
I created a new event KeyFoundEventArgs.
2013-04-24 21:21:00 -04:00
Travis Parks
0b84ca8877
Made progress implementing the object model, including all of the built-in tags.
2013-01-09 21:17:45 -05:00