Skip to content

Releases: Typeform/js-api-client

v1.5.1

30 Aug 01:48
58a7fa7
Compare
Choose a tag to compare

1.5.1 (2019-08-30)

Bug Fixes

  • clientConstructor: throw request error instead of suppressing them (58d6dc4)

v1.5.0

20 Aug 17:39
0e8ba7a
Compare
Choose a tag to compare

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

08 Aug 16:28
Compare
Choose a tag to compare

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

08 Apr 15:52
93c61c9
Compare
Choose a tag to compare

1.3.1 (2019-04-08)

Bug Fixes

  • pass payload to workspace (77bae56)

v1.3.0

22 Sep 03:37
5c5844f
Compare
Choose a tag to compare

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

22 Aug 10:41
Compare
Choose a tag to compare

1.2.2 (2018-08-22)

Bug Fixes

  • documentation arg names (8435fd9)

v1.2.1

17 Aug 13:14
cd659b2
Compare
Choose a tag to compare

1.2.1 (2018-08-17)

Bug Fixes

  • image variable in camelcase (43824d5)
  • send data as body for the request (c6b9fac)

v1.2.0

13 Aug 18:16
f6d3d49
Compare
Choose a tag to compare

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

24 Apr 10:34
c97708f
Compare
Choose a tag to compare

1.1.0 (2018-04-24)

Features

  • Support responses and webhooks and update docs (3c0daec)