Skip to content

Releases: kapetacom/sdk-web-rest-client

v2.1.0

22 Jan 21:15

Choose a tag to compare

2.1.0 (2024-01-22)

Features

v2.0.2

16 Jan 12:59

Choose a tag to compare

2.0.2 (2024-01-16)

Bug Fixes

  • Format codebase (cc6d895)
  • Handle Set and Map in query transport (06e3932)

v2.0.1

05 Jan 13:47

Choose a tag to compare

2.0.1 (2024-01-05)

Bug Fixes

  • Do not send values that are null or undefined (#8) (857b120)

v2.0.0

02 Jan 16:00

Choose a tag to compare

2.0.0 (2024-01-02)

Features

  • Prefix all internal methods with $ to avoid name clashes (#7) (24a36fa)

BREAKING CHANGES

  • We generate methods names which can be named anything

v1.1.0

12 Dec 16:39

Choose a tag to compare

1.1.0 (2023-12-12)

Features

  • Add Request object and options to adjust requests before sending (#6) (a186ebe)

v1.0.7

18 Oct 10:55

Choose a tag to compare

1.0.7 (2023-10-18)

Bug Fixes

  • Change dates to numbers when serializing (#4) (41c3573)

v1.0.6

13 Sep 10:38

Choose a tag to compare

1.0.6 (2023-09-13)

Bug Fixes

  • Widen the type boundary for ReturnData (1c12b02)

v1.0.5

13 Sep 09:55

Choose a tag to compare

1.0.5 (2023-09-13)

Bug Fixes

  • Change execute to be a generic function (8413c61)

v1.0.4

18 Jun 19:16

Choose a tag to compare

1.0.4 (2023-06-18)

Bug Fixes

  • Only parse json if content type matches and it is non-empty (1b70c6a)

v1.0.3

18 Jun 19:13

Choose a tag to compare

1.0.3 (2023-06-18)

Bug Fixes

  • Only parse as JSON when content type is json (218d85b)