Releases: emartech/escher-suiteapi-js
Releases · emartech/escher-suiteapi-js
v21.1.1
21.1.1 (2024-08-29)
Bug Fixes
- axios: upgrade axios to 1.7.5 (0690433)
v21.1.0
21.1.0 (2024-06-21)
Features
- contribution: create contribution guideline (CONTRIBUTING.md) (8a90351)
v21.0.0
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
20.3.0 (2024-01-09)
Features
- packages: update packages (patch, minor versions) (3a23016)
v20.2.1
20.2.1 (2023-11-02)
Bug Fixes
- axios: upgrade axios to 1.6.0 (e8ecc13)
v20.2.0
20.2.0 (2023-04-11)
Features
- readme: extend readme with a retry section (a125002)
v20.1.0
20.1.0 (2023-04-06)
Features
- axios: axios upgrade (8f8d994)
- request: add retry capability to the requests (49b3a0d)
v20.0.0
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
19.0.0 (2022-10-21)
Features
BREAKING CHANGES
- axios: axios first major version upgrade
Co-authored-by: Gabor Nemeth [email protected]