FreeMarker 2.3.32 is out! Extends ?c to print quoted string literals. Adds ?cn that prints a null literal when needed; handy when generating JSON. And more. See: freemarker.apache.org/docs/versions_…
FreeMarker 2.3.31 is out! Mostly contains bugfixes. Also added ?eval_json, as users keep trying to parse JSON with ?eval, which doesn't always work, and can even be a security problem. Version history: freemarker.apache.org/docs/versions_…
FreeMarker 2.3.30 is out! Supports adding arguments dynamically to directive/macro/function/method calls. More control over what templates are allowed to access through the data-model (e.g. with whitelisting). Change log: freemarker.apache.org/docs/versions_…