Skip to content

Latest commit

 

History

History
215 lines (91 loc) · 7.53 KB

CHANGELOG.md

File metadata and controls

215 lines (91 loc) · 7.53 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.2.4 (2024-03-20)

Bug Fixes

  • request: CHECKOUT-8092 Fix typo (63e1040)
  • request: CHECKOUT-8092 Update test (c7cfe44)

1.2.3 (2024-03-05)

Bug Fixes

  • request: CHECKOUT-8092 Check if request is made from same domain (7491e8a)

1.2.2 (2024-01-17)

Bug Fixes

  • common: FE-00 Update typescript config to remove sourcemap generation (8381ece)
  • upgrade @types/js-cookie from 2.2.6 to 2.2.7 (b6b86b8)

1.2.1 (2022-06-28)

Bug Fixes

  • common: FE-00 Update typescript config to remove sourcemap generation (8381ece)

1.2.0 (2020-07-13)

Features

Bug Fixes

  • common: CHP-00 remove esm folder on prebuild (90b7258)

1.1.0 (2020-06-10)

Features

1.0.3 (2020-05-29)

Bug Fixes

  • common: INT-2280 Allow removal of XSRF Token for remote API call (3413456)

1.0.2 (2020-05-14)

Bug Fixes

  • common: CHP-6524 query-string@6 doesn't support older browsers (#26) (eb82d08)

1.0.1 (2020-05-07)

Bug Fixes

  • common: CHP-6487 remove explicit unknown generic types (#24) (c763526)

1.0.0 (2020-05-06)

⚠ BREAKING CHANGES

  • common: Requires typescript version 3.x.

Features

  • request: CHP-6487 change response types from any to unknown (#23) (18c0226)

  • common: CHP-6487 bump dependencies and fix breaking changes (#22) (a9f7d43)

0.5.1 (2020-04-22)

Bug Fixes

  • request: CHECKOUT-4835 Stop automatically attaching CSRF token when requesting assets (b24d0cf)

0.5.0 (2020-02-06)

Features

  • request: CHP-6278 add request option to prevent param encoding (4d13047)

0.4.0 (2019-10-07)

Features

  • request: CHP-6060 adds optional cache functionality (5f9eb73)

0.3.0 (2019-06-05)

Features

  • request: CHECKOUT-4149 Transform URL encoded content if specified in request header (512f740)

0.2.1 (2018-11-26)

Bug Fixes

  • request: CHECKOUT-3703 Only include content-type header if there is request body (cb5fc62)

0.2.0 (2018-08-30)

Features

  • request: CHECKOUT-3457 Configure RequestSender with host URL (ca6df46)

0.1.8 (2018-07-12)

0.1.7 (2018-07-05)

Bug Fixes

  • core: CHECKOUT-2899 Fix Response type (660a457)

0.1.6 (2018-07-05)

Bug Fixes

  • core: CHECKOUT-2899 Fix TS definition exports (c50836c)

0.1.5 (2018-07-05)

Bug Fixes

  • common: CHECKOUT-2899 Fix based on feedback (06dd790)

0.1.4 (2018-05-28)

Bug Fixes

  • common: CHECKOUT-3191 Fix sourcemaps by enabling inlineSources (aa05e94)

0.1.3 (2018-05-16)

0.1.2 (2018-04-04)

0.1.1 (2018-03-14)

0.1.0 (2017-12-27)

Features

  • request: CHECKOUT-2738 Add RequestSender (8c953bd)