Skip to content

Latest commit

 

History

History
54 lines (31 loc) · 1.18 KB

CHANGELOG.md

File metadata and controls

54 lines (31 loc) · 1.18 KB

@squarecloud/blob

1.2.0

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

1.1.0

Minor Changes

  • 93ebe06: New BlobObject structure

Patch Changes

  • a86d7dc: Update API schemas

1.0.1

Patch Changes

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

1.0.0

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

0.1.0

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