Skip to content
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.

Latest commit

 

History

History
24 lines (19 loc) · 837 Bytes

CHANGELOG.md

File metadata and controls

24 lines (19 loc) · 837 Bytes

Change Log

2.0.1

  • A Kloudless client object can now use the getBinary method to download file contents, which avoids the library trying to parse the response body as a JSON object.

2.0.0

  • The API version has been updated to v2. This introduces backwards incompatible changes. Please read the new README for more information on the new version.

1.1.0

  • A Kloudless client object can now be instantiated with a specific bearer token and account id using the KClient class. See the README for more information.
  • The CRM API is now supported.

1.0.0

  • The API version has been updated to v1. This introduces backwards incompatible changes. Please review the migration guide for more information on migrating from v0 to v1.