Skip to content

v2.14.0

Compare
Choose a tag to compare
@umakantp umakantp released this 25 Dec 19:07
· 156 commits to master since this release

Release notes:-

  1. Updated default quoting style to ENT_NOQUOTES in modifier "unescape".
  2. Added grunt and jsmart.js minified version in the repo.
  3. Updated bower, component, package.json manifiests.
  4. Hexadecimal numbers are lower in modifier "escape" when type is "hexentity".
  5. Use &#39 instead of &#39 since PHP version does the same.
  6. Fixed issue #6:- Modifier plugin name conflicts with variable name in the template.
  7. Fixed issue #7:- Returns true if array is empty in the {if} statement .
  8. Fixed issue #8:- Accented characters are uppercased when capitalize modifier is used.