0.4 
- Fixed issue #12: inconsistent treatment of new lines (Thanks to @danhalligan)
- Updated documentation for disabling html escaping. (issue #16)(Thanks to @ctbrown)

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.

0.3-2
- Added a rowSplit utility function to iterate over rows of a data.frame

0.3-1
- Fixed rendering an empty template (Thanks to Hadley Wickham)

0.1 
- Initial release
- Conforms to mustache specification except for delimiter switching
