Skip to content

Releases: redfin/validity

VerifiableFactory had wrong visiblity

03 Dec 09:36
Compare
Choose a tag to compare

The verifiable factory class had the wrong visibility. This fixes that so we can all see what we need to see.

Removed assertion methods

03 Dec 07:57
Compare
Choose a tag to compare

The methods from before for using the library as an assertion framework have been removed to allow assertions and assumptions to be cleanly added without polluting the dependency chain for production use of validation. A different library will be used to add those few configuration of the Validity library instead.

Initial full release

03 Nov 21:00
Compare
Choose a tag to compare

This is the initial full (non-beta) release. We have fixed some issues with some tests, gotten to full unit test coverage, renamed verifies() to requires() because we liked it better and made everything about 1.5% more awesome.

Comparable fixes and polish

08 Oct 04:46
Compare
Choose a tag to compare
Pre-release

Fixes some inconsistencies with comparable verifiable and how they dealt with null arguments.

First release to maven central

04 Oct 21:10
Compare
Choose a tag to compare
Pre-release

Updated the pom files to allow for deployment of this release to maven central.

Initial beta release

04 Oct 20:15
Compare
Choose a tag to compare
Initial beta release Pre-release
Pre-release

Initial beta release of the Validity library.