All Versions
66
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v1.69 Changes
- โ Add support for file assertions
shouldContainLineWithString
andshouldNotContainLineWithString
| Issue | PR | thanks to @priyaaank
- โ Add support for file assertions
-
v1.68 Changes
- ๐ Move more Assertions to support
assertSoftly
and the IntelliJ Compare window - ๐ Support diffs in IntelliJ (Compare window) | Issue | PR | thanks to @drcolombo
- ๐ Move more Assertions to support
-
v1.67 Changes
- Further improve assertSoftly compatibility | Issue | PR | thanks to @piotrb5e3
-
v1.66 Changes
- ๐ Fix exceptions failing silently with
assertSoftly
| Issue | PR | thanks to @piotrb5e3
- ๐ Fix exceptions failing silently with
-
v1.65 Changes
- โ Add soft assertions (
assertSoftly
) | Docs | Issue | PR | thanks to @drcolombo - ๐ Various bug fixes in Equivalency functionality and message formatting | PR | thanks to @drcolombo
- ๐ New assertion
shouldBeEqualToIgnoringCase
forChar[Sequence]
| PR | thanks to @drcolombo - ๐ฅ BREAKING Remove mocking feature | Issue | PR | thanks to @jleidgens for reporting and @drcolombo for fixing
- โ Add soft assertions (
-
v1.64 Changes
- โ Add shouldBeEquivalentTo and shouldNotBeEquivalentTo | Docs | PR | thanks to @drcolombo
-
v1.61 Changes
- โ Add
shouldBeAfter
andshouldBeBefore
forInstant
| Issue | PR | thanks to @samneirinck
- โ Add