sqids-dotnet

Official .NET port of Sqids. Generate short unique IDs from numbers.

MIT License

Stars
808

Bot releases are hidden (Show)

sqids-dotnet - v3.1.0 Latest Release

Published by aradalvand 11 months ago

What's Changed

  • Add support for .NET 8 (#26)

New Contributors

  • @LeaFrock made their first contribution in #26

Full Changelog: https://github.com/sqids/sqids-dotnet/compare/v3.0.3...v3.1.0

sqids-dotnet - v3.0.3

Published by aradalvand about 1 year ago

What's Changed

  • Replace LINQ's .Any() with foreach in Encode (#25)

Full Changelog: https://github.com/sqids/sqids-dotnet/compare/v3.0.2...v3.0.3

sqids-dotnet - v3.0.2

Published by aradalvand about 1 year ago

What's Changed

  • Remove unnecessary allocation for alphabet shuffling in constructor (#24)

Full Changelog: https://github.com/sqids/sqids-dotnet/compare/v3.0.1...v3.0.2

sqids-dotnet - v3.0.1

Published by aradalvand about 1 year ago

sqids-dotnet - v3.0.0

Published by aradalvand about 1 year ago

What's Changed

  • (Breaking Change) Implement the new simplified/improved algorithm (#20)
  • (Breaking Change) Change Decode's return type to IReadOnlyList (#21)

Full Changelog: https://github.com/sqids/sqids-dotnet/compare/v2.0.0...v3.0.0

sqids-dotnet - v2.0.0

Published by aradalvand about 1 year ago

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: https://github.com/sqids/sqids-dotnet/compare/v1.1.0...v2.0.0

sqids-dotnet - v1.1.0

Published by aradalvand about 1 year ago

What's Changed

  • Add .NET Standard 2.0 and .NET 6 targets (#8)

New Contributors

sqids-dotnet - v1.0.5

Published by aradalvand about 1 year ago

What's Changed

  • Add check to Decode for invalid ID with repeating reserved character (#4)
  • Fix multi-line commands in publish.yaml (#6)
  • Add GitHub Actions workflows for testing and publishing (6c17b1c)
sqids-dotnet - v1.0.4

Published by aradalvand about 1 year ago

What's Changed

  • Publish to NuGet with the Release configuration (c069d9406863893f20f8615b74f13d40e808a004)
sqids-dotnet - v1.0.3

Published by aradalvand about 1 year ago

What's Changed

  • Fix the XML documentation of some of the elements (e4a26eea55b6a664065ebfecdb7da99f1a000127)
sqids-dotnet - v1.0.2

Published by aradalvand about 1 year ago

What's Changed

  • Change the return type of Decode to int[] (21e0f6120a933044711a84631d8c2b33b509c295)
sqids-dotnet - v1.0.1

Published by aradalvand about 1 year ago

What's Changed

  • Fix subtle bug in decoding multiple numbers (03d41070a4f551f2f5cb86ca3c7a509b3b22c51d)
sqids-dotnet - v1.0.0

Published by aradalvand about 1 year ago

Full-featured first release.