NEWS
whisker 0.4 (2019-08-28)
- Fixed issue #12: inconsistent treatment of new lines (Thanks to @danhalligan)
- Updated documentation for disabling html escaping. (issue #16)(Thanks to @ctbrown)
whisker 0.3-3
- 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.
whisker 0.3-2 (2013-04-28)
- Added a rowSplit utility function to iterate over rows of a data.frame
whisker 0.3-1
- Fixed rendering an empty template (Thanks to Hadley Wickham)
whisker 0.1 (2011-09-05)
- Initial release
- Conforms to mustache specification except for delimiter switching