Releases: emartech/escher-suiteapi-js
Releases · emartech/escher-suiteapi-js
v12.0.0
12.0.0 (2018-03-07)
Bug Fixes
- styling: add space (336dcb0)
Features
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
v11.0.0
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
v10.0.0
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