Releases: arcalot/go-assert
Releases · arcalot/go-assert
v1.8.0: Improved Panic Assertions
This release adds more functions for asserting that a panic has occurred. They allow validating that the value in the panic has the expected value.
Pull Requests
- Added assertions to validate the value of a panic by @jaredoconnell in #24
Full Changelog: v1.7.0...v1.8.0
1.7.0 Upgrade Golang to 1.21
What's Changed
- Update actions/cache digest to e12d46a by @platform-engineering-bot in #22
- Upgrade Golang by @mfleader in #23
New Contributors
Full Changelog: v1.6.1...v1.7.0
v1.6.1
What's Changed
- Configure Renovate by @platform-engineering-bot in #14
- Update all dependencies by @platform-engineering-bot in #18
- Update actions/checkout digest to b4ffde6 by @platform-engineering-bot in #19
- Fixed edge cases for Nil and NotNil by @jaredoconnell in #21
New Contributors
- @platform-engineering-bot made their first contribution in #14
Full Changelog: v1.6.0...v1.6.1
v1.6.0
v1.5.0
What's Changed
- Added greater/lesser equality assertions by @jaredoconnell in #15
- Added map key assertions by @jaredoconnell in #16
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
- Added clarification about behavior of panics assertion. by @jaredoconnell in #12
- Return features by @jaredoconnell in #13
- Added NotNilR
- Changed type parameterization of ErrorR
Full Changelog: v1.3.0...v1.4.0
v1.3.0: Panic and InstanceOf assertions.
What's Changed
- Added InstanceOf assertion by @jaredoconnell in #10
- Panic assertion by @jaredoconnell in #11
Full Changelog: v1.2.1...v1.3.0
1.2.1: Bugfix
What's Changed
- Fixing faulty tests and error in ErrorR by @janosdebugs in #9
Full Changelog: v1.2.0...v1.2.1
1.2.0: Error assertion
What's Changed
- Adding support for error assertion by @janosdebugs in #8
Full Changelog: v1.1.0...v1.2.0
1.1.0: Switch to deep equals
For flexibility with comparisons, this switches to deep equals.