Skip to content

Commit 577470a

Browse files
added capability to provide softly modifier to perform soft validations (#294)
* added capability to provide `softly` modifier to perform soft validations
1 parent 1f62a88 commit 577470a

File tree

4 files changed

+417
-379
lines changed

4 files changed

+417
-379
lines changed

CHANGELOG.MD

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
1010
:pencil: - chore
1111
:microscope: - experimental
1212

13+
## [2.5.0]
14+
- :rocket: added capability to provide `softly` modifier to perform soft validations
15+
```gherkin
16+
Then I expect '$variable' to softly equal '42'
17+
```
18+
1319
## [2.4.0]
1420
- :microscope: introduced `BeforeExecution` and `AfterExecution` hooks
1521

0 commit comments

Comments
 (0)