Skip to content

v12.0.0

Compare
Choose a tag to compare
@ApiaryBot ApiaryBot released this 20 Aug 12:48
· 1037 commits to master since this release
3b21364

12.0.0 (2019-08-20)

Bug Fixes

  • improves explanatory comments and ApiaryReporter property fallbacks (8fb3820)
  • deps: update markdown-it requirement from 9.0.1 to 9.1.0 (0ef2e96)

Features

  • reformats ApiaryReporter structure (a159b48)
  • stores "general" transaction errors in "transaction.errors" (1df1e4a)

BREAKING CHANGES

    • Apiary Reporter now contains test run result under "results.validationResult":
- apiaryReporterPayload.resultData.results
+ apiaryReporterPayload.results.validationResult
  • Apiary Reporter now includes a test run errors (not HTTP message validation errors):
+ apiaryReporterPayload.results.errors
    • Error that occurred during the transaction run (not directly related to HTTP message validation) are not stored under transaction.errors. Consider migrating if your code accesses those general errors:
- transaction.results.general.results
+ transaction.errors