Skip to content

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 12 Aug 01:19
· 16 commits to main since this release
282ca27

Minor Changes

  • bc57a66: New: optimized content fetching only when content changes. This lets us achieve fastest possible builds 🚄. This comes with an autoUpdate flag for turning it off, but you probably shouldn't.

    New: added an every hook *, recommended for testing only.

    New: added purgeCache function 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 rootUrl was being set to a bogus string.