Skip to content

0.0.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@james-pre james-pre released this 20 Oct 11:34
· 155 commits to main since this release
  • Updated core (0.0.8 -> 0.0.11)
  • Removed unused dependencies: @jest/globals, @types/jest, @types/node, archiver, buffer, cross-env, esbuild-plugin-polyfill-node, jest, path, ts-jest
  • Moved from Buffer to Uint8Array
  • Narrowed the return type of FileSystemAccessFileSystem.createFile and FileSystemAccessFileSystem.openFile from Promise<File> to Promise<FileSystemAccessFile>
  • Narrowed the return type of HTTPRequest.open from Promise<File> to Promise<NoSyncFile<this>>
  • Removed HTTPRequest._requestFileInternal and HTTPRequest._requestFileSizeInternal
  • Changed WorkerFS option validator to be synchronous