1.2.0
This is a minor release, adding a new module that allows using done-autorender without Zones. Using:
<script src="./node_modules/steal/steal.js" main="my-app/index.stache!done-autorender/no-zone"></script>
Will run done-autorender without using zones. This makes it so your code comes live instantly, as it is immediately inserted into the DOM, and prevents issues if you might use code that doesn't run well within Zones.