Skip to content

Releases: squarecloudofc/sdk-api-js

1.1.5

30 Oct 01:08
e6d0144

Choose a tag to compare

Features

  • Application#commit: added the possibility to use Buffer (required fileName and fileExtension).
  • SquareCloudAPI: added the property apiManager for utilities.
  • User#applications: changed from discord.js Collection to our Collection.

Refactor

  • New error handling for validators.

1.1.1

17 Oct 22:27

Choose a tag to compare

Bug Fixes

  • Fixed destructing code from undefined.

Refactor

  • SquareCloudAPIError now just logs the error code, no more explanation guys.
  • New assertions system for strings and booleans everywhere.

1.0.0

16 Oct 13:06

Choose a tag to compare

Features

  • Application: added commit & delete methods.

Refactor

  • Renamed Error to SquareCloudAPIError internally.