Skip to content

Releases: zen-fs/core

0.0.4

12 Oct 22:31
Compare
Choose a tag to compare
0.0.4 Pre-release
Pre-release

Updated module specifiers (import/export) to explicitly use .js extensions, that way the compiled Javascript is valid.

0.0.3

12 Oct 21:42
Compare
Choose a tag to compare
0.0.3 Pre-release
Pre-release

Fixed needing dist in import paths when using Typescript. For example, @browserfs/core/dist/filesystem used to be imported as @browserfs/core/dist/filesystem, now it is @browserfs/core/filesystem.

0.0.2

12 Oct 21:24
Compare
Choose a tag to compare
0.0.2 Pre-release
Pre-release

Changed registerBackend from registerBackend(name, backend) to registerBackend(...backends).

0.0.1

12 Oct 11:45
Compare
Choose a tag to compare
0.0.1 Pre-release
Pre-release

Separated zenfs into different packages to reduce bundle size, diverged at d922c74