What's Changed
* Simplify API and add support for unified test suite definition by typpo in https://github.com/typpo/promptfoo/pull/14
Breaking changes
**If you're using the CLI:** The format of `promptfooconfig` has updated. Although it is mostly backwards compatible, but:
- The following options have moved inside `evaluateOptions`: `maxConcurrency`, `showProgressBar`, `generateSuggestions`.
- The following options have moved inside `commandLineOptions`: `write`, `cache`, `verbose`, `view`, and similar.
See [configuration guide](https://www.promptfoo.dev/docs/configuration/guide) for more details.
**If you're using the library**: The function signature of `promptfoo.evaluate` has updated. See [Using the node package](https://www.promptfoo.dev/docs/usage/node-package) docs.
**Full Changelog**: https://github.com/typpo/promptfoo/compare/0.7.0...0.8.0