Skip to content

Releases: emartech/escher-suiteapi-js

v14.1.0

11 Sep 12:26
ce53703
Compare
Choose a tag to compare

14.1.0 (2020-09-11)

Features

  • request: make it possible to give payload in GET method (b1873b5)

v14.0.1

07 Jun 14:16
2d1537e
Compare
Choose a tag to compare

14.0.1 (2019-06-07)

Bug Fixes

  • package: upgrade dependencies (7bb344d)

v14.0.0

07 Dec 09:58
7c69539
Compare
Choose a tag to compare

14.0.0 (2018-12-07)

Bug Fixes

  • error: change empty data to empty object instead of false (d357259)
  • error: remove unparsable json body to error object (aa1fbe3)

Features

  • error: for recoverable network errors return with 503 instead of 500 (e26dc38)

BREAKING CHANGES

  • error: previously code 500 errors can become 503 in recoverable cases

v13.0.0

30 Oct 13:58
1f90aa8
Compare
Choose a tag to compare

13.0.0 (2018-10-30)

Bug Fixes

  • package: upgrade dependencies (3e9775b)

BREAKING CHANGES

  • package: major version bump in escher-js

v12.3.0

26 Oct 12:16
0768372
Compare
Choose a tag to compare

12.3.0 (2018-10-26)

Bug Fixes

  • keep-alive: dont pass undefined property (08c9dd7)

Features

  • request: add keep alive option (068e001)

v12.2.1

17 Oct 11:55
Compare
Choose a tag to compare

12.2.1 (2018-10-17)

Bug Fixes

  • logger: use timer instead of custom duration (69b9399)

v12.2.0

05 Oct 12:39
fc8a3b1
Compare
Choose a tag to compare

12.2.0 (2018-10-05)

Features

  • wrapper: cancel request on error (2abb825)

v12.1.0

21 Apr 13:12
b7d09ef
Compare
Choose a tag to compare

12.1.0 (2018-04-21)

Features

  • request: add patch method resolve EDITOR-1411 (45aa554)

v12.0.0

07 Mar 12:31
Compare
Choose a tag to compare

12.0.0 (2018-03-07)

Bug Fixes

Features

  • log: switch logger framework (c659769), closes #37

BREAKING CHANGES

  • log: the json-logger-js has a different interface compared
    to logentries one.
    For example the following methods are not avalabile anymore:
    • log
    • success

Furthermore, also the ariety changed for some methods.
We should change the major version.

v11.0.1

29 Jan 15:57
936d133
Compare
Choose a tag to compare

11.0.1 (2018-01-29)

Bug Fixes

  • requestOption: stop caching headers (bc37793)