Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 2.0.0 #643

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# Changelog

## [2.0.0](https://github.com/SwedbankPay/swedbank-pay-sdk-js/compare/v1.0.0...v2.0.0) (2023-05-02)


### ⚠ BREAKING CHANGES

* upgrade node engine and modernize setup ([#467](https://github.com/SwedbankPay/swedbank-pay-sdk-js/issues/467))

### Features

* Add card models ([08ca8de](https://github.com/SwedbankPay/swedbank-pay-sdk-js/commit/08ca8de8c8016a4d56eb0663f683b4612d12389a))
* Add invoice models ([d5c0df4](https://github.com/SwedbankPay/swedbank-pay-sdk-js/commit/d5c0df40beb691422822417b4fbb11ef933627b9))
* Add mobile pay models ([f572d91](https://github.com/SwedbankPay/swedbank-pay-sdk-js/commit/f572d91cf4f8f656fa66e614fa20e82e32d667dd))
* add override for apiUrls ([7808678](https://github.com/SwedbankPay/swedbank-pay-sdk-js/commit/7808678a5305246cbf7780d11b523ee1674b61be))
* Add payment instrument models ([caa2ced](https://github.com/SwedbankPay/swedbank-pay-sdk-js/commit/caa2cedda4c82062edb2757d91e2611410f0d49b))
* Add payment orders models ([1354b13](https://github.com/SwedbankPay/swedbank-pay-sdk-js/commit/1354b1333ee450753b69213e68096bb26b03c261))
* Add shared models ([d5d5f8d](https://github.com/SwedbankPay/swedbank-pay-sdk-js/commit/d5d5f8d2ba030ce930a0206295749dd9889f1257))
* Add shared models ([fd1871c](https://github.com/SwedbankPay/swedbank-pay-sdk-js/commit/fd1871c7a1c780a00c518daf1681e9f0b623a828))
* Add shared payment instrument models ([56f3e4d](https://github.com/SwedbankPay/swedbank-pay-sdk-js/commit/56f3e4d0909936c7b1710e463250f106e17cfd7a))
* Add swish models ([6fc9ec0](https://github.com/SwedbankPay/swedbank-pay-sdk-js/commit/6fc9ec08e8f13652dcc84066b2f249fdcd723150))
* Add test for instance of purchase ([20eff51](https://github.com/SwedbankPay/swedbank-pay-sdk-js/commit/20eff515393a2e725af3b386a35c80ebb8024b2a))
* Add trustly models ([1d5f621](https://github.com/SwedbankPay/swedbank-pay-sdk-js/commit/1d5f6218fb00d8f9db9c4e3c587197e70d19fd37))
* Add vipps models ([8066af6](https://github.com/SwedbankPay/swedbank-pay-sdk-js/commit/8066af66a03a412b90b1c83517e13edffdcc31e2))
* Added consumers models ([9c9365f](https://github.com/SwedbankPay/swedbank-pay-sdk-js/commit/9c9365f46ccd6f9fb998d77996f8cf6a824c1cf8))
* upgrade node engine and modernize setup ([#467](https://github.com/SwedbankPay/swedbank-pay-sdk-js/issues/467)) ([4df5523](https://github.com/SwedbankPay/swedbank-pay-sdk-js/commit/4df552334210de4f0e1de7918a1784f284aa9b7c))


### Bug Fixes

* 0 errors when running build ([541145c](https://github.com/SwedbankPay/swedbank-pay-sdk-js/commit/541145c54dd8dbee6aba00ad8e019aea2813b1b2))
* Added imports and deleted files that were not needed ([8c4fdc1](https://github.com/SwedbankPay/swedbank-pay-sdk-js/commit/8c4fdc112e4ab619ce7821a71a4f3f23e15b498a))
* Change Uri to built in URL eqvivalent. ([157cc6d](https://github.com/SwedbankPay/swedbank-pay-sdk-js/commit/157cc6df0905d09849c006095f76765a7a424e00))
* Extend Payment instead of PaymentOrderRequest ([9a6f77f](https://github.com/SwedbankPay/swedbank-pay-sdk-js/commit/9a6f77fd560b74db29345380a755c76cea1c1eeb))
* further cleaning in paymentorder inputs ([f454224](https://github.com/SwedbankPay/swedbank-pay-sdk-js/commit/f454224856f92c3a4b608d1638b48713327faaa0))
* PaymentOrder test ([5a3d585](https://github.com/SwedbankPay/swedbank-pay-sdk-js/commit/5a3d585d58b85d5353f9073aa842609bcb1864b4))
* Remove typeSafeEnum and use enum ([dc93718](https://github.com/SwedbankPay/swedbank-pay-sdk-js/commit/dc937182af12040c2f7bb9b0051fad3dfb4d694c))

## [1.2.0](https://github.com/SwedbankPay/swedbank-pay-sdk-js/compare/v1.0.0...v2.0.0) (2022-11-11)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swedbank-pay/sdk",
"version": "1.2.0",
"version": "2.0.0",
"description": "TypeScript / JavaScript Software Development Kit for the Swedbank Pay API Platform",
"main": "build/src/main.js",
"publishConfig": {
Expand Down