Releases: FollowTheProcess/test
Releases · FollowTheProcess/test
v0.20.2
Changes
- Refresh golangci-lint config (#56) @FollowTheProcess
📦 Dependencies
- Bump github.com/FollowTheProcess/hue from 0.2.0 to 0.3.1 (#57) @dependabot[bot]
v0.20.1
Changes
- No changes
v0.20.0
Changes
🚀 Features
- Use hue for colouring (#55) @FollowTheProcess
📦 Dependencies
- Bump github.com/FollowTheProcess/snapshot from 0.2.0 to 0.3.0 (#54) @dependabot
v0.19.2
v0.19.1
Changes
👷 Continuous Integration
- Use my new Go CI workflow (#51) @FollowTheProcess
🔨 Refactoring
- Move to fatih/color for proper colouring (#52) @FollowTheProcess
v0.19.0
Changes
💥 Breaking Changes
- Big refresh (#49) @FollowTheProcess
- Remove
test.Data
as the go command changes directory to the package anyway so simply the string"testdata"
achieves the same goal - Replace
test.Diff
which used google/cmp with a simple string diff implementation, also providetest.DiffBytes
. Code that usestest.Diff
to get a generic diff of any type should make use ofreflect.DeepEqual
or use google/cmp directly - Remove
test.File
as it's intended functionality is far better served by https://github.com/FollowTheProcess/snapshot now
- Remove
v0.18.0
Changes
🚀 Features
- Support
$NO_COLOR
and$FORCE_COLOR
(#48) @FollowTheProcess
📦 Dependencies
- Bump golang.org/x/tools from 0.27.0 to 0.28.0 (#47) @dependabot
- Bump codecov/codecov-action from 4 to 5 (#46) @dependabot
v0.17.1
Changes
- No changes
v0.17.0
v0.16.0
Changes
- Sync: synced file(s) with FollowTheProcess/.github (#42) @FollowTheProcess
- Sync: synced file(s) with FollowTheProcess/.github (#41) @FollowTheProcess
🚀 Features
- Colourise diffs in
test.File
(#43) @FollowTheProcess