Releases: sqids/sqids-dotnet
Releases · sqids/sqids-dotnet
v3.2.1
What's Changed
- Strong name support by @sergezhigunov in #47
New Contributors
- @sergezhigunov made their first contribution in #47
Full Changelog: v3.2.0...v3.2.1
v3.2.0
What's Changed
- Bugfix: Point to the right argument by @Genbox in #28
- Avoid overwriting references from users by @Genbox in #30
- Fix spelling of curse in README.md by @mister09 in #40
- Backports full integral type support to legacy frameworks via source generation by @loudenvier in #44
New Contributors
- @Genbox made their first contribution in #28
- @mister09 made their first contribution in #40
- @loudenvier made their first contribution in #44
Full Changelog: v3.1.0...v3.2.0
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
MaxValueXML 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