Skip to content

Releases: go-generalize/api_gen

v2.13.1

28 May 17:13
@54m 54m
c511235
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump golang.org/x/text from 0.3.7 to 0.3.8 in /pkg/server/testdir by @dependabot in #368
  • build(deps): bump goreleaser/goreleaser-action from 4.1.0 to 4.2.0 by @dependabot in #363
  • build(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 in /e2e by @dependabot in #364
  • build(deps): bump golang.org/x/text from 0.3.7 to 0.3.8 by @dependabot in #365
  • build(deps): bump golang.org/x/text from 0.3.7 to 0.3.8 in /e2e by @dependabot in #367
  • build(deps): bump golang.org/x/text from 0.3.7 to 0.3.8 in /samples by @dependabot in #366
  • build(deps): bump actions/checkout from 2 to 3 by @dependabot in #369
  • build(deps): bump actions/cache from 2.1.7 to 3.2.6 by @dependabot in #370
  • build(deps-dev): bump webpack from 5.70.0 to 5.76.0 in /e2e by @dependabot in #373
  • build(deps): bump actions/setup-go from 3 to 4 by @dependabot in #374
  • build(deps): bump golang.org/x/crypto from 0.0.0-20210817164053-32db794688a5 to 0.1.0 in /samples by @dependabot in #371
  • build(deps): bump golang.org/x/net from 0.0.0-20211015210444-4f30a5c0130f to 0.7.0 in /pkg/server/testdir by @dependabot in #376
  • build(deps): bump golang.org/x/net from 0.0.0-20220722155237-a158d28d115b to 0.7.0 in /samples by @dependabot in #372
  • build(deps): bump golang.org/x/net from 0.0.0-20211015210444-4f30a5c0130f to 0.7.0 in /e2e by @dependabot in #377
  • build(deps): bump golang.org/x/crypto from 0.0.0-20210817164053-32db794688a5 to 0.1.0 in /e2e by @dependabot in #378
  • build(deps): bump nanasess/setup-chromedriver from 1.1.0 to 2.0.0 by @dependabot in #379
  • build(deps): bump github.com/spf13/cobra from 1.6.1 to 1.7.0 by @dependabot in #380
  • build(deps): bump golang.org/x/sync from 0.1.0 to 0.2.0 by @dependabot in #381

Full Changelog: v2.13.0...v2.13.1

v2.13.0

16 Jan 09:31
@54m 54m
c99e7f1
Compare
Choose a tag to compare

What's Changed

  • TS クライアントの MiddlewareContext に statusCode を追加 by @huequica in #360

Full Changelog: v2.12.0...v2.13.0

v2.12.0

13 Jan 04:34
@54m 54m
3eef668
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump decode-uri-component from 0.2.0 to 0.2.2 in /e2e by @dependabot in #351
  • build(deps): bump got and @webpack-cli/generators in /e2e by @dependabot in #352
  • ドキュメント更新 by @myazakky in #348
  • build(deps): bump goreleaser/goreleaser-action from 3.2.0 to 4.1.0 by @dependabot in #354
  • ResponseやRequestの構造体のフィールドが空なとき、resp.text()を1回だけ実行する by @chun37 in #357
  • Fix dependencies by @54m in #358

New Contributors

Full Changelog: v2.11.0...v2.12.0

v2.11.0

22 Nov 11:54
@54m 54m
faabb20
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump github.com/spf13/cobra from 1.6.0 to 1.6.1 by @dependabot in #347
  • Fix swaggo get doc by @54m in #350

Full Changelog: v2.10.0...v2.11.0

v2.10.0

24 Oct 12:40
@54m 54m
723c427
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.0 by @dependabot in #341
  • build(deps): bump nanasess/setup-chromedriver from 1.0.8 to 1.1.0 by @dependabot in #342
  • build(deps): bump goreleaser/goreleaser-action from 3.1.0 to 3.2.0 by @dependabot in #343
  • goクライアントコードにcontextを対応させる #345 by @54m in #346

Full Changelog: v2.9.1...v2.10.0

v2.9.1

07 Oct 07:37
@54m 54m
dd7bee7
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump github.com/google/go-cmp from 0.5.8 to 0.5.9 by @dependabot in #335
  • build(deps): bump github.com/labstack/echo/v4 from 4.6.3 to 4.9.0 in /samples by @dependabot in #338
  • build(deps): bump github.com/labstack/echo/v4 from 4.7.2 to 4.9.0 in /pkg/server/testdir by @dependabot in #337
  • build(deps): bump github.com/labstack/echo/v4 from 4.7.2 to 4.9.0 in /e2e by @dependabot in #336
  • Update go mod by @54m in #340

Full Changelog: v2.9.0...v2.9.1

v2.9.0

08 Sep 07:26
41e5735
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump terser from 5.12.1 to 5.14.2 in /e2e by @dependabot in #326
  • build(deps): bump nanasess/setup-chromedriver from 1.0.7 to 1.0.8 by @dependabot in #329
  • build(deps): bump moment from 2.29.2 to 2.29.4 in /e2e by @dependabot in #327
  • build(deps): bump goreleaser/goreleaser-action from 3.0.0 to 3.1.0 by @dependabot in #332
  • build(deps): bump ejs and @webpack-cli/generators in /e2e by @dependabot in #331
  • afterMiddlewareでレスポンスヘッダを取得できるようにする #333 by @moezakura in #334

Full Changelog: v2.8.0...v2.9.0

v2.8.0

07 Jul 23:20
bae2eef
Compare
Choose a tag to compare

Changelog

v2.7.0

25 Jun 18:05
@54m 54m
73c493e
Compare
Choose a tag to compare

Changelog

  • 73c493e Merge pull request #320 from go-generalize/issue/174

v2.6.9

28 Apr 18:36
@54m 54m
03d2470
Compare
Choose a tag to compare

Changelog

  • 03d2470 Merge pull request #315 from go-generalize/issue/314