Releases: FollowTheProcess/test
Releases · FollowTheProcess/test
v0.15.0
Changes
- Sync: synced file(s) with FollowTheProcess/.github (#37) @FollowTheProcess
- Sync: synced file(s) with FollowTheProcess/.github (#36) @FollowTheProcess
- Sync: synced file(s) with FollowTheProcess/.github (#35) @FollowTheProcess
🚀 Features
- Add comment context onto more functions (#40) @FollowTheProcess
- Include line comments in failure messages (#39) @FollowTheProcess
🔨 Refactoring
- Use a failure struct to reduce complex string templating (#38) @FollowTheProcess
v0.14.0
v0.13.0
Changes
💥 Breaking Changes
- No longer compare unexported struct fields (#32) @FollowTheProcess
🚀 Features
- Improve the output from test functions (#33) @FollowTheProcess
🔨 Refactoring
- Refactor tests to table driven (#32) @FollowTheProcess
v0.12.1
Changes
- No changes
v0.12.0
Changes
💥 Breaking Changes
- test.File: No longer use relative path to testdata (#30) @FollowTheProcess
🔥 Removals and Deprecations
- test.File: No longer use relative path to testdata (#30) @FollowTheProcess
📚 Documentation
- Fix Ok example (#31) @FollowTheProcess
v0.11.1
Changes
- No changes
v0.11.0
Changes
💥 Breaking Changes
- Remove context arg from Ok and Err (#29) @FollowTheProcess
🔥 Removals and Deprecations
- Remove context arg from Ok and Err (#29) @FollowTheProcess
v0.10.1
Changes
- No changes
v0.10.0
Changes
💥 Breaking Changes
- Fix order of arguments passed to File (#28) @FollowTheProcess
🚀 Features
- Fix order of arguments passed to File (#28) @FollowTheProcess
👷 Continuous Integration
- Update golangci-lint (#27) @FollowTheProcess
- Swap Makefile for Taskfile (#24) @FollowTheProcess
📦 Dependencies
- Bump golangci/golangci-lint-action from 5 to 6 (#26) @dependabot
- Bump golangci/golangci-lint-action from 4 to 5 (#25) @dependabot
- Upgrade to Go 1.22 (#23) @FollowTheProcess
- Bump golangci/golangci-lint-action from 3 to 4 (#22) @dependabot
- Bump release-drafter/release-drafter from 5 to 6 (#21) @dependabot
- Bump codecov/codecov-action from 3 to 4 (#20) @dependabot
v0.9.0
Changes
🚀 Features
- Add a CaptureOutput function to trap stdout and stderr (#18) @FollowTheProcess
🚨 Testing
- Name test cases for easier debugging (#17) @FollowTheProcess
📚 Documentation
- Ensure we have a README section for output capture (#19) @FollowTheProcess