Commit Graph

44 Commits

Author SHA1 Message Date
egaga b7a1a8c991 reference this´ instead of self´ 2014-01-29 13:51:02 +02:00
Michael Bayne 4bd3410207 Fixed typo in docs. 2014-01-08 11:02:29 -08:00
Michael Bayne e80aab2a67 Fixed insufficient indentation. 2014-01-08 11:01:56 -08:00
Michael Bayne 12a4b77107 Fixed docs on Escaper, added docs for Formatter. 2014-01-08 10:59:37 -08:00
Michael Bayne 19516ff1e4 Updated nullValue docs to be correct re: Map. 2013-10-08 12:26:39 -07:00
Nat Pryce 0797c89c38 Fixed formatting in README 2013-07-22 22:46:29 +01:00
Nat Pryce 30907579eb README describes user-extensible escaping rules (not just HTML or no escaping) 2013-07-22 22:45:28 +01:00
Michael Bayne 158b34f041 Update links to 1.8 artifact. 2013-04-05 11:07:41 -07:00
Whymarrh Whitby 2701211e11 Small spelling fix. 2013-03-15 17:57:12 -07:00
Michael Bayne 1d7021b753 Fixed typo. 2013-02-15 16:41:24 -08:00
Michael Bayne aa56e72513 Truth in exampling. 2013-02-15 16:40:59 -08:00
Michael Bayne acbddd07a2 Added basic lambda support. 2013-02-15 16:38:36 -08:00
Michael Bayne 9f0bb84db3 Prep for 1.6 release. 2012-08-16 17:38:41 -07:00
Michael Bayne 7701880092 Update download links to latest release version (1.5). 2011-11-22 11:43:55 -08:00
Michael Bayne adf116992c Modified compound variables to honor null/default configuration. Closes #10.
Kali/Bertrand convinced me that being consistent with other Mustache
implementations is more important than whatever wacky reasons I was harboring
for keeping compound variables different than singleton sections.
2011-10-29 14:38:56 -07:00
Michael Bayne 37884af44d Fixed thinko. 2011-10-29 13:19:16 -07:00
Michael Bayne 8ce01cd060 Added missing bangs, nixed quotes. 2011-10-29 13:17:56 -07:00
Michael Bayne 66ba7c8cf8 Added additional information about compound keys and null/default values. 2011-10-29 13:14:02 -07:00
Michael Bayne 4367ff6784 Only skip newlines if a tag is the only thing on the line.
Otherwise you get undesirable newline skipping if you do things like, for
example:

{{#foos}}
{{bar}}{{^-last}}, {{/-last}}
{{/foos}}

where you want the newline after {{/-last}}, but it was getting skipped.
2011-08-29 14:44:17 -07:00
Michael Bayne 2630e36cbd Reference the 1.3 release artifact. 2011-06-03 16:43:55 -07:00
Michael Bayne 7c05c7ca05 Unwrap line. 2011-05-28 10:52:36 -07:00
Michael Bayne 7a282c03e5 Fixed booched Markdown tag. 2011-05-28 10:51:09 -07:00
Michael Bayne 9fae13e008 Added Compiler.nullValue() for situations where one wants to provide a value
for use when variables resolve to null, but still wishes for exceptions to be
thrown when values are not resolvable (i.e. are typos). Pre-existing behavior
is preserved if one uses defaultValue() or does not change the default
configuration.

Nota bene: there are complexities, so be sure to read the documentation.
2011-05-28 10:42:45 -07:00
Michael Bayne 31d0a0985d Added usage for default values. 2011-04-15 12:45:54 -07:00
Michael Bayne d04f2c2f76 Reference the latest release artifact. 2011-04-13 16:20:58 -07:00
Michael Bayne 14e42bc984 Toned down caveat. 2011-04-13 15:44:13 -07:00
Michael Bayne f34539850a Added blurb on standards mode. 2011-04-13 15:00:57 -07:00
Michael Bayne 9d8754b130 Fixed {{.}} doc typo. 2011-04-13 14:55:25 -07:00
Michael Bayne 03c02fba96 Formatting tweak. 2011-04-13 14:54:05 -07:00
Michael Bayne aa5a5bf3c4 Clarify partials documentation a touch. 2011-04-13 14:53:34 -07:00
Michael Bayne b1262c8edb Added documentation for {{.}}. 2011-04-13 14:50:18 -07:00
Michael Bayne ab0e1fdda4 Let's make Partials a subsection of Usage rather than a full top-level section. 2011-04-13 14:43:48 -07:00
Michael Bayne 5b81a46710 Added basic documentation on how to use partials support. 2011-04-13 14:43:17 -07:00
Michael Bayne 4c2a118add Went back to a happy medium of density. 2011-02-28 20:30:23 -08:00
Michael Bayne 267f144f41 Eased up on the density in the examples a bit. 2011-02-28 20:27:12 -08:00
Michael Bayne 40b5a2b2c8 Corrected another error in the examples. Sheesh. 2011-02-28 20:24:14 -08:00
Michael Bayne 04ea4b0cc0 Fixed typo in example. 2011-02-28 17:20:31 -08:00
Michael Bayne c271e7df12 I need to eradicate the word simply from my vocabulary. 2010-11-02 14:29:31 -07:00
Michael Bayne 0c3b9b9337 Make it more obvious how to download/add JMustache to your project. 2010-11-02 14:28:34 -07:00
Michael Bayne 2aa990d239 Fixed link to prebuilt jar. 2010-11-02 14:26:59 -07:00
Michael Bayne 50cd98346b Missed a spot in Markdown conversion. 2010-10-24 09:51:15 -07:00
Michael Bayne 9282db1db0 Formatting tweaks. 2010-10-24 09:49:27 -07:00
Michael Bayne c6eab5f1c5 Reference MustacheTest.java at its new location. 2010-10-24 09:41:19 -07:00
Michael Bayne 24d355bd03 A README with explanations. 2010-10-24 09:40:09 -07:00