What's Changed
Breaking Changes 🛠
Donations has moved
The Checkout Donations endpoint, which was previously on the PaymentsApi
, has been moved to its own service called DonationsApi
.
add query parameters to function arguments
Previously these had to be sent through the requestOptions
argument. We now have added function arguments, which is less prone to mistakes, and clearly indicates all the options.
This does mean that current implementations using requestOptions
for query parameters have to be adjusted slightly to accommodate for these new function parameters.
- add query parameters to function arguments by @wboereboom in #1304
Other Changes 🖇️
- Auto format workflow by @michaelpaul in #1294
- Create a new class for library constants by @AlexandrosMor in #1298
- Update npmpublish.yml by @jillingk in #1296
- add deserialization test and update readme with deserialization example by @wboereboom in #1306
- chore(deps): update dependency nock to v13.4.0 by @renovate in #1282
- chore(deps): update github/codeql-action action to v3 by @renovate in #1300
- chore(deps): update dependency acorn to v8.11.3 by @renovate in #1305
- chore(deps): update dependency eslint to v8.56.0 by @renovate in #1280
- Delete obsolete github workflows by @wboereboom in #1314
- chore(deps): update dependency nock to v13.5.1 by @renovate in #1309
- chore(deps): update dependency dotenv to v16.4.1 by @renovate in #1310
- Update all services by @AdyenAutomationBot in #1316
- Release v16.0.0 by @AdyenAutomationBot in #1297
Full Changelog: v15.1.0...v16.0.0