Skip to content

Latest commit

 

History

History
319 lines (143 loc) · 14.3 KB

CHANGELOG.md

File metadata and controls

319 lines (143 loc) · 14.3 KB

Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

4.1.1 (2024-10-03)

🐛 Bug Fixes

4.1.0 (2024-06-07)

✨ New Features

4.0.0 (2024-05-31)

⚠ BREAKING CHANGES

  • FE-2118 - update the DeleteCarrierOptions path (#170)

🐛 Bug Fixes

  • FE-2118 - update the DeleteCarrierOptions path (#170) (b56fe5a)

3.9.0 (2024-04-16)

✨ New Features

3.8.1 (2024-02-14)

🐛 Bug Fixes

  • delivery-options: add same_day_delivery parameter (#160) (5207892)

3.8.0 (2024-02-09)

✨ New Features

  • add filters for system country codes (#157) (e985004)

3.7.0 (2024-02-07)

✨ New Features

3.6.0 (2024-01-04)

✨ New Features

  • add option to overwrite timeout for individual endpoints (#150) (5e81e18)

3.5.0 (2023-12-21)

✨ New Features

3.4.0 (2023-12-19)

✨ New Features

  • add private endpoints (#144) (aed019f)
  • return all content in data when no response property is defined (#145) (5b6e274)

🐛 Bug Fixes

3.3.1 (2023-10-31)

🐛 Bug Fixes

  • endpoint: remove abstract modifier from property (71526e1)

3.3.0 (2023-10-31)

✨ New Features

3.2.0 (2023-10-16)

✨ New Features

  • client: support attachment responses (#137) (0676fb5)

3.1.0 (2023-09-27)

✨ New Features

  • client: support requests without single root property (#136) (0971e36)

3.0.1 (2023-09-20)

🐛 Bug Fixes

3.0.0 (2023-03-06)

⚠ BREAKING CHANGES

  • remove constants and types and externalize dependencies (#103)

  • remove constants and types and externalize dependencies (#103) (fc06b9d)

2.11.0 (2023-02-16)

✨ New Features

  • add american and canadian states to the data (#94) (e5d5a0e)

2.10.1 (2023-01-10)

🐛 Bug Fixes

  • swap flespakket and sendmyparcel id (a660a95)

2.10.0 (2022-12-08)

✨ New Features

2.9.2 (2022-12-07)

🐛 Bug Fixes

  • shipment: add missing header to post /shipments (#31) (a2aa8ef)

2.9.1 (2022-12-01)

🐛 Bug Fixes

  • fix relative paths in type declarations (8d6cb75)

2.9.0 (2022-12-01)

✨ New Features

2.8.1 (2022-11-09)

🐛 Bug Fixes

  • shipment: change package type name to id in post data (6f06ac9)

2.8.0 (2022-10-10)

✨ New Features

  • extra check for pagination with results = 0 (#22) (820d166)

2.7.0 (2022-10-07)

✨ New Features

  • add pagination response handling (#21) (1934bb4)

2.6.0 (2022-08-24)

✨ New Features

2.5.1 (2022-08-18)

🐛 Bug Fixes

  • don't prefix path with slash if path is empty (a2de9e9)

2.5.0 (2022-08-11)

✨ New Features

  • allow passing headers and parameters to endpoints (#18) (fa4dbdb)

2.4.0 (2022-08-03)

✨ New Features

2.3.1 (2022-05-24)

🐛 Bug Fixes

  • don't send content-type with non-POST/PUT requests (#12) (cce556f)
  • handle having no response body (#13) (a621b61)

2.3.0 (2022-05-23)

🐛 Bug Fixes

  • avoid getting two slashes after base url (#10) (71b28fd)

✨ New Features

  • allow optional path variables (#11) (4f83c77), closes #7
  • allow post requests to be executed properly (#9) (c6a7aa1)

2.2.1 (2022-05-20)

🐛 Bug Fixes

  • inherit types from extended endpoints (#8) (f12bdeb)

2.2.0 (2022-05-20)

✨ New Features

  • add minified and babeled cjs bundle (#5) (d388ed2)

2.1.0 (2022-05-20)

✨ New Features

2.0.3 (2022-05-19)

🐛 Bug Fixes

2.0.2 (2022-05-19)

🐛 Bug Fixes

  • pass headers from endpoint config properly (f85ad12)

2.0.1 (2022-05-16)

🐛 Bug Fixes

  • allow extended endpoints to have any name (72240cb)

2.0.0 (2022-05-11)

⚠ BREAKING CHANGES

  • make platforms export consistent with others

🐛 Bug Fixes

  • make platforms export consistent with others (88148f8)

1.1.1 (2022-05-11)

🐛 Bug Fixes

  • fix error saying path variable is missing when using ":" in a parameter (c5800fb)

1.1.0 (2022-04-20)

✨ New Features

1.0.0 (2022-04-13)

✨ New Features