Releases: canjs/steal-stache
Releases · canjs/steal-stache
Synchronous support for can-import
Object.assign polyfill for IE11 support
This adds can-assign
in place of using Object.assign
to allow for graceful fallback for browsers that don't support Object.assign
.
QUNIT2 upgrade
This updates the tests to use QUnit@2.x.x.
#78
4.1.3
4.1.2
4.1.1
Fixes issue with can-import not loading relative modules
In some scenarios, steal-stache
would not add the module metadata needed by can-view-import
to be able to load relative imports (the parent module address). This patch release makes sure the module metadata is added to the property read can-view-import
during when is processing the imports.
Improved 404 error messaging
This improves error messaging for developers using steal 1.7.0.
Pull Requests
Enable Greenkeeper, and update docs
Use Latest Stache
Update to latest Stache, to include filename in parser call.