Releases: go-generalize/go-easyparser
Releases · go-generalize/go-easyparser
v0.4.1
v0.4.0
What's Changed
- build(deps): bump golang.org/x/tools from 0.5.0 to 0.6.0 by @dependabot in #32
- build(deps): bump actions/setup-go from 3 to 4 by @dependabot in #34
- build(deps): bump golang.org/x/tools from 0.6.0 to 0.7.0 by @dependabot in #33
- build(deps): bump golang.org/x/tools from 0.7.0 to 0.8.0 by @dependabot in #35
- build(deps): bump reviewdog/action-golangci-lint from 2.2.2 to 2.3.0 by @dependabot in #36
- build(deps): bump golang.org/x/tools from 0.8.0 to 0.9.1 by @dependabot in #37
- build(deps): bump reviewdog/action-golangci-lint from 2.3.0 to 2.3.1 by @dependabot in #38
- build(deps): bump golang.org/x/tools from 0.9.1 to 0.9.2 by @dependabot in #39
- build(deps): bump golang.org/x/tools from 0.9.2 to 0.9.3 by @dependabot in #40
- build(deps): bump reviewdog/action-golangci-lint from 2.3.1 to 2.3.3 by @dependabot in #43
- build(deps): bump golang.org/x/tools from 0.9.3 to 0.11.0 by @dependabot in #44
- build(deps): bump reviewdog/action-golangci-lint from 2.3.3 to 2.3.5 by @dependabot in #48
- build(deps): bump golang.org/x/tools from 0.11.0 to 0.12.0 by @dependabot in #47
- build(deps): bump golang.org/x/tools from 0.12.0 to 0.13.0 by @dependabot in #52
- build(deps): bump actions/checkout from 3 to 4 by @dependabot in #51
- build(deps): bump github.com/go-utils/gopackages from 0.0.0-20210218102646-e7d1f0008968 to 0.1.0 by @dependabot in #50
- build(deps): bump reviewdog/action-golangci-lint from 2.3.5 to 2.3.6 by @dependabot in #49
- build(deps): bump reviewdog/action-golangci-lint from 2.3.6 to 2.4.0 by @dependabot in #53
- build(deps): bump github.com/google/go-cmp from 0.5.9 to 0.6.0 by @dependabot in #55
- build(deps): bump golang.org/x/tools from 0.13.0 to 0.14.0 by @dependabot in #54
- build(deps): bump reviewdog/action-golangci-lint from 2.4.0 to 2.5.0 by @dependabot in #56
- build(deps): bump golang.org/x/tools from 0.14.0 to 0.15.0 by @dependabot in #57
- build(deps): bump actions/setup-go from 4 to 5 by @dependabot in #59
- build(deps): bump reviewdog/action-golangci-lint from 2.5.0 to 2.6.0 by @dependabot in #63
- fix: errors by @chun37 in #71
- build(deps): bump reviewdog/action-golangci-lint from 2.6.0 to 2.6.2 by @dependabot in #70
- chore: update dependencies by @chun37 in #69
- feat: add options by @chun37 in #72
New Contributors
Full Changelog: v0.3.3...v0.4.0
v0.3.3
What's Changed
- build(deps): bump golang.org/x/tools from 0.4.0 to 0.5.0 by @dependabot in #31
Full Changelog: v0.3.2...v0.3.3
v0.3.2
What's Changed
- Bump actions/setup-go from 2 to 3 by @dependabot in #13
- Bump reviewdog/action-golangci-lint from 2.1.1 to 2.1.2 by @dependabot in #14
- Bump reviewdog/action-golangci-lint from 2.1.2 to 2.1.3 by @dependabot in #15
- Bump github.com/google/go-cmp from 0.5.7 to 0.5.8 by @dependabot in #16
- Bump reviewdog/action-golangci-lint from 2.1.3 to 2.1.4 by @dependabot in #17
- Bump golang.org/x/tools from 0.1.10 to 0.1.11 by @dependabot in #18
- Bump reviewdog/action-golangci-lint from 2.1.4 to 2.1.5 by @dependabot in #19
- Bump reviewdog/action-golangci-lint from 2.1.5 to 2.1.7 by @dependabot in #22
- Bump golang.org/x/tools from 0.1.11 to 0.1.12 by @dependabot in #20
- Bump reviewdog/action-golangci-lint from 2.1.7 to 2.2.1 by @dependabot in #23
- Bump github.com/google/go-cmp from 0.5.8 to 0.5.9 by @dependabot in #24
- Bump reviewdog/action-golangci-lint from 2.2.1 to 2.2.2 by @dependabot in #25
- Defined Type な time.Time に対応 by @mopeneko in #29
- Bump golang.org/x/tools from 0.1.12 to 0.4.0 by @dependabot in #28
- Chore minor update by @54m in #30
New Contributors
Full Changelog: v0.3.1...v0.3.2
Update golang.org/x/tools
v0.3.1 Merge pull request #12 from go-generalize/dependabot/github_actions/r…
[BREAKING CHANGE] Interpret map-type as nullable
Refer to #7
This releases has a breaking change.
map[foo]bar
was interpreted as non-nullable so far, but map-types in Go is nullable.
In this release, we have made them nullable.
For example, in go2ts, map[foo]bar
will be map[foo]bar | null
.
And we added ForceMapNonNullable
flag to maintain backward compatibility.
It can maintain the current behavior.
Fix package name to easyparser
v0.2.0 Change package name to easyparser
First release
v0.1.0 Set up CI