# 1.0.7

- add support for optional config option `blobDomain`

# 1.0.6

- add support for optional key `useSignedUrl` in options object `getFileAsUrl`

# 1.0.5

- fix bug in selected bucket

# 1.0.3

- revert to v1 format of config URLs
- re-implement storing the selected bucket in local state
  - `selectBucket` and `geSelectedBucket`
  - also implemented as getter
    `storage.bucketName = "the-buck";` and setter `console.log(storage.bucketName);`
- fix dependencies
