v0.9.0
Minor Changes
-
bc57a66: New: optimized content fetching only when content changes. This lets us achieve fastest possible builds 🚄. This comes with an
autoUpdateflag for turning it off, but you probably shouldn't.New: added an every hook *, recommended for testing only.
New: added
purgeCachefunction that clears the local cache.Fix: fixed a bug in linker plugin where non-uuids would get picked up.
Fix: fixed bug in terminal spinner that was causing ctrl-c not to close the terminal in some cases.
Fix: fixed typo bug where
rootUrlwas being set to a bogus string.