Skip to content

Releases: gotomicro/eapi

v0.4.6

21 Nov 12:43
d58efe7
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @kl7sn made their first contribution in #67

Full Changelog: v0.4.5...v0.4.6

v0.4.5

06 Apr 08:28
Compare
Choose a tag to compare
  • fix: method handler 不能解析

Full Changelog: v0.4.4...v0.4.5

v0.4.4

20 Mar 08:42
b9f659d
Compare
Choose a tag to compare

What's Changed

  • feat(plugin/gin): support for ctx.BindUri(), ctx.ShouldBindUri() #51 by @link-duan in #64

Full Changelog: v0.4.3...v0.4.4

v0.4.3

15 Mar 09:51
e1271d6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.2...v0.4.3

v0.4.2

02 Mar 02:40
Compare
Choose a tag to compare
  • 支持通过编写 JS 插件生成代码 #62

Full Changelog: v0.3.0...v0.4.2

v0.3.0

22 Feb 10:26
73ae9f7
Compare
Choose a tag to compare

What's Changed

  • feat: 支持解析 Go 泛型 by @link-duan in #59
  • feat: 优先使用 @description 作为接口和类型的描述,否则默认使用普通注释文本 by @link-duan in #60
  • feat: 支持将配置的统一相应格式解析为泛型并生成代码 by @link-duan in #61
  • fix: 修复解析 map 值类型时解析失败的情况; 修复解析字面值失败的情况 by @link-duan in #61

Full Changelog: v0.2.19...v0.3.0

v0.2.19

20 Feb 10:27
Compare
Choose a tag to compare
  • fix: axios generator 生成方法参数顺序

Full Changelog: v0.2.18...v0.2.19

v0.2.18

20 Feb 10:13
Compare
Choose a tag to compare
  • support for axios generator

Full Changelog: v0.2.17...v0.2.18

v0.2.17

20 Feb 08:01
Compare
Choose a tag to compare

What's Changed

  • feat: supports for BindJSON,BindXML,BindYAML,BindTOML,BindUri,BindHeader by @link-duan in #58
  • 注解解析逻辑优化
    • 优先使用注册路由处的注解
    • 优先使用 @description 注解的内容作为接口描述
    • 不再使用注释第一行作为默认的接口 summary

Full Changelog: v0.2.16...v0.2.17

v0.2.16

20 Feb 03:26
5fa52ef
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.15...v0.2.16