All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.8.0 (2024-06-05)
- 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)
- failing test (6db46f5)
2.7.2 (2023-11-21)
2.7.1 (2023-10-20)
- failing test (6db46f5)
2.7.0 (2023-05-09)
- added coupon code feature support to the SDK.
- Refactored
apiCall
function to consider pangea version. - add
silent
config option (8701c17)
- 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)
- add
silent
config option (8701c17)
- ensure configured log level is set post-initialization (d8bffda)
2.5.3 (2022-09-15)
- change store-order-recipient schema to only validate member.Id field to be string or number
2.5.2 (2022-03-01)
- upgrade core packages with known vulnerabilities
- switch to Node v12 for development
- fix new lint errors (following development dependency upgrades)
2.5.1 (2021-07-08)
2.5.0 (2021-03-02)
2.4.1 (2021-01-22)
2.4.0 (2021-01-19)
2.3.0 (2021-01-05)
- 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)
- perf: make all create order calls directly to global API (177bb4b)
- make config errors more descriptive (d62ffd8)
2.1.0 (2020-10-27)
- redact PII in log output (2d29b71)
2.0.0 (2020-10-21)
1.3.2 (2020-10-16)
1.3.1 (2020-10-14)
1.3.0 (2020-10-09)
- 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
- add
1.2.0 (2020-09-24)
1.1.0 (2020-09-16)
- add order-recipients module with
storeOrderRecipient
andgetOrderRecipient
methods (5f77bbe; f1e5941) - add new
piiServerUrl
configuration property (0f306f5) - add new
acceptedLocales
configuration property (required for programs usingpiiServerUrl
) (713169e)
1.0.2 (2020-04-17)
1.0.1 (2019-12-17)
- remove License section from the README (dd71c73)
1.0.0 (2019-12-05)
- tweak public API and overhaul library docs PAN-2721 (d271cc0)
- package.json to reduce vulnerabilities (df285dc)