Skip to content

Releases: ardatan/feTS

July 14, 2023

14 Jul 10:38
69fbd87
Compare
Choose a tag to compare

[email protected]

Patch Changes

July 13, 2023

13 Jul 11:05
82d2d04
Compare
Choose a tag to compare

[email protected]

Patch Changes

July 13, 2023

13 Jul 09:17
c02c27f
Compare
Choose a tag to compare

[email protected]

Minor Changes

  • #223
    6217215
    Thanks @kylem123! - Altered logic on get query params to return
    undefined when optional prop is missing or the empty string

  • #317
    77d1b25
    Thanks @beerose! - Remove Mutable from the public API

Patch Changes

July 12, 2023

12 Jul 14:01
daeb52a
Compare
Choose a tag to compare

[email protected]

Patch Changes

July 11, 2023

11 Jul 12:13
99e970c
Compare
Choose a tag to compare

[email protected]

Patch Changes

  • #307
    d15afe4
    Thanks @ardatan! - Respect security schemes and definitions in the
    request parameters (Authorization header for OAuth etc)

July 09, 2023

09 Jul 13:49
3badd2b
Compare
Choose a tag to compare

[email protected]

Minor Changes

  • bb0b70b
    Thanks @ardatan! - BREAKING: Use NormalizeOAS to normalize
    imported const schema type instead of `Mutable`

Patch Changes

  • bb0b70b
    Thanks @ardatan! - Client: infer types from path parameters
    automatically

July 02, 2023

02 Jul 16:53
859469f
Compare
Choose a tag to compare

[email protected]

Patch Changes

June 22, 2023

22 Jun 10:32
da003ec
Compare
Choose a tag to compare

[email protected]

Patch Changes

June 19, 2023

19 Jun 14:25
4e872f1
Compare
Choose a tag to compare

[email protected]

Patch Changes

June 15, 2023

15 Jun 11:34
2c2d0df
Compare
Choose a tag to compare

[email protected]

Patch Changes

  • #251
    7979639
    Thanks @ardatan! - Client;

    • No more optional for each request parameter object, make them required if they are in OAS
    • Now endpoint is required if OAS has servers.url in createClient options

    Server;

    • requestBody is now required in the generated OAS
  • #251
    7979639
    Thanks @ardatan! - dependencies updates: