Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Releases: apiaryio/gavel.js

v8.0.3

19 Aug 16:08
1a0be1e
Compare
Choose a tag to compare

8.0.3 (2019-08-19)

Bug Fixes

  • deps: bump commander from 2.20.0 to 3.0.0 (177a0fb)

v8.0.2

14 Aug 12:08
31f54db
Compare
Choose a tag to compare

8.0.2 (2019-08-14)

Bug Fixes

  • always use "JSON.parse()" instead of "jju" (bd91c12)
  • removes support for malformed JSON of expected body (7531887)
  • uses strict json parsing for actual body, weak for expected body (c2354ef)

v8.0.1

07 Aug 13:00
66e3e4e
Compare
Choose a tag to compare

8.0.1 (2019-08-07)

Bug Fixes

  • adopts "actual" terminology in "validateBody" (1a6a76d)

v8.0.0

02 Aug 12:15
8cd682a
Compare
Choose a tag to compare

8.0.0 (2019-08-02)

Features

  • removes "values" from field error messages (9f9dd2c)

BREAKING CHANGES

  • Field errors no longer have the "values" property. Please use the root-level "result.fields[fieldName].values" instead.

v7.1.0

02 Aug 11:41
2c6cf2d
Compare
Choose a tag to compare

7.1.0 (2019-08-02)

Features

  • removes "values" from field error messages (70584cc)

v2.1.3

23 Jul 12:33
Compare
Choose a tag to compare

2.1.3 (2019-07-23)

⚠️ This is a hotfix maintenance release which allows users of v2.1.x to install Gavel without Git(Hub) dependencies. The v2.1.3 has been released from branch v2.1.x. If you are new to Gavel, use the latest version instead (as of now it's v7).

Bug Fixes

  • remove dependency on Git(Hub) (e006124)

v7.0.2

18 Jul 13:14
7832fed
Compare
Choose a tag to compare

7.0.2 (2019-07-18)

Bug Fixes

  • builds gavel using rollup (e165a7f)
  • provide custom abstraction above jju to stop relying on fs (abfcbd8)
  • uses Object.assign instead of spreading (9ed4f62)

v7.0.1

12 Jul 12:39
Compare
Choose a tag to compare

7.0.1 (2019-07-12)

Bug Fixes

  • fixes gherkin scenarios links in README (d1bb754)

v7.0.0

12 Jul 12:31
0e236bb
Compare
Choose a tag to compare

7.0.0 (2019-07-12)

Bug Fixes

  • excludes "@cli" features on win platform (54d3f12)
  • simplifies tags handling in cucumber args (307016b)

Features

  • adds "kind", "values" field properties, removes deprecations (0c8871b)
  • removes diff from TextDiff validator (a95de94)

BREAKING CHANGES

    • Gavel fields no longer contain the following properties:
    • validator
    • expectedType
    • realType
    • rawData
  • Gavel fields now contain the next new properies:
    • kind
    • values (optional)

v6.1.3

27 Jun 10:25
4012ccc
Compare
Choose a tag to compare

6.1.3 (2019-06-27)

Bug Fixes

  • adds json schema parsing check during body validation (ecab140)
  • improves parsing error and includes only original error message (validateBody) (c2ede2d)
  • throws upon invalid JSON schema during body validation (1e25940)