Skip to content

Releases: squarecloudofc/sdk-blob-js

v1.4.0

28 Mar 00:01
dae0212
Compare
Choose a tag to compare

Minor Changes

  • cd7a4eb: update delete method to handle a single object and improve documentation

Patch Changes

v1.2.0

13 Jun 04:03
f055fa4
Compare
Choose a tag to compare

Minor Changes

  • c126ce5: Add options parameter for objects.list
  • 53f910f: New SquareCloudBlob#stats method for checking account stats

Patch Changes

  • 4311dc4: No longer accept rest arrays at objects.delete

v1.1.0

13 Jun 02:43
9cd4d56
Compare
Choose a tag to compare

Minor Changes

  • 93ebe06: New BlobObject structure

Patch Changes

v1.0.1

13 Jun 01:51
0dcc585
Compare
Choose a tag to compare

Patch Changes

  • 044bac6: New MimeTypeUtil class for handling supported mime types

v1.0.0

13 Jun 01:13
665ad6d
Compare
Choose a tag to compare

Major Changes

  • a88b29b: Rename objects.put and related to objects.create
  • a88b29b: Update to new Blob API routes

Minor Changes

  • a73de9f: New mimeType prop for objects.put method, required if file is a Buffer
  • 3810094: objects.put now returns useful info about the uploaded object

Patch Changes

  • 1407c2f: Export some typings and mimeType enum
  • 3f5c7b8: Fix objects.list method

v0.1.0 • First release 🎉

05 Apr 01:29
e52ec48
Compare
Choose a tag to compare

Minor Changes

  • d2df79e: Add BlobObjectsManager#put method for creating blobs
  • e41d578: Add BlobObjectsManager#delete method for deleting blobs
  • 4240668: Add BlobObjectsManager#list method for listing blobs
  • d2df79e: New blob objects manager for creating, deleting and listing blobs