Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 4.55 KB

CHANGELOG.md

File metadata and controls

53 lines (39 loc) · 4.55 KB

Changelog

v0.8.0 (2023-11-15)

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)

v0.5.0 (2019-04-08)

  • Replace TrimLeft and TrimRight with TrimPrefix and TrimSuffix #12 (mizzy)

v0.4.0 (2019-04-01)

  • Use go/packages instead of go/loader #11 (mizzy)
  • Disable golint temporary #10 (mizzy)

v0.3.0 (2019-03-12)

v0.2.0 (2019-01-29)