Skip to content

Latest commit

 

History

History
124 lines (43 loc) · 3.82 KB

CHANGELOG.md

File metadata and controls

124 lines (43 loc) · 3.82 KB

6.0.0 (2023-08-12)

5.0.0 (2022-09-01)

4.0.0 (2022-05-25)

Bug Fixes

  • sdk: convert non-string types to strings in headers (1e88ec9)

Code Refactoring

  • api: remove axios dependency (5abcce3)

BREAKING CHANGES

  • api: Users now needs to choose their own client.

3.0.1 (2021-12-02)

Bug Fixes

  • sdk: export correct sdk name (9d33cf1)

Features

  • options: allow to generate only uri/request params (bf54dcd)

3.0.0 (2021-10-19)

Features

  • types: better handling of OpenAPI components (78ee269)

2.2.0 (2021-07-28)

Features

  • types: export API and Components types (0f36a2f), closes #7

2.1.0 (2021-06-25)

Bug Fixes

  • ts: fix ts errors in code and generated code (26332c7)

Features

  • api: allow to filter statuses to only generate subpart of responses (30eda25)

2.0.3 (2021-04-10)

2.0.2 (2020-12-01)

Bug Fixes

  • types: fix headers types (55fcb3f)

2.0.1 (2020-10-26)

Bug Fixes

2.0.0 (2020-10-02)

Bug Fixes

  • docs: fix doc typings and add more infos (e84d88e)
  • jsdocs: fix JSDocs generation (2a7ba53)

Code Refactoring

  • options: add new options (dfa6ffb), closes #1

BREAKING CHANGES

  • options: The second argument of the generator is now an option object

1.0.0 (2020-09-04)

Features

  • core: first working version (45c1617)