Releases: webflow/js-webflow-api
Releases · webflow/js-webflow-api
v1.1.1
09 Nov 15:51
Compare
Sorry, something went wrong.
No results found
Cleaned up dependencies #70
v1.1.0
09 Nov 14:19
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Corrected bug where custom host wasn't factored into oauth url generation
v1.0.2
02 Nov 00:33
Compare
Sorry, something went wrong.
No results found
Renamed installer to authenticatedUser to fix #66
v1.0.1
01 Nov 19:06
Compare
Sorry, something went wrong.
No results found
Fixed token bug and readme typo #65
v1.0.0
01 Nov 18:12
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
#61 - Add deleteItems() and publishItems() methods and added data to the delete method.
Release v0.8.0
23 Jun 13:49
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixed #55 - Corrected the delete method to accept a querystring
Release v0.7.1
01 Apr 06:41
Compare
Sorry, something went wrong.
No results found
Correctly moved es6-error out of devDependencies into dependencies