Releases: FollowTheProcess/test
Releases · FollowTheProcess/test
v0.8.0
Changes
🚀 Features
- Add NearlyEqual for floating point comparison (#16) @FollowTheProcess
🚨 Testing
- Cover missing file case (#14) @FollowTheProcess
📦 Dependencies
- Bump actions/setup-go from 4 to 5 (#15) @dependabot
v0.7.0
Changes
🚀 Features
- Add a test.File function for comparing expected file contents (#12) @FollowTheProcess
📚 Documentation
- Add README entry about test.File (#13) @FollowTheProcess
v0.6.0
Changes
🚀 Features
- Add a function to easily retrieve the path to the testdata directory (#11) @FollowTheProcess
v0.5.0
Changes
💥 Breaking Changes
- Rename ErrIsWanted -> WantErr (#10) @FollowTheProcess
🚀 Features
- Rename ErrIsWanted -> WantErr (#10) @FollowTheProcess
v0.4.0
Changes
🚀 Features
- Add an optional context for Ok and Err (#9) @FollowTheProcess
📚 Documentation
- Add a local docs rendering command (#8) @FollowTheProcess
v0.3.1
Changes
📦 Dependencies
- Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 (#7) @dependabot
- Bump crazy-max/ghaction-github-labeler from 4 to 5 (#6) @dependabot
- Bump actions/checkout from 3 to 4 (#5) @dependabot
v0.3.0
v0.2.0
Changes
🚀 Features
- Add test.Err and clean up tests (#2) @FollowTheProcess
📚 Documentation
- Update README showing test.Err (#3) @FollowTheProcess
📦 Dependencies
- Upgrade to Go 1.21 (#1) @FollowTheProcess