1.2.0
The 1.2.0 release includes 2 huge new features as well as a few bug fixes. The highlights are the new globals configuration, and cache busting.
Features
-
New globals configuration - This provides a way to specify configuration so that globals can depend on non-globals:
"steal": { "meta": { "foo": { "format": "global", "globals": { "$$$": "bar" } } } }
Documentation is available here.
-
Cache busting is now included in Steal directly. This allows you to specify a cache version of your application which will be used as a query parameter.
<script src="./dist/steal.production.js" cache-version="12345"></script>