Skip to content

Tags: CrystallizeAPI/node-klarna

Tags

v6.0.0

Toggle v6.0.0's commit message
chore(release): 6.0.0 [skip ci]

# [6.0.0](v5.0.0...v6.0.0) (2022-01-06)

### Bug Fixes

* missing configuration for logs ([35c056c](35c056c))
* module interface exports ([3667122](3667122))
* redundant class interface ([e0b76bb](e0b76bb))
* redundant interface prefix ([d234b3d](d234b3d))

### BREAKING CHANGES

* Logs are disabled by default now.
You can enable them by adding `logs: { enabled: true }` or `logs: { useNodeEnv: true }`
* Interfaces have same name now as classes, e.g. `IConfig` was changed to `Config`
* Interfaces are not exported anymore.
It is necessary to use class as a type directly, e.g. `Klarna` instead of `IKlarnaInstance`

v5.0.0

Toggle v5.0.0's commit message
chore(release): 5.0.0 [skip ci]

# [5.0.0](v4.9.1...v5.0.0) (2022-01-05)

### Bug Fixes

* shipping option ID type and merchant urls interface nam ([26bcec6](26bcec6))
* typo in order management API ([dcb5276](dcb5276))

### BREAKING CHANGES

* shipping option id has correct number type now
(Empty commit, released in 13f7f64)
* ordermanagementV1 renamed to orderManagementV1
(Empty commit, released in e0e775c)

v4.9.1

Toggle v4.9.1's commit message
chore(release): 4.9.1 [skip ci]

## [4.9.1](v4.9.0...v4.9.1) (2022-01-05)

### Bug Fixes

* node version in CI/CD workflow ([3c03c7b](3c03c7b))
* rejected promise on Klarna error ([4ba5b4c](4ba5b4c))

v4.9.0

Toggle v4.9.0's commit message
chore(release): 4.9.0 [skip ci]

# [4.9.0](v4.8.1...v4.9.0) (2021-08-23)

### Features

* updated packages ([27c87ae](27c87ae))

v4.8.1

Toggle v4.8.1's commit message
chore(release): 4.8.1 [skip ci]

## [4.8.1](v4.8.0...v4.8.1) (2021-08-23)

### Bug Fixes

* add merchant references to order types ([a38220a](a38220a))
* add selected shipping to get order type ([8abc0f0](8abc0f0))

v4.8.0

Toggle v4.8.0's commit message
chore(release): 4.8.0 [skip ci]

# [4.8.0](v4.7.1...v4.8.0) (2021-01-07)

### Features

* also consider *isSubscriptionOnly* prop when converting crystallizeLineItem to klarnaLineItem ([cc64243](cc64243))

v4.7.1

Toggle v4.7.1's commit message
chore(release): 4.7.1 [skip ci]

## [4.7.1](v4.7.0...v4.7.1) (2021-01-07)

### Bug Fixes

* convert address interface types to optional (as per klarna docs) ([e987a0c](e987a0c))
* revert unecessary property ([dcb88d4](dcb88d4))

v4.7.0

Toggle v4.7.0's commit message
chore(release): 4.7.0 [skip ci]

# [4.7.0](v4.6.4...v4.7.0) (2020-12-04)

### Features

* add ordermanagementv1 get order function ([96b4e1e](96b4e1e))

v4.6.4

Toggle v4.6.4's commit message
chore(release): 4.6.4 [skip ci]

## [4.6.4](v4.6.3...v4.6.4) (2020-10-28)

### Bug Fixes

* add more types for crystallizeLineItem ([1168c8d](1168c8d))

v4.6.3

Toggle v4.6.3's commit message
chore(release): 4.6.3 [skip ci]

## [4.6.3](v4.6.2...v4.6.3) (2020-10-23)

### Bug Fixes

* null check ([df07181](df07181))