Skip to content

Releases: webflow/js-webflow-api

v1.1.1

09 Nov 15:51
0084d68

Choose a tag to compare

Cleaned up dependencies #70

v1.1.0

09 Nov 14:19
5678e0d

Choose a tag to compare

Complete rewrite in Typescript.

The expectation is this is not a breaking change and is mostly backwards compatible, with the following exceptions:

Breaking changes

  • Typings used before this version may break
  • Some methods no longer accept the optional query param

See #69 for details

v1.0.3

02 Nov 20:21
2cf97f7

Choose a tag to compare

  • Corrected bug where custom host wasn't factored into oauth url generation

v1.0.2

02 Nov 00:33
dd1cd89

Choose a tag to compare

  • Renamed installer to authenticatedUser to fix #66

v1.0.1

01 Nov 19:06
42852eb

Choose a tag to compare

Fixed token bug and readme typo #65

v1.0.0

01 Nov 18:12
e01b166

Choose a tag to compare

  • Updated docs with examples - fixes #63
  • Added support for OAuth
  • Added support for header overrides
  • Added installer() to access /user since user() is used by the memberships endpoints - fixes #62
  • Added the ability to set token after initialization - fixes #56 #58
  • Rewrote all tests
  • Added Eslinter
  • Added GitHub actions for tests
  • Removed default sec-fetch-mode - fixes #60

v0.8.1

16 Aug 17:25
d3951b6

Choose a tag to compare

  • #61 - Add deleteItems() and publishItems() methods and added data to the delete method.

Release v0.8.0

23 Jun 13:49
2305de2

Choose a tag to compare

  • Added methods to support the new Users API endpoints (currently in Beta)
  • Updated Prettier / ESLint (which resulted in some updated formatting)

0.7.2

12 May 12:50
3446ca5

Choose a tag to compare

Fixed #55 - Corrected the delete method to accept a querystring

Release v0.7.1

01 Apr 06:41

Choose a tag to compare

Correctly moved es6-error out of devDependencies into dependencies