xxgreg / mustache

Mustache template Dart library
BSD 2-Clause "Simplified" License
57 stars 59 forks source link

mention render/renderString changes in the CHANGELOG #15

Closed yjbanov closed 9 years ago

xxgreg commented 9 years ago

Thanks I updated the text, and pushed to pub.

Breaking change: Template.render and Template.renderString methods no longer take the optional lenient and htmlEscapeValues. These should now be passed to the Template constructor.

yjbanov commented 9 years ago

Thumbs up!