Skip to content

Releases: emartech/escher-suiteapi-js

v21.1.0

21 Jun 09:15
8e44b05
Compare
Choose a tag to compare

21.1.0 (2024-06-21)

Features

  • contribution: create contribution guideline (CONTRIBUTING.md) (8a90351)

v21.0.0

09 Jan 14:16
4f4d8ae
Compare
Choose a tag to compare

21.0.0 (2024-01-09)

  • feat!: parse json error response (c450977)

BREAKING CHANGES

  • Error response is parsed as JSON if response headers
    have content-type application/json and if it's possible to parse the
    data as JSON. Otherwise response will be retuned as string or default
    response will be returned as empty string.

v20.3.0

09 Jan 10:07
Compare
Choose a tag to compare

20.3.0 (2024-01-09)

Features

  • packages: update packages (patch, minor versions) (3a23016)

v20.2.1

02 Nov 11:10
808a54b
Compare
Choose a tag to compare

20.2.1 (2023-11-02)

Bug Fixes

  • axios: upgrade axios to 1.6.0 (e8ecc13)

v20.2.0

11 Apr 09:52
Compare
Choose a tag to compare

20.2.0 (2023-04-11)

Features

  • readme: extend readme with a retry section (a125002)

v20.1.0

06 Apr 14:18
Compare
Choose a tag to compare

20.1.0 (2023-04-06)

Features

  • axios: axios upgrade (8f8d994)
  • request: add retry capability to the requests (49b3a0d)

v20.0.0

06 Apr 12:12
Compare
Choose a tag to compare

20.0.0 (2023-04-06)

Features

  • axios: instantiate axios for every request (35426ce)
  • wrapper: restructure request error handling (5abd8ca)

BREAKING CHANGES

  • wrapper: error response data is always string

v19.0.0

21 Oct 14:34
Compare
Choose a tag to compare

19.0.0 (2022-10-21)

Features

BREAKING CHANGES

  • axios: axios first major version upgrade

Co-authored-by: Gabor Nemeth gabor.nemeth@emarsys.com

v18.0.2

21 Oct 14:07
Compare
Choose a tag to compare

18.0.2 (2022-10-21)

Bug Fixes

  • test: convert to typescript (80d66f5)

v18.0.1

02 Sep 08:49
Compare
Choose a tag to compare

18.0.1 (2022-09-02)

Bug Fixes

  • get: make data optional (e7a37ef)