Releases: gfoidl/Base64
Releases · gfoidl/Base64
v1.0.0-preview-3
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
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
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