Lithammer Shortuuid Versions Save

:mushroom: A generator library for concise, unambiguous and URL-safe UUIDs

v4.0.0

2 years ago
  • [GH-29] Use MSB (instead of LSB) to encode/decode UUIDs (now compatible with the shortuuid v1.x.x Python library).
  • [GH-29] Robuster URL check.
  • [GH-29] 10-25% speed improvement via fewer allocations.

v3.0.7

3 years ago
  • [GH-21] Base57 encoder produces incorrect values when low half of UUID is zero. Thanks @cpick.

v3.0.6

3 years ago
  • [GH-19] github.com/google/uuid updated to 1.2.0.

v3.0.5

3 years ago

v3.0.3

5 years ago
  • Bump github.com/google/uuid to v1.1.1 (#15). Thanks @pims.

v3.0.2

5 years ago
  • Fix UUID length overflow (#14). Thanks @maxpolezhaev.
  • Bump github.com/google/uuid to v1.1.0 (32d3e955bebaf85e3295329e0b8070440aa8fe13).

v2.0.3

6 years ago