Skip to content

Releases: radeno/nanoid.rb

2.0.0

07 Nov 16:57
Compare
Choose a tag to compare
  • Compatibility with original Javascript implementation NanoID 2.0.

Added

  • Ability to generate non-secure hashes

Changed

  • Replaced default alphabet character ~ (tilde) with - (dash)

1.0.0

06 Nov 17:24
Compare
Choose a tag to compare

This version compatible only with original Nanoid.js 1.x branch.

Changes:

  • Optimized creating nanoid string slightly

0.2.0

27 Oct 17:25
Compare
Choose a tag to compare

Compatibility with javascript nanoid 1.0

  • Calculating mask based on logarithm
  • Default generated ID size changed from 22 to 21

0.1.0

16 Sep 12:46
Compare
Choose a tag to compare
First implementation