Blazor.FileSystemAccess v2.0.0 Release Notes
Release Date: 2022-11-10 // almost 2 years ago-
➕ Added
- ➕ Added interfaces for
FileSystemAccessService
andFileSystemAccessServiceInProcess
so that they are test friendly. - ➕ Added InProcess variants of the following wrapper classes:
FileSystemDirectoryHandle
,FileSystemFileHandle
,FileSystemHandle
andFileSystemWritableFileStream
.
🔄 Changed
- 🔄 Changed the Blazor WebAssembly compatible service to be named
FileSystemAccessServiceInProcess
instead ofFileSystemAccessService
so that Blazor Server support is the standard. - 🔄 Changed to use the Blazor.FileAPI's definition of
Blob
s andFile
s. - 🔄 Changed to have
FileSystemWritableFileStream
extend Blazor.Streams'sWritableStream
instead of .NETStream
. - 🔄 Changed creator methods
CreateAsync
to takeIJSRuntime
first to normalize standards with other wrappers.
- ➕ Added interfaces for
Previous changes from v1.2.1
-
🛠 Fixed
- 🛠 Fixed that
BlobWriteParams
,StringWriteParams
, andByteArrayWriteParams
didn't set theirWriteCommandType
given from the constructor. - Fixed naming of
GetOriginPrivateDirectoryAsync
andIsSupportedAsync
to have Async in name.
- 🛠 Fixed that