Skip to content

Releases: qavajs/core

2.8.1

03 Oct 15:27
da3f3e6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.8.0...2.8.1

2.8.0

03 Oct 08:05
2a621d5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.7.0...2.8.0

2.7.0

11 Sep 15:10
2cf2125
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.6.0...2.7.0

2.6.0

25 Aug 09:06
ebb414e
Compare
Choose a tag to compare

What's Changed

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

03 Jul 12:04
f347616
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.5.1...2.5.2

2.5.1

30 Jun 12:34
585d4c2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.5.0...2.5.1

2.5.0

28 Apr 15:49
577470a
Compare
Choose a tag to compare

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

16 Feb 13:50
1f62a88
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.3.0...2.4.0

2.3.0

30 Jan 10:06
e5601b7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.0...2.3.0

2.2.0

07 Jan 10:04
2337b56
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...2.2.0