Changes in version 0.4 (2019-08-28) o Fixed issue #12: inconsistent treatment of new lines (Thanks to @danhalligan) o Updated documentation for disabling html escaping. (issue #16)(Thanks to @ctbrown) Changes in version 0.3-3 o Added an option "strict" to render. Setting it to FALSE allows for "." in names and use "$" for splitting which is a more natural R syntax. Changes in version 0.3-2 (2013-04-28) o Added a rowSplit utility function to iterate over rows of a data.frame Changes in version 0.3-1 o Fixed rendering an empty template (Thanks to Hadley Wickham) Changes in version 0.1 (2011-09-05) o Initial release o Conforms to mustache specification except for delimiter switching