Skip to content

Releases: vegaprotocol/approbation

v4.0.0

19 Oct 10:34
@edd edd
v4.0.0
b10c7ef
Compare
Choose a tag to compare

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

29 Sep 14:10
@edd edd
v2.7.0
4b4e2fa
Compare
Choose a tag to compare

Fixes a crash when a file included in the glob doesn't match the expected format

What's Changed

New Contributors

Full Changelog: v2.6.5...v2.7.0

Detect mystery AC codes

08 Mar 15:22
@edd edd
5179f93
Compare
Choose a tag to compare

What's Changed

  • Show codes that appear in tests but not specs by @edd in #29

Full Changelog: v2.3.1...v2.3.2

2.3.0: Add Ignore parameter

08 Mar 13:08
@edd edd
79fb9e8
Compare
Choose a tag to compare

You can now pass a glob to --ignore for all subcommands, which will ignore all files that match that pattern

2.1.1

01 Mar 12:35
@edd edd
f0ed3b1
Compare
Choose a tag to compare

Adds duplicate code checking, which has cropped up in a few specs.

What's Changed

  • Detect duplicate codes by @edd in #20

Full Changelog: v2.1.0...v2.1.1

2.0.0

21 Feb 14:45
@edd edd
bd22eb0
Compare
Choose a tag to compare

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