Skip to content

Releases: zen-fs/emscripten

1.0.5

13 Oct 20:20
v1.0.5
7cadc30

Choose a tag to compare

  • Fixed the plugin's read function not writing to the correct buffer
  • Plugin creation is now logged
  • Fixed imports from @zenfs/core
  • Updated @zenfs/core
  • The plugin now uses @zenfs/core/path instead of user-provided functions

1.0.4

01 Sep 15:46
v1.0.4
bc470d4

Choose a tag to compare

  • Updated dependencies
  • Re-licensed under LGPL
  • Added SPDX license check to CI

1.0.3

22 Apr 06:29
v1.0.3
1836ad4

Choose a tag to compare

This release updates to @zenfs/core v2.1.0

1.0.2

20 Mar 02:11
v1.0.2
1e40a75

Choose a tag to compare

This release updates to @zenfs/core 2.0.

1.0.1

01 Feb 01:23
v1.0.1
4406d75

Choose a tag to compare

  • Updated to work with @zenfs/core 1.8+
  • Replaced BrowserFS with ZenFS in documentation (#4, thanks @coder0107git!)
  • Enabled verbatimModuleSyntax
  • Added publishConfig

1.0.0

10 Dec 20:20
v1.0.0
ad9fbfb

Choose a tag to compare

  • Updated tooling, core, and workflows
  • Removed src and tsconfig.json from package
  • Added support for partial stats updating
  • Added codeowners
  • Removed bundle
  • Changed lint to not run tsc

0.1.2

14 Oct 16:04
v0.1.2
aa20267

Choose a tag to compare

0.1.2 Pre-release
Pre-release
  • Fixed incorrect backend name
  • Added example to readme
  • Remove temporary Eslint config rule

0.1.1

10 Oct 16:55
v0.1.1
ffebf7b

Choose a tag to compare

0.1.1 Pre-release
Pre-release
  • The backend is now aliased to an interface
    • This is for cleaner IntelliSense and Typescript errors
  • Added public access modifer to bare constructors
  • Updated to work with core ^1.0.0

0.1.0

19 Sep 21:32
v0.1.0
7e127a4

Choose a tag to compare

0.1.0 Pre-release
Pre-release
  • Strict mode
  • Updated Typescript and Typedoc
  • Removed permission checking for core v0.18.0
  • Updated core and utilium

0.0.2

16 Aug 12:48

Choose a tag to compare

0.0.2 Pre-release
Pre-release

Updated to the latest @types/emscripten