Skip to content

Releases: k-yomo/fixtory

v2.0.0

16 Mar 10:55
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v2.0.0

v0.1.2

20 Oct 06:37
b15066f
Compare
Choose a tag to compare

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

28 Sep 05:36
20e0713
Compare
Choose a tag to compare

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

09 Sep 13:46
49fb370
Compare
Choose a tag to compare

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

08 Mar 04:13
Compare
Choose a tag to compare

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

07 Sep 01:59
Compare
Choose a tag to compare

Changelog

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

v0.0.9

05 Sep 10:46
Compare
Choose a tag to compare

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

20 Aug 14:31
Compare
Choose a tag to compare

Changelog

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

v0.0.7

18 Aug 12:38
Compare
Choose a tag to compare

Changelog

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

v0.0.6

11 Aug 02:59
Compare
Choose a tag to compare

Changelog

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