Skip to content

Latest commit

 

History

History
199 lines (109 loc) · 11.1 KB

CHANGELOG.md

File metadata and controls

199 lines (109 loc) · 11.1 KB

Changelog

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

2.8.0 (2024-06-05)

Features

  • add getCart to membersFactory (ebbbc73)
  • add updateCart to membersFactory (6e4ecf0)

Bug Fixes

  • rename - call /cart/summary instead of /cart (MX-3892) (282ed99)
  • rename cart endpoint call for phase 1 (MX-3892) (c8d8a9c)

2.7.4 (2024-01-19)

2.7.3 (2023-12-14)

Bug Fixes

2.7.2 (2023-11-21)

2.7.1 (2023-10-20)

Bug Fixes

2.7.0 (2023-05-09)

Features

  • added coupon code feature support to the SDK.
  • Refactored apiCall function to consider pangea version.
  • add silent config option (8701c17)

Bug Fixes

  • client-ac: set correct version when calling the api (v5) (ac47b45)
  • ensure configured log level is set post-initialization (d8bffda)
  • sdk: log api call with the correct url (f8b1400)
  • sdk: not showing correct url when logging success (dbfa34b)

2.6.0 (2022-11-25)

Features

  • add silent config option (8701c17)

Bug Fixes

  • ensure configured log level is set post-initialization (d8bffda)

2.5.3 (2022-09-15)

Refactor

  • change store-order-recipient schema to only validate member.Id field to be string or number

2.5.2 (2022-03-01)

Bug fixes

  • upgrade core packages with known vulnerabilities

Refactor

  • switch to Node v12 for development
  • fix new lint errors (following development dependency upgrades)

2.5.1 (2021-07-08)

Refactor

2.5.0 (2021-03-02)

Features

Bug Fixes

2.4.1 (2021-01-22)

Bug Fixes

2.4.0 (2021-01-19)

Features

2.3.0 (2021-01-05)

Features

  • add request object to the api callback signature (#61) (0c0ed77)

Bug Fixes

  • catch all 5XX and 4XX statusCodes (#56) (637a5e8)
  • create instance of axios for PII calls MX-1388 (#57) (1ac41cf)

2.2.0 (2020-10-30)

Features

  • perf: make all create order calls directly to global API (177bb4b)
  • make config errors more descriptive (d62ffd8)

2.1.0 (2020-10-27)

Features

  • redact PII in log output (2d29b71)

2.0.0 (2020-10-21)

Bug Fixes

  • BREAKING CHANGE: refactor PII create to use Orders#create callback signature (#52) (b01a7df)

1.3.2 (2020-10-16)

Bug Fixes

  • config: fall back on defaults if init given nil prop values (#51) (d4b6fdf)

1.3.1 (2020-10-14)

Bug Fixes

  • return entire response if POST call fails (#50) (79c1440)

1.3.0 (2020-10-09)

Features

  • add config.init method, with validation (#46) (c510eb2)
  • improve logging throughout the SDK (#44) (d6bb8e1)
    • add quiet prop to SDK config
    • add missing logs to new PII methods
    • add meta data output to logs in verbose mode

Bug Fixes

1.2.0 (2020-09-24)

Features

Bug Fixes

  • add missing return from storeOrderRecipient (#38) (1269d23)

1.1.0 (2020-09-16)

Features

  • add order-recipients module with storeOrderRecipient and getOrderRecipient methods (5f77bbe; f1e5941)
  • add new piiServerUrl configuration property (0f306f5)
  • add new acceptedLocales configuration property (required for programs using piiServerUrl) (713169e)

1.0.2 (2020-04-17)

Bug Fixes

  • correct licensing issues + other tweaks (#27) (ab5ed8e)
  • remove License section (dd71c73)

1.0.1 (2019-12-17)

Bug Fixes

  • remove License section from the README (dd71c73)

1.0.0 (2019-12-05)

⚠ BREAKING CHANGES

  • tweak public API and overhaul library docs PAN-2721 (d271cc0)

Bug Fixes

  • package.json to reduce vulnerabilities (df285dc)