Releases: Typeform/js-api-client
Releases · Typeform/js-api-client
v1.5.1
1.5.1 (2019-08-30)
Bug Fixes
- clientConstructor: throw request error instead of suppressing them (58d6dc4)
v1.5.0
1.5.0 (2019-08-20)
Features
- axios: move from fetch to axios, fixes #19 #32 (f285480)
- clientconstructor: return only error response (a970508)
v1.4.0
1.4.0 (2019-08-08)
Bug Fixes
- update commitlint to resolve errors thrown (8b7d348)
- workspaces: set headers for
add
method (169e3c1)
- workspaces: set headers for
update
method, fixes #24 (16f89f1)
- update semantic-release (de4cc82)
Features
- responses: accept response
ids
to filter in list
method (ab6a982)
- responses: add
delete
method to remove responses (0331d5d)
- webhooks: add
list
method to get all webhooks for a form (68cc9a5)
- webhooks: add new arguments to
create
and update
(8b1c193)
v1.3.1
1.3.1 (2019-04-08)
Bug Fixes
- pass payload to workspace (77bae56)
v1.3.0
1.3.0 (2018-09-22)
Bug Fixes
- camelcased parameter (233286b)
- send filter parameters to responses (09181cb)
- send parameters to forms request (665ad34)
Features
- add parameters as part of the url for fetch (ab78174)
v1.2.2
1.2.2 (2018-08-22)
Bug Fixes
v1.2.1
1.2.1 (2018-08-17)
Bug Fixes
- image variable in camelcase (43824d5)
- send data as body for the request (c6b9fac)
v1.2.0
1.2.0 (2018-08-13)
Bug Fixes
- pass body data to updateMessage request (7ad6a36)
- run background service in travis (f23cafb)
- run server for integration test (971567c)
Features
- allow http client configuration (fe6850e)
v1.1.0
1.1.0 (2018-04-24)
Features
- Support responses and webhooks and update docs (3c0daec)