Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Dec 10:28
· 120 commits to main since this release
3a5b7e2

Minor Changes

  • 32cb0e5: Adopted sqlite as the database instead of jsonl.

    The db will now be saved to ./node_modules/.evalite by default instead of evalite-report.jsonl.

Patch Changes

  • ad28d0b: Made it possible to return any async iterable from a task - more permissive than a ReadableStream.
  • a13be9e: Fixed a showstopper bug on Node 20 that prevented the server from running.