Skip to content

Releases: Tewr/BlazorFileReader

2.0.0.20242

29 Aug 19:27
Compare
Choose a tag to compare

Fixes a bug when working with file larger than 2Gb in InteropStream.Seek (#153)

2.0.0.20200

18 Jul 14:12
Compare
Choose a tag to compare

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

14 Jun 19:37
baf1817
Compare
Choose a tag to compare

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

13 Apr 19:25
ac92979
Compare
Choose a tag to compare

Adds compatibility with Blazor 3.2 (CSB / Wasm) preview 3

1.4.0.20072

15 Mar 20:07
9406f8b
Compare
Choose a tag to compare

Adds compatibility with Blazor 3.2 (CSB / Wasm) preview 2. Also adds support for the IAsyncDisposable interface.

1.3.0.20049

18 Feb 20:48
d58a390
Compare
Choose a tag to compare

Fixes a bug that would throw an exception when attempting to use reflection on the assembly (Server-side / SSB).

1.3.0.20033

02 Feb 19:55
bf2d319
Compare
Choose a tag to compare

Compatibility with Blazor 3.2 release

1.2.0.19363

29 Dec 15:27
Compare
Choose a tag to compare

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.