Skip to content

Latest commit

 

History

History
166 lines (106 loc) · 2.83 KB

CHANGELOG.md

File metadata and controls

166 lines (106 loc) · 2.83 KB

Google Drive Client changelog

v2.3.0

2023-11-11

  • Update dependencies, layerr

v2.2.2

2023-07-16

  • React-Native entry in package.json

v2.2.1

2023-04-24

  • Bugfix
    • fetch causes "Illegal invocation" when used in browsers

v2.2.0

2023-02-12

  • #15: Support shared Google Drive resources

v2.1.1

2023-02-07

  • Bugfix:
    • Include node-fetch in dependencies (for node use)

v2.1.0

2023-02-07

v2.0.1

2023-01-31

  • Bugfix:
    • Error handling would miss expired tokens due to newly added quotes (thanks Google)

v2.0.0

2022-12-26

  • Major Release
    • ESM-only release
    • fetch for requests, instead of cowl/XMLHttpRequest
    • Simplifed client method options

v1.3.3

2022-01-30

  • cowl upgrade for Layerr info pass-through

v1.3.2

2022-01-30

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

v1.3.1

2022-01-29

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

v1.3.0

2021-11-22

  • createDirectory method

v1.2.0

2020-09-06

  • Replace js-base64 with base64-js (to remove Buffer reference)

v1.1.0

2020-08-29

  • Upgrade cowl - remove buffer dependency

v1.0.0

2020-08-29

  • Remove safe-buffer (and buffer) dependencies
  • Encode file contents as base64 before sending
  • Drop support for NodeJS < 10

v0.8.0

2019-09-22

  • deleteFile method

v0.7.1

2019-09-22

  • Bugfix:
    • Size would be NaN for some items

v0.7.0

2019-08-28

  • Replace buffer with safe-buffer for React-Native compatibility

v0.6.1

2019-08-25

  • Bugfix: Remove forced-polyfill for Buffer

v0.6.0

2019-08-25

  • Dynamically switch Buffer dependency if available

v0.5.0

2019-08-02

  • Remove dependency on UInt8Array by using buffer package

v0.4.3

2019-08-02

  • Bugfix:
    • Re-authorisation failed when response header keys were not all lower-case
  • Upgrade cowl for lower-case response header keys

v0.4.2

2019-07-26

  • Rename fullPath to dirPath for mapDirectoryContents method

v0.4.1

2019-07-25

  • Bugfix:
    • mapDirectoryContents would fail on repeated calls: "Cannot read property 'map' of undefined"

v0.4.0

2019-07-25

  • mapDirectoryContents method added for traditional path lookups

v0.3.1

2019-07-22

  • Upgrade cowl for better browser compatibility

v0.3.0

2019-07-19

  • Request library axios replaced with cowl

v0.2.1

2019-03-13

  • Bugfix:
    • tree: true result would fail when multiple pages of results are returned

v0.2.0

2019-03-03

  • Use VError to pass a flag if authentication fails: authFailure

v0.1.0

2019-02-21

  • Initial release