Skip to content

0.9.8 String Escaping

Latest
Compare
Choose a tag to compare
@theodorejb theodorejb released this 20 May 14:56

Added

  • Handlebars::escapeExpression() method (equivalent to the Handlebars.escapeExpression() utility function in Handlebars.js).

Removed

  • Unnecessary $escape parameter on SafeString constructor.

Fixed