Commit Graph

26 Commits

Author SHA1 Message Date
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