Skip to content

v0.6.2

Choose a tag to compare

@tyler-johnson tyler-johnson released this 14 Oct 00:45
· 174 commits to master since this release
  • Implemented incremental dom keys. This makes re-renders much more efficient in certain situations. This has been applied under the hood and requires no changes by the end user to receive its benefits.
  • Improved source map support. Embedded scripts have more accurate mappings.
  • Improved section rendering.
  • Fixed issues with deep paths and scope. Path queries are now correctly resolved with the added bonus of literal value support. {{ "string" }} will now output the literal string value.
  • Fixed plugins, especially those that had not yet been updated.
  • Added .defaults() to views. Similar to .helpers() but adds context in front of the views context, serving as default values.