Skip to content

Latest commit

 

History

History
76 lines (50 loc) · 1.34 KB

CHANGELOG.md

File metadata and controls

76 lines (50 loc) · 1.34 KB

File Interface changelog

v3.0.1

2023-07-17

  • React-Native entry in package.json

v3.0.0

2023-04-16

  • ESM
  • Bundled types for Google Drive, Dropbox and WebDAV clients

v2.0.0

2021-11-26

  • Removed registration functionality (manual instantiation only)
  • Root path identifier handling

v1.1.0

2021-11-22

  • putDirectory method

v1.0.1

2021-11-16

  • Export types

v1.0.0

2021-11-16

  • Typescript

v0.3.3

2021-04-05

  • Bugfix
    • Google Drive shared files would not show up

v0.3.2

2019-10-10

  • Bugfix:
    • Dropbox client putFileContents wouldn't return connect identifier for null (creation)
    • WebDAV client putFileContents wouldn't return connect identifier for null (creation)

v0.3.1

2019-09-29

  • Bugfix:
    • Dropbox client used incorrect value when putting file contents
    • WebDAV client used incorrect value when putting file contents

v0.3.0

2019-09-22

  • deleteFile method

v0.2.0

2019-09-22

  • Bugfix:
    • Date parsing would return invalid strings
  • Allow fileIdentifier.identifier to be null on all platforms to create new files
  • parent property on getDirectoryContents results to refer to parent instance

v0.1.1

2019-09-22

  • Make getDirectoryContents parameters optional for root contents

v0.1.0

2019-09-16

  • Initial release