v0.8.0 (2023-11-15)
- exampleに
/v1/people/all
を追加する。 #55 (seipan) - 配列型のjsonのレスポンスチェックに対応させる #53 (seipan)
- Bump golang.org/x/text from 0.3.2 to 0.3.8 #31 (dependabot[bot])
- Update module golang.org/x/tools to v0.13.0 #40 (renovate[bot])
- Update module github.com/spf13/afero to v1.9.5 #37 (renovate[bot])
- 依存関係の更新 #48 (takanakahiko)
- Update module github.com/urfave/cli to v2 #44 (renovate[bot])
- Update module github.com/urfave/cli to v1.22.14 #39 (renovate[bot])
- Update actions/checkout action to v4 #42 (renovate[bot])
- Update module gopkg.in/yaml.v2 to v3 #45 (renovate[bot])
- Update actions/setup-go action to v4 #43 (renovate[bot])
- Update module github.com/gorilla/mux to v1.8.0 #36 (renovate[bot])
- Configure Renovate #35 (renovate[bot])
- Bump gopkg.in/yaml.v2 from 2.2.2 to 2.2.8 #30 (dependabot[bot])
- Update go modules #29 (mizzy)
v0.7.0 (2020-10-30)
- Access nested data with register #27 (takanakahiko)
- Test on GitHub Actions #26 (takanakahiko)
- Support form and raw type request body #22 (p1ass)
- Fix variable name from vars to atgenVars #24 (p1ass)
- Change to use format.Node when writing generated code #23 (p1ass)
- Generate http request body in Atgen #21 (p1ass)
- Fix to replace status to atgenStatus for placeholder #19 (p1ass)
- Add Atgen prefix before functions and variables replaced by atgen #18 (p1ass)
v0.6.0 (2019-05-13)
- Cache results of packges.Load() to shorten execution time #14 (mizzy)
- Remove RouterFuncs of Generator struct #13 (mizzy)