Skip to content

Releases: go-generalize/go-easyparser

v0.3.3

13 Jan 04:19
@54m 54m
dff6976
Compare
Choose a tag to compare

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

09 Dec 08:25
@54m 54m
dc6fb9a
Compare
Choose a tag to compare

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

31 Mar 06:59
3cbd9e6
Compare
Choose a tag to compare
Merge pull request #12 from go-generalize/dependabot/github_actions/r…

…eviewdog/action-golangci-lint-2.1.1

Bump reviewdog/action-golangci-lint from 2.0.3 to 2.1.1

[BREAKING CHANGE] Interpret map-type as nullable

24 Feb 10:09
a122d65
Compare
Choose a tag to compare

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

24 Nov 06:50
Compare
Choose a tag to compare
v0.2.0

Change package name to easyparser

First release

24 Nov 06:40
Compare
Choose a tag to compare
v0.1.0

Set up CI