Skip to content

Releases: zen-fs/cloud

0.2.4

15 Oct 21:56
v0.2.4
bdf6434

Choose a tag to compare

0.2.4 Pre-release
Pre-release
  • Fixed some imports from @zenfs/core using internal paths instead of public ones
  • Updated @zenfs/core

0.2.3

01 Sep 15:26
v0.2.3
3783a4f

Choose a tag to compare

0.2.3 Pre-release
Pre-release
  • Improved performance of GoogleDriveFS.getFileId by using .filter(v => v) instead of .filter(Boolean)
  • Re-licensed under LGPL
  • Updated dependencies, including @types/node and @zenfs/core

0.2.2

19 Aug 21:06
v0.2.2
6290e46

Choose a tag to compare

0.2.2 Pre-release
Pre-release
  • Updated dependencies
  • Fixed the readme

0.2.1

28 Apr 19:24
v0.2.1
78e23f4

Choose a tag to compare

0.2.1 Pre-release
Pre-release

This release updates various dependencies.

0.2.0

22 Apr 06:30
v0.2.0
5cac09b

Choose a tag to compare

0.2.0 Pre-release
Pre-release

This release updates to @zenfs/core v2.1.0 and significantly cleans up error handling.

0.1.3

20 Mar 01:57
v0.1.3
12e5499

Choose a tag to compare

0.1.3 Pre-release
Pre-release

This release updates to @zenfs/core 2.0

0.1.2

03 Feb 02:07
v0.1.2
5997159

Choose a tag to compare

0.1.2 Pre-release
Pre-release

Removed the Google Drive API imports since they are ambient types that don't need to be imported.

0.1.1

01 Feb 01:11
v0.1.1
b4c58c0

Choose a tag to compare

0.1.1 Pre-release
Pre-release
  • Added CloudFS, which handles some caching and abstraction
  • Enabled verbatimModuleSyntax
  • Fixed the Google Drive backend not being exported
  • Added publishConfig

0.1.0

15 Dec 19:18
v0.1.0
5b4e706

Choose a tag to compare

0.1.0 Pre-release
Pre-release
  • Added Google Drive backend
  • Streamlined path normalization
  • Fixed DropboxFS.stat missing permission bits
  • Fixed workflows
  • Upgraded core to ^1.1.0 for path export

0.0.1

27 Oct 03:14
v0.0.1
3f9024a

Choose a tag to compare

0.0.1 Pre-release
Pre-release

Initial release, includes the Dropbox and S3 backends.