Skip to content

Releases: zen-fs/cloud

0.2.7

03 Apr 16:31
v0.2.7
ce35ae5

Choose a tag to compare

0.2.7 Pre-release
Pre-release

This patch updates utilium to 3.0.

0.2.6

03 Apr 15:42
v0.2.6
6ba2167

Choose a tag to compare

0.2.6 Pre-release
Pre-release

This patch fixes invalid object keys being used in the S3 backend (#5).

0.2.5

02 Apr 19:16
v0.2.5
d2ef0ab

Choose a tag to compare

0.2.5 Pre-release
Pre-release
  • Updated to TS 6.0
  • Updated eslint config
  • Added license exception for bundling in web apps (#4, thanks @jlarmstrongiv)
  • Updated workflows for OIDC publishing
  • Updated docs config

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.