Releases: apiaryio/gavel.js
Releases · apiaryio/gavel.js
v8.0.3
8.0.3 (2019-08-19)
Bug Fixes
- deps: bump commander from 2.20.0 to 3.0.0 (177a0fb)
v8.0.2
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
8.0.1 (2019-08-07)
Bug Fixes
- adopts "actual" terminology in "validateBody" (1a6a76d)
v8.0.0
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
7.1.0 (2019-08-02)
Features
- removes "values" from field error messages (70584cc)
v2.1.3
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
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
7.0.1 (2019-07-12)
Bug Fixes
- fixes gherkin scenarios links in README (d1bb754)
v7.0.0
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:
v6.1.3
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)