@c4312/matcha
Version:
A caffeine driven, simple command line for benchmarking
25 lines (14 loc) • 625 B
Markdown
# Changelog
## 1.3.1 2020-07-08
- fix: publish TypeScript typings
## 1.3.0 2020-05-26
- feat: add a JSON summary reporter ([#2](https://github.com/connor4312/matcha/pull/2) thanks to [@chocolateboy](https://github.com/chocolateboy))
## 1.2.0 2020-01-11
- feat: add a `--cpu-profile` option for tests
- refactor: move to a middleware model for the internal api
## 1.1.0 2020-01-10
- feat: allow async setup and teardown methods
- refactor: tests and maintainability; add the ability to use matcha as a Node API
- fix: allow the --grep option to be a real regex, not just substring
## 1.0.0 2019-12-22
Initial relase