Skip to content

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 26 Mar 17:05
103a63c

0.6.0 (2023-03-26)

⚠ BREAKING CHANGES

  • Verification no longer throws an error if verification fails. The intended use is to use can-i-deploy to gate deployments. If you need failure (eg during development), set throwOnFail: true in the options.

Features

  • Verification no longer throws an error if verification fails. The intended use is to use can-i-deploy to gate deployments. If you need failure (eg during development), set throwOnFail: true in the options. (ee33690)

Bug Fixes

  • Add location information to title of the errors, improving readability (1f740d9)
  • Correct location string in the suffix matcher during describe (was incorrectly "prefix") (a52efca)
  • Improve formatting of the thrown error when the assertions fail (3a50dad)
  • Rename 'Test' -> 'Example' in the location tag printed in errors (e8bddf6)
  • Substantially reduce the verbosity of the location hint in errors (unless logLevel is maintainerDebug or lower) (63f3413)