Skip to content

Releases: IonKiwi/lz4.managed

v1.0.7

02 Sep 09:14
13499bc
Compare
Choose a tag to compare

Changelog

  • handle empty blocks (1.6.2 LZ4 Frame Format Description)
  • remove System.Runtime.CompilerServices.Unsafe dependency from .net6 target

Available here:
https://www.nuget.org/packages/IonKiwi.lz4.managed/

v1.0.6

31 Aug 17:06
26ce581
Compare
Choose a tag to compare

Changelog

  • translated lz4 1.9.4
  • for .net 6 use intrinsics functions

Available here:
https://www.nuget.org/packages/IonKiwi.lz4.managed/

v1.0.5

28 Dec 13:22
008a9d9
Compare
Choose a tag to compare

Changelog

  • removed .net5 tfm
  • added .net6 tfm

Available here:
https://www.nuget.org/packages/IonKiwi.lz4.managed/

v1.0.4

10 Jan 17:39
1ed95da
Compare
Choose a tag to compare

Changelog

  • translated lz4 v1.9.3

Available here:
https://www.nuget.org/packages/IonKiwi.lz4.managed/

v1.0.3

28 Jun 12:39
a9e1152
Compare
Choose a tag to compare

Changelog

  • added SourceLink

Available here:
https://www.nuget.org/packages/IonKiwi.lz4.managed/

v1.0.2

02 Nov 16:37
98a0f53
Compare
Choose a tag to compare

Changelog

  • fixed size calculations
  • use ArrayPool in more places

Available here:
https://www.nuget.org/packages/IonKiwi.lz4.managed/

v1.0.1

22 Oct 17:13
a3ff210
Compare
Choose a tag to compare

Changelog

  • fixed LZ4_createStreamDecode()
  • added LZ4MinimalFrameFormatStream based on IonKiwi.lz4.net version
  • added LZ4RawUtility for access to 'raw' lz4 compress / decompress functions

Available here:
https://www.nuget.org/packages/IonKiwi.lz4.managed/

v1.0.0

21 Oct 17:31
e156893
Compare
Choose a tag to compare

Initial version

  • translation based on lz4 1.9.2
  • LZ4Stream based on IonKiwi.lz4.net version
  • added async support
  • .NET Standard 2.0/2.1

Available here:
https://www.nuget.org/packages/IonKiwi.lz4.managed/