Fixtory Versions Save

Type-safe, DRY, flexible test fixture factory based on Go 1.18+ Generics

v2.0.0

2 years ago

What's Changed

Full Changelog: https://github.com/k-yomo/fixtory/compare/v0.1.2...v2.0.0

v0.1.2

2 years ago

Changelog

6eb9bc3 Fix trying to create empty dir when only file name is set for the output 5298481 Format imports 756465b Merge branch 'master' into fix-output-bug c2e014a Merge pull request #15 from k-yomo/refactor-error-handling b15066f Merge pull request #17 from k-yomo/fix-output-bug db53266 Replace xerrors

v0.1.1

2 years ago

Changelog

d575c51 Bump codecov/codecov-action from 2.0.3 to 2.1.0 fdea87d Bump github.com/fatih/color from 1.12.0 to 1.13.0 4377232 Bump golang.org/x/mod from 0.5.0 to 0.5.1 6fd61c8 Fix naming conflict between variable name and package name eaf741a Merge pull request #11 from k-yomo/dependabot/github_actions/codecov/codecov-action-2.1.0 7c910f0 Merge pull request #12 from k-yomo/dependabot/go_modules/github.com/fatih/color-1.13.0 7b5a28b Merge pull request #13 from k-yomo/dependabot/go_modules/golang.org/x/mod-0.5.1 20e0713 Merge pull request #14 from k-yomo/fix-naming-conflict

v0.1.0

2 years ago

Changelog

2780ce8 Add dependabot 9220a4c Add golangci-lint 192d4db Add lint and matrix-test to CI e8d1e1a Bump codecov/codecov-action from 1 to 2.0.2 18c05ef Bump codecov/codecov-action from 2.0.2 to 2.0.3 d550521 Fix format 9c28650 Fix import bug happened when the package name is same as th target package 49fb370 Merge pull request #10 from k-yomo/fix-missing-package-name b103ac9 Merge pull request #2 from k-yomo/fix-ci f093589 Merge pull request #3 from k-yomo/dependabot/github_actions/codecov/codecov-action-2.0.2 cfbe6c0 Merge pull request #7 from k-yomo/update-versions efe6206 Merge pull request #8 from k-yomo/dependabot/github_actions/codecov/codecov-action-2.0.3 aab715b Update go and dependent modules

v0.0.11

3 years ago

Changelog

d3ca89e Make it work to embed version efc3bce Move reflectutil back to fixtory package 03a2601 Move reflectutil into pkg directory baa10e4 Tweak receiver name 4200b7d Update go version and action version used in CI

v0.0.10

3 years ago

Changelog

a1388d8 Colorize code in README 82389ec Fix too many change logs at release

v0.0.9

3 years ago

Changelog

0f9dec1 Fix bug that Build() does not reset builder's build count used for mapping EachParam() 605be65 Make not publically used functions private 0956890 Update version of goreleaser b86d0a2 Fix installation command

v0.0.8

3 years ago

Changelog

885e100 Create directories if the parent directories of output path not found

v0.0.7

3 years ago

Changelog

dba9518 Fix bug that struct is not imported correctly when file generate another directory

v0.0.6

3 years ago

Changelog

1585533 Fix error to find go.mod if targetDir is '.'