Releases: sixafter/nanoid
Releases · sixafter/nanoid
v1.6.1
Changelog
Technical Debt
- 949300b: debt: Update changlog generation logic (#8) (@mprimeaux)
Full Changelog: https://github.com/sixafter/nanoid/tree/main/CHANGELOG
Where to go next?
- To determine the practical length for a NanoID, see the collision time calculator here.
v1.6.0
Changelog
Other work
- 7de8201: Added Nano ID collision calculator (@mprimeaux)
- 0896971: Check for duplicate characters using a bitmask with multiple uint32s (#5) (@mprimeaux)
- 413a502: DEBT: Added Go Releaser footer and Nano ID collision time calculator. (#6) (@mprimeaux)
Full Changelog: https://github.com/sixafter/nanoid/tree/main/CHANGELOG
Where to go next?
- To determine the practical length for a NanoID, see the collision time calculator here.
v1.5.0
v1.4.0
v1.3.0
v1.2.0
v1.0.0
Changelog
- 2249bf9 CI (#1)
- 1ed77ad DEFECT: Attempt to address CI failure
- 4137d79 DEFECT: Attempt to address CI failure
- b31b3d8 DEFECT: Attempt to address CI failure
- 12950aa DEFECT: Attempt to address CI failure
- e247392 DEFECT: Attempt to address CI failure
- da2096d DEFECT: Attempt to address CI failure
- 76af5bb Initial Commit
- a6a1eb7 Initial commit