All Versions
605
Latest Version
Avg Release Cycle
8 days
Latest Release
340 days ago
Changelog History
Page 53
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