This repository has been archived by the owner on Oct 10, 2022. It is now read-only.
Releases: netlify/js-client
Releases · netlify/js-client
v2.2.0
- Bump @[email protected]
- Add
.getAccount
method
- Add
v2.1.0
- Add a UMD build and unpkg support. Thank you @leonardodino!
v2.0.1
- A whole new Netlify Node.js API client! 🎉
- Client code was extracted from our forthcoming 2.0.0 CLI release.
- A completely new API. Treat the 2.x.x and forward as a completely separate codebase and API.
- API calls are now derived from the open-api specification. See the swagger-ui and know that there is a matching API method for every operationID (the name on the right). See the README for full API docs.
- Includes a method for creating content based deploys.
v2.0.1-beta.8
- Improve
.deploy
when creating large deploys.- Implement async deploy creation
- Implement upload retry on failed upload. Will try up to 5 times before failing.
v2.0.1-beta.7
- Improve error handling around generic fetch errors.
v2.0.1-beta.6
- Fix encoding algorithm when deploying files with unicode characters