Skip to content

Latest commit

 

History

History
136 lines (59 loc) · 5.39 KB

CHANGELOG.md

File metadata and controls

136 lines (59 loc) · 5.39 KB

3.3.0 (2024-02-15)

Features

  • Add $withBaseUrl method (86714ae)

3.2.1 (2024-02-02)

Bug Fixes

3.2.0 (2024-01-22)

Features

3.1.2 (2024-01-16)

Bug Fixes

  • Format codebase (bc89a2d)
  • Handle Set and Map in query transport (3c1f769)

3.1.1 (2024-01-07)

Bug Fixes

  • Do not attempt to consume response body twice (6b86bd0)

3.1.0 (2024-01-07)

Features

  • Use fetch, add documentation and made autoInit optional (#11) (1d6ffb9)

3.0.1 (2024-01-05)

Bug Fixes

  • Do not send values that are null or undefined (#10) (742bac0)

3.0.0 (2024-01-02)

Features

  • Prefix all internal methods with $ to avoid name clashes (#9) (0f9d6d6)

BREAKING CHANGES

  • We generate methods names which can be named anything

2.0.1 (2023-12-13)

Bug Fixes

2.0.0 (2023-12-12)

Features

  • Refactored to seperate request from client (#8) (029f573)

BREAKING CHANGES

  • Refactoring to make it possible to interact with request

1.1.2 (2023-10-18)

Bug Fixes

  • Change dates to numbers when serializing (#6) (c321c7f)

1.1.1 (2023-09-14)

Bug Fixes

  • Change execute into a generic function (8f05dec)

1.1.0 (2023-06-18)

Features

  • Token change to trigger version (213fe77)

1.0.4 (2023-06-17)

Bug Fixes

  • Handle complex body arguments (#3) (b48c21a)

1.0.3 (2023-06-16)

Bug Fixes

  • Added types and JSON parsing to client (081a4d9)

1.0.2 (2023-06-11)

Bug Fixes

1.0.1 (2023-06-09)

Bug Fixes

1.0.0 (2023-06-09)

Features