All Versions
605
Latest Version
Avg Release Cycle
8 days
Latest Release
340 days ago

Changelog History
Page 53

  • v2.8.2 Changes

    • ๐Ÿ›  Fixes #203 - Incorrect behavior when attrs is used on a standard HTML tag with a tag def
  • v2.8.1 Changes

    • ๐Ÿ›  Fixes #202 - Pass along options to compiler when loading a template
  • v2.8.0 Changes

    • โž• Added support for automatically discovering taglibs from installed packages that are scoped. (PR #183 by @tropperstyle)
  • v2.8.x

  • v2.7.31 Changes

    • ๐Ÿ›  Fixes #167 - Nested tags only work one level deep
  • v2.7.30 Changes

    • ๐Ÿ“„ docs: don't exclude docs in .npmignore
  • v2.7.29 Changes

    • ๐Ÿ›  Fixes #161 - Nested tags with no body content are not handled correctly
  • v2.7.28 Changes

    • ๐Ÿ›  Fixes #140 - Also de-dupe cached taglibs in finder
  • v2.7.27 Changes

    • ๐Ÿ‘‰ Make loading template from String template source easier:
    var template = marko.load(templatePath, "Hello $!{data.name}!");
    

    NOTE: Loading directly from source only works on the server

    ๐Ÿ‘€ See Pull Request #153

  • v2.7.26 Changes

    • ๐Ÿ‘‰ Use shorter relative paths in error messages