Skip to content

Releases: gfoidl/Base64

v1.0.0-preview-3

26 Dec 17:53
b28b923
Compare
Choose a tag to compare
v1.0.0-preview-3 Pre-release
Pre-release

Note

Preview release -- still WIP as .NET Core 3.0 is WIP and HW intrinsics are not fully / offical supported.

What's new?

  • Add an analyzer to warn for pubternal usage (#40)
  • Document exceptions in xml comments (#39)
  • Check .NET Core 2.2 (#47)
  • Undo MacOS-hack / skip for AVX2 (#2)
  • some internal changes (#49, #52)

Bugs fixed

  • MissingMethodException for AVX on windows (#15)

Where to get?

https://www.nuget.org/packages/gfoidl.Base64/1.0.0-preview-3

v1.0.0-preview-2

02 Dec 18:26
4d16d8b
Compare
Choose a tag to compare
v1.0.0-preview-2 Pre-release
Pre-release

Note

Preview release -- still WIP as .NET Core 3.0 is WIP and HW intrinsics are not fully / offical supported.

What's new?

  • Exposes the method IBase64 GetDecodedLength with an int as parameter (#24)
  • Added detection for base64 or base64Url (#38)

Bugs fixed

  • Base64Encoder.GetDecodedLength may be unsafe if length < 2 (#32)

Where to get?

https://www.nuget.org/packages/gfoidl.Base64/1.0.0-preview-2

v1.0.0-preview-1

30 Nov 13:45
Compare
Choose a tag to compare
v1.0.0-preview-1 Pre-release
Pre-release

Note

Preview release -- still WIP as .NET Core 3.0 is WIP and HW intrinsics are not fully / offical supported.

Where to get?

https://www.nuget.org/packages/gfoidl.Base64/1.0.0-preview-1