Skip to content

2.0.0

Compare
Choose a tag to compare
@dimitrov-d dimitrov-d released this 01 Feb 14:38
· 74 commits to master since this release
b6efc44

Storage

  • [Added] storage Bucket get method
  • [Added] awaitCid parameter to FileUploadRequest
  • [Added] response file metadata after uploading files
  • [Added] CIDv1 field to file metadata response

Hosting

  • [Added] missing fields on website.get() method
  • [Updated] hosting website deployment statuses

NFTs

  • [Updated] response fields after creating a new NFT collection and using collection.get()
  • [Added] new mint data DTO with support for isAutoIncrement and idsToMint NFT contract parameter

General

  • [General] code cleanup & refactor
  • [Added] functionality to ignore files inside .gitignore when uploading
  • [Upgraded] all NPM packages on SDK and CLI
  • [Updated] JSdoc comments for methods and properties
  • [Updated] Unit tests, added new tests and refactored existing