Skip to content

Releases: cssmagic/underscore-template

0.3.0

24 Dec 03:24

Choose a tag to compare

  • [Changed] Remove _stripCommentTag() util, drop _.templateSettings.shouldUnwrapCommentTag config. (#18)
  • [Changed] Fetch any template code from dummy script tags, no matter whether it contains valid template markups. (539b6a5)
  • [Fixed] Now .add() can define template with existing template ID. (#20)
  • [Fixed] Now check validity of template code according to template markups defined in _.templateSettings, instead of a hardcoded preset. (#11)
  • [Improved] Clear level 2 cache when level 1 cache is set. (#16)

0.2.0

29 Jul 05:21

Choose a tag to compare

  • Remove dependency on Underscore.string.

0.1.1

14 Oct 08:29

Choose a tag to compare

  • Rename to underscore-template.
  • Update slogan.
  • Unregister old name and register new name in Bower.

0.1.0

09 Oct 09:15

Choose a tag to compare

First release.