Skip to content

Releases: vladkens/apigen-ts

v1.3.0

13 Mar 23:05

Choose a tag to compare

Features

  • Filter endpoints by path and tags when generating the client
  • AbortController support for canceling in-flight requests
  • Support for constant string types in schemas

Bug Fixes

  • Fixed compatibility with exactOptionalPropertyTypes TypeScript compiler option
  • Fixed negative numbers not being recognized in inline enums
  • Fixed early $ref in response schemas not being resolved correctly
  • Fixed nullable being ignored when combined with object properties

v1.2.1...v1.3.0


v1.2.1

15 May 01:34

Choose a tag to compare

v1.2.1

v1.2.0

09 Apr 08:36

Choose a tag to compare

  • feat: custom headers to access protected endpoints when generating #9
  • deps: update

Full Changelog: v1.1.0...v1.2.0

v1.1.0

19 Jan 00:53

Choose a tag to compare

  • Feature: option for string unions instead of enums (--inline-enums) #5
  • Dev dependencies updated

Full Changelog: v1.0.1...v1.1.0

v1.0.1

09 Nov 17:28

Choose a tag to compare

npm provenance

v1.0.0

12 Oct 19:18

Choose a tag to compare

What's Changed

  • Add option to pass headers as a function in config by @philipodev in #3
  • AdditionalProperties #1
  • Usage example with FastAPI
  • Dependencies updated

New Contributors

Full Changelog: v0.2.0...v1.0.0

v0.2.0

03 Sep 21:44

Choose a tag to compare

  • ability to build custom endpoint url #2
  • dependencies update

Full Changelog: v0.1.2...v0.2.0

v0.1.2

16 Jan 21:49

Choose a tag to compare

  • make internal interfaces public to allow override it in client code

Full Changelog: v0.1.1...v0.1.2

v0.1.1

10 Jan 00:05

Choose a tag to compare

  • fix tsc in nodejs environment
  • fix prettier config resolving in some cases
  • remove template comments from generated file
  • make output file param optional in cli: will print to stdout directly

Full Changelog: v0.1.0...v0.1.1

v0.1.0

19 Dec 23:34

Choose a tag to compare