Releases: vegaprotocol/approbation
v4.0.0
Approbation now supports multiple categories per spec file.
Pre v3.0.0, approbation used hardcoded categories. In v3.0.0, this changed to be a new parameter pointing to a JSON file containing categories. How ever this was (silently) limited to one category per spec, which meant that if a spec was accidentally in two categories, its data would only count towards the first category. As of v4.0.0, you can now use 'Categories' as tags, and add as many 'tags' as you like per spec.
Breaking changes since last tagged release
--categories
is now a required parameter
Features
- Add multi-category support
- Add prometheus output parameter
v2.7.0
Fixes a crash when a file included in the glob doesn't match the expected format
What's Changed
- Fix invalid filename crash by @edd in #57
- Bump tape from 5.5.3 to 5.6.1 by @dependabot in #56
- Bump console-table-printer from 2.11.0 to 2.11.1 by @dependabot in #50
New Contributors
- @dependabot made their first contribution in #56
Full Changelog: v2.6.5...v2.7.0
Detect mystery AC codes
What's Changed
Full Changelog: v2.3.1...v2.3.2
2.3.0: Add Ignore parameter
You can now pass a glob to --ignore
for all subcommands, which will ignore all files that match that pattern
2.1.1
2.0.0
Fixes various bugs that made 1.0.0 not actually useful. Pushing on Friday evening: never a good idea.
What's Changed
- Add
husky
to enforce linting & tests - Improve console output with colours, more helpful output
- Fix bug that prevented globs being passed in to
check-references
- Update readme to include some example runs