All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fixed that writing
WriteParams
with aBlob
used the wrong JS helper reference.
- Changed .NET version to
7.0
. - Changed the version of Blazor.FileAPI to use the newest version which is
0.3.0
.
- Added the generation of a documentation file packaging all XML comments with the package.
- Added interfaces
IFileSystemHandle
andIFileSystemHandleInProcess
.
- Changed
FileSystemHandle.IsSameEntryAsync
to takeIFileSystemHandle
instead ofFileSystemHandle
. - Changed
FileSystemDirectoryHandle.ResolveAsync
to takeIFileSystemHandle
instead ofFileSystemHandle
. - Changed
FileSystemDirectoryHandle.ValuesAsync
to returnIFileSystemHandle
instead ofFileSystemHandle
. - Changed
FileSystemDirectoryHandleInProcess.ValuesAsync
to returnIFileSystemHandleInProcess
instead ofFileSystemHandleInProcess
.