Hashids.js Versions Save

A small JavaScript library to generate YouTube-like ids from numbers.

2.3.0

11 months ago

2.3.0 (2023-05-24)

Features

  • parse numeric strings as BigInt on supported systems (ab79039)

2.2.11

1 year ago

2.2.11 (2023-02-16)

Bug Fixes

  • add ".js" extension to type definition import (#535) (f109d55)

2.2.10

2 years ago

2.2.10 (2021-11-20)

Bug Fixes

2.2.9

2 years ago

2.2.9 (2021-11-07)

Bug Fixes

  • workaround annoying TS/ESM resolving quirks (3403edc)

2.2.8

3 years ago

2.2.8 (2020-12-18)

Bug Fixes

2.2.7

3 years ago

2.2.7 (2020-12-18)

Bug Fixes

  • dist version correctly exposes Hashids under global.Hashids instead of global.Hashids.default (ce93ee9), closes #314 #341 #143

2.2.6

3 years ago

2.2.6 (2020-12-18)

Bug Fixes

2.2.5

3 years ago

2.2.5 (2020-12-18)

Bug Fixes

  • remove yarn from the package to make the package smaller (#338) (602ff0c)

2.2.4

3 years ago

2.2.4 (2020-12-18)

Bug Fixes

  • main field will point to CJS version to support LTS node (38c93bf), closes #352

2.2.3

3 years ago

2.2.3 (2020-12-13)

Bug Fixes