From dc6cdf1ae6a323c18ea1141d9a322ad87a512d8b Mon Sep 17 00:00:00 2001 From: Michael Jackson Date: Mon, 10 Sep 2012 09:28:09 -0700 Subject: [PATCH] Rename Renderer => Writer --- CHANGES | 3 +- mustache.js | 91 ++++++++++++++++++++++++++--------------------------- 2 files changed, 46 insertions(+), 48 deletions(-) diff --git a/CHANGES b/CHANGES index cc3aa33..ec057fe 100644 --- a/CHANGES +++ b/CHANGES @@ -1,9 +1,10 @@ = HEAD + * Rename Renderer => Writer. * Fixed a bug with higher-order sections that prevented them from being passed the raw text of the section from the original template. * More concise token format. - * High-level API is consistent with the Renderer API. + * High-level API is consistent with the Writer API. * Allow partials to be passed to the pre-compiled function (thanks @fallenice). * Don't use eval (thanks @cweider). diff --git a/mustache.js b/mustache.js index ed4b235..9673602 100644 --- a/mustache.js +++ b/mustache.js @@ -16,6 +16,7 @@ var Mustache; Mustache = exports; //