Skip to content

Releases: foca-js/foca-openapi

Release 2.3.4

25 Aug 15:12

Choose a tag to compare

2.3.4 (2025-08-25)

Bug Fixes

  • 布尔值在枚举类型中被解析为字符串类型 (1861a48)

Release 2.3.3

20 Jun 03:37

Choose a tag to compare

2.3.3 (2025-06-20)

Bug Fixes

  • 生成的文档注释在特定情况下可能提前结束 (0d8f63e)

Release 2.3.2

22 May 09:52

Choose a tag to compare

2.3.2 (2025-05-22)

Bug Fixes

  • 使用axios代替fetch以防止请求出错 (26dc344)

Release 2.3.1

23 Apr 14:42

Choose a tag to compare

2.3.1 (2025-04-23)

Bug Fixes

  • 修正生成模板中的可选URI格式 (59ffa65)

Release 2.3.0

19 Apr 16:27

Choose a tag to compare

2.3.0 (2025-04-19)

Features

  • 添加looseInputNumber配置,支持将number类型解析为number | string (fcd8540)

Release 2.2.0

19 Apr 12:14

Choose a tag to compare

2.2.0 (2025-04-19)

Features

  • 使用项目内的prettier配置对生成的文件进行格式化 (4f53541)

Release 2.1.1

12 Feb 07:41

Choose a tag to compare

2.1.1 (2025-02-12)

Bug Fixes

  • rest模式下生成了错误的method (e1f1437)

Release 2.1.0

02 Jan 08:26

Choose a tag to compare

2.1.0 (2025-01-02)

Features

  • 允许配置rpc方法名的生成规则 (38e55c0)

Release 2.0.2

01 Jan 04:51

Choose a tag to compare

2.0.2 (2025-01-01)

Bug Fixes

  • 未正确区分esm和cjs (9e1356e)

Release 2.0.1

01 Jan 03:35

Choose a tag to compare

2.0.1 (2025-01-01)

Bug Fixes

  • rpc-group模式下方法丢失context (c6bf3ae)
  • 未导入string命名空间 (b98a31e)