Releases: qavajs/core
Releases · qavajs/core
2.8.1
What's Changed
- updated
@qavajs/validation
with proper ts declarations by @AlexGalichenko in #354
Full Changelog: 2.8.0...2.8.1
2.8.0
What's Changed
- update index.d.ts by @AlexGalichenko in #352
- updated
@qavajs/validation
without chai dependency by @AlexGalichenko in #353
Full Changelog: 2.7.0...2.8.0
2.7.0
What's Changed
- removed templates folder by @AlexGalichenko in #347
- added capability to print report file path by @AlexGalichenko in #348
Full Changelog: 2.6.0...2.7.0
2.6.0
What's Changed
- upgrade cucumber by @AlexGalichenko in #336
- added satisfy validation by @AlexGalichenko in #341
Then I expect '$value' to satisfy '$either(1, 2)'
where $either
is a predicate applied on first argument
function either(...expected) {
return function (actual) {
return expected.includes(actual)
}
}
Full Changelog: 2.5.2...2.6.0
2.5.2
What's Changed
- re-throw original error in executeStep by @AlexGalichenko in #322
Full Changelog: 2.5.1...2.5.2
2.5.1
What's Changed
- added template test by @AlexGalichenko in #303
- fixed issue with improper skipping logic by @AlexGalichenko in #321
Full Changelog: 2.5.0...2.5.1
2.5.0
What's Changed
- added capability to provide
softly
modifier to perform soft validations by @AlexGalichenko in #294
Full Changelog: 2.4.0...2.5.0
2.4.0
What's Changed
- added capability to define
Template
by @AlexGalichenko in #247 - added
BeforeExecution
andAfterExecution
hooks by @AlexGalichenko in #252
Full Changelog: 2.3.0...2.4.0
2.3.0
What's Changed
- added capability to define Fixture by @AlexGalichenko in #243
Full Changelog: 2.2.0...2.3.0
2.2.0
What's Changed
- Workflow v2 by @ALegchilov in #198
- added memory value parameter type (#192) by @AlexGalichenko in #193
- improved ServiceHandler to use existing config instead of re-reading by @AlexGalichenko in #223
- added capability to pass memory path as string by @AlexGalichenko in #231
Full Changelog: 1.0.0...2.2.0