Skip to content

Latest commit

 

History

History
150 lines (96 loc) · 2.3 KB

CHANGELOG.md

File metadata and controls

150 lines (96 loc) · 2.3 KB

Dropbox Client changelog

v2.2.0

2023-11-11

  • Update dependencies, layerr

v2.1.2

2023-07-16

  • React-native entry point in package.json

v2.1.1

2023-04-24

  • Bugfix:
    • "Illegal invocation" error thrown when used in browser (fetch)

v2.1.0

2023-02-08

  • Switch cross-fetch to @buttercup/fetch

v2.0.0

2022-12-26

  • Major Release
    • ESM-only release
    • fetch for requests, instead of cowl/XMLHttpRequest
    • Descriptive errors with properties

v1.1.3

2022-09-03

  • Switch compatPutCorsHack for compatCorsHack for all methods
  • Deprecate compatPutCorsHack

v1.1.2

2022-09-03

  • compatPutCorsHack compatibility option

v1.1.1

2022-08-31

  • Bugfix:
    • headers mis-typed

v1.1.0

2022-08-31

  • headers client option for custom headers

v1.0.1

2022-08-30

  • Bugfix:
    • Add compat support for putFileContents

v1.0.0

2022-05-24

  • Typescript
  • DropboxClient class replaces createClient
  • DropboxClient#fs replaces createFsClient

v0.8.1

2022-04-13

  • GET method for getFileContents

v0.8.0

2022-04-12

  • CORS/browser compatibility upgrade for all requests

v0.7.3

2022-01-30

  • cowl upgrade for Layerr info pass-through

v0.7.2

2022-01-30

  • Bugfix:
    • Revert is-in-browser for cowl

v0.7.1

2022-01-29

  • Bugfix:
    • cowl: Handle null response headers in request error

v0.7.0

2021-11-20

  • createDirectory method

v0.6.0

2021-11-01

  • generateAuthorisationURL helper

v0.5.0

2020-08-29

  • Upgrade cowl - remove buffer dependency

v0.4.0

2019-09-22

  • deleteFile method
  • unlink fs method

v0.3.3

2019-09-15

  • Bugfix:
    • (#3) Unicode files would throw an error when using getFileContents

v0.3.2

2019-07-23

  • Set Content-Type header to application/octet-stream only for PUT requests

v0.3.1

2019-07-22

  • Upgrade cowl for better browser compatibility

v0.3.0

2019-07-19

  • cowl upgrade for better error handling

v0.2.1

2019-07-17

  • Bugfix:
    • Fix URL usage for query option in browser environments

v0.2.0

2019-07-16

  • Replace axios with cowl for HTTP requests

v0.1.1

2018-11-15

  • Initial release