Skip to content

Releases: emartech/escher-suiteapi-js

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)

v11.0.0

05 Jan 14:40
adc9fcc
Compare
Choose a tag to compare

11.0.0 (2018-01-05)

Bug Fixes

  • mb: update megabyte definition (b895b7a)
  • options: pass down max content length through hash function (bec604b)
  • wrapper: add status message and make tests run again (e1ed774)
  • wrapper: include port in url (84c22b4)

Features

  • option: make max content length configurable (5fb1afd)
  • wrapper: all tests passing, remove request library (58a9e67)
  • wrapper: change library to axios (4c33ea9)

BREAKING CHANGES

  • wrapper: use axios library instead of request, maximize response size to 10 MB

v10.0.1

24 Nov 16:14
f1c2edd
Compare
Choose a tag to compare

10.0.1 (2017-11-24)

Bug Fixes

  • wrapper: fix json body handling on request error (01ad8d1)

v10.0.0

15 Nov 17:37
bbd5ee5
Compare
Choose a tag to compare

10.0.0 (2017-11-15)

Bug Fixes

  • package: upgrade escher-auth and request (a2c65c6)
  • package: upgrade sinon and chai (d66a8dd)
  • request: This reverts commit 2d5496d, promise based implementation doesnt return header only body. (f512da7)

Features

  • package: ES2015 refactoring, drop usage of lodash (f02bdd4)
  • request: move to promise based request (2d5496d)

BREAKING CHANGES

  • package: minimum version is node 4

v9.1.1

21 Sep 08:27
Compare
Choose a tag to compare

<a name"9.1.1">

9.1.1 (2017-09-21)

Bug Fixes

  • wrapper: change error handling order (4728b2d4)

v9.1.0

11 Apr 12:12
Compare
Choose a tag to compare

<a name"9.1.0">

9.1.0 (2017-04-11)

Features

  • wrapper: log request informations in errors (c365283e)

v9.0.0

17 Jan 08:04
Compare
Choose a tag to compare

<a name"9.0.0">

9.0.0 (2017-01-17)

Features

  • wrapper: parse response if content-type contains application/json (8cc4d8b0)

Breaking Changes

  • it will break existing piece of codes with fixed parsing

    (8cc4d8b0)

v8.6.1

03 Jan 14:53
Compare
Choose a tag to compare

<a name"8.6.1">

8.6.1 (2017-01-03)

Bug Fixes

  • request:
    • use ES5 syntax in test to be compatible with node 4 (72c4cd23)
    • sign request payload (8db2fdaa)

v8.6.0

14 Dec 09:24
Compare
Choose a tag to compare

<a name"8.6.0">

8.6.0 (2016-12-14)

Features

  • request: Add DELETE for available methods (d14d6976)