Releases: mattpocock/evalite
Releases · mattpocock/evalite
evalite@0.19.0
Minor Changes
- d186618: Support custom base paths for static UI exports. Use
evalite export --basePath=/your-pathto host at non-root URLs like S3/CloudFront subpaths.
evalite@0.18.1
Patch Changes
- e7cfbfb: Fixed a bug where errors at the module level were not being reported
evalite@0.18.0
Minor Changes
- 7935f7b: Column functions now receive
scoresandtracesarrays in addition toinput,output, andexpected, allowing columns to display information from scorers and traces.
evalite@0.17.1
Patch Changes
- 28fc857: Fixed a bug where errors in data() were not reported
evalite@0.17.0
Minor Changes
- 220a899: Upgraded to Vitest v4
evalite@0.16.1
Patch Changes
- 82e3d86: Fix error logging in watch mode by restoring error details display.
evalite@0.16.0
Minor Changes
- edfc4b9: Added setupFiles option to evalite.config.ts for loading environment variables and other setup files before tests run.
- 88db673: Added
evalite.config.tsfile to configure Evalite. AddedtestTimeoutandmaxConcurrencyoptions. - 7cc0d24:
trialCountoption for running each test case multiple times. Set inevalite.config.tsor per-eval inevalite()call to measure variance in non-deterministic evaluations. Each trial stored as separate result with uniquetrial_index.
evalite@0.15.0
evalite@0.14.7
Patch Changes
- ee00ab9: Added collapse functionality to expanded table rows - users can now click 'Show less' to collapse content after expanding it.
evalite@0.14.6
Patch Changes
- 9609cc5: Fixed CLI table rendering exceeding terminal width due to incorrect padding calculation