This repository has been archived by the owner on Nov 1, 2021. It is now read-only.
Releases: onfido/api-javascript-client
Releases · onfido/api-javascript-client
4.3.0
4.2.0
- Updates the "generate SDK token" endpoint to add application_id
4.1.0
- Adds webhook endpoints: edit and delete webhooks
4.0.1
- Add note about not using JavaScript client code in application frontend
4.0.0
- Add issuing country argument to Document upload
3.1.0
- Add support for generating SDK tokens
3.0.0
- Use
asynchronous
instead ofasync
as the property name on Check. - (Python) Support Python 3.7+
2.1.0
Add support for live videos.
2.0.1
Update README to explain how to install via npm and yarn.
2.0.0
- Report options can now be given when creating a check.
- Checks are now created using the
Check
object.CheckCreationRequest
has been removed. - Minor improvements to the documentation.
- (JavaScript) Promises are used instead of callbacks for API calls.
- (Python, JavaScript) Some minor changes to how some methods are called, see Getting Started or the documentation for more info.
- (PHP)
Onfido\Models
has been renamed toOnfido\Model
. - (Python, PHP) The configuration is now per API instance and must be passed when creating an instance of
DefaultApi
. - This library has been regenerated using the latest version of OpenAPI Generator.