Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 12 Oct 22:56
· 40 commits to main since this release
617e9d6

Minor Changes

  • 555815e: Adds a cache to the <ExportSource>.getType method to prevent unnecessary processing of types since this is an expensive operation. Types will now only be resolved the first time they are requested and then cached for subsequent requests unless one of the file dependencies has changed.

Patch Changes

  • c8760f7: Runs initial script to write collections in parallel when starting the dev server. This needed to run synchronously in a previous implementation.
  • d6c374b: Handles CLI sub-process clean up better if an error in the WebSocket server occurs.