Releases: Tewr/BlazorFileReader
2.0.0.20242
Fixes a bug when working with file larger than 2Gb in InteropStream.Seek (#153)
2.0.0.20200
Breaking changes: Changes Root Namespace from Blazor.FileReader
to Tewr.Blazor.FileReader
to avoid conflicts.
CancellationToken
can now be used in most relevant methods to cancel ongoing upload.- Native support for displaying progress.
1.6.0.20166
Fixes a a memory allocation bug (before this fix - since v1.3.0.20033 -, the browser would allocate the whole file in ram).
Also, introduces a new collection property on File
for non-standard properties
1.5.0.20093
Adds compatibility with Blazor 3.2 (CSB / Wasm) preview 3
1.4.0.20072
Adds compatibility with Blazor 3.2 (CSB / Wasm) preview 2. Also adds support for the IAsyncDisposable
interface.
1.3.0.20049
Fixes a bug that would throw an exception when attempting to use reflection on the assembly (Server-side / SSB).
1.3.0.20033
Compatibility with Blazor 3.2 release
1.2.0.19363
Fixes a bug in how the offset parameter is interpreted - now represents target buffer offset, not source buffer offset. The setup option InitializeOnFirstCall
now defaults to true
.