Releases: sqids/sqids-dotnet
Releases · sqids/sqids-dotnet
v3.1.0
v3.0.3
v3.0.2
What's Changed
- Remove unnecessary allocation for alphabet shuffling in constructor (#24)
Full Changelog: v3.0.1...v3.0.2
v3.0.1
Full Changelog: v3.0.0...v3.0.1
v3.0.0
What's Changed
- (Breaking Change) Implement the new simplified/improved algorithm (#20)
- (Breaking Change) Change
Decode
's return type toIReadOnlyList
(#21)
Full Changelog: v2.0.0...v3.0.0
v2.0.0
What's Changed
- (Breaking Change) Add support for all integral numeric types using generic math for .NET 7 onwards (#15)
- Check blocked words against alphabet case-insensitively (#16)
- Fix typo in
MaxValue
XML documentation (#12)
New Contributors
Full Changelog: v1.1.0...v2.0.0
v1.1.0
What's Changed
- Add .NET Standard 2.0 and .NET 6 targets (#8)
New Contributors
- @RichardD2 made their first contribution in #8