Skip to content

Releases: neysofu/reltester

v2.0.0

27 Aug 15:20
d6209ab
Compare
Choose a tag to compare

Reltester 2.0.0 adds support for four new traits: Hash, Iterator, FusedIterator, and DoubleEndedIterator. Thus, with this major release Reltester is expanding in scope as it becomes a tool for checking trait invariants for a growing number of traits in the standard library – and who knows, maybe one day even outside of it.

Besides these feature additions, the notable breaking change from this release results from the new Error type. reltester::error::Error is now an enum with sub-error types as invariants, which allows Reltester to be more specific in function signatures about what kind of error might be returned.

v1.0.1

29 Jul 12:39
Compare
Choose a tag to compare

Reltester v1.0.1 provides no functional changes compared to v1.0.0, there's just been some improvements to docstrings and fixed typos.

Docs: https://docs.rs/reltester/1.0.1/reltester/index.html

v1.0.0

29 Jul 12:38
Compare
Choose a tag to compare

First stable release of Reltester.

Docs: https://docs.rs/reltester/1.0.0/reltester/index.html