Skip to content

Releases: sixafter/nanoid

v1.20.0

17 Nov 00:28
f135389
Compare
Choose a tag to compare

Changelog

🛠 Technical Debt

  • f135389: DEBT: Refactored to not use strings.Builder for ID generation in favor of sync.Pool for buffer reuse. (#37) (@mprimeaux)

Full Changelog: CHANGELOG

Where to go next?

  • To determine the practical length for a NanoID, see the collision time calculator here.

v1.19.0

16 Nov 18:24
8100f52
Compare
Choose a tag to compare

Changelog

🎉 Features

🛠 Technical Debt

Full Changelog: CHANGELOG

Where to go next?

  • To determine the practical length for a NanoID, see the collision time calculator here.

v1.18.1

15 Nov 23:07
1bf229f
Compare
Choose a tag to compare

Changelog

🛠 Technical Debt

Full Changelog: CHANGELOG

Where to go next?

  • To determine the practical length for a NanoID, see the collision time calculator here.

v1.18.0

15 Nov 22:53
5dc4028
Compare
Choose a tag to compare

Changelog

🎉 Features

  • 5dc4028: feature: Added support for Go standard interfaces and CodeQL scanning. (#34) (@mprimeaux)

Full Changelog: https://github.com/sixafter/nanoid/tree/main/CHANGELOG/CHANGELOG-1.x

Where to go next?

  • To determine the practical length for a NanoID, see the collision time calculator here.

v1.17.3

14 Nov 18:58
Compare
Choose a tag to compare

Changelog

🛠 Technical Debt

Full Changelog: https://github.com/sixafter/nanoid/tree/main/CHANGELOG/CHANGELOG-1.x

Where to go next?

  • To determine the practical length for a NanoID, see the collision time calculator here.

v1.17.2

12 Nov 22:57
186e233
Compare
Choose a tag to compare

Changelog

🛠 Technical Debt

  • 186e233: debt: Documentation corrections and errata addressed for improved clarity and accuracy. (#33) (@mprimeaux)

Full Changelog: https://github.com/sixafter/nanoid/tree/main/CHANGELOG/CHANGELOG-1.x

Where to go next?

  • To determine the practical length for a NanoID, see the collision time calculator here.

v1.17.1

12 Nov 17:37
ca85669
Compare
Choose a tag to compare

Changelog

🛠 Technical Debt

Full Changelog: https://github.com/sixafter/nanoid/tree/main/CHANGELOG/CHANGELOG-1.x

Where to go next?

  • To determine the practical length for a NanoID, see the collision time calculator here.

v1.17.0

11 Nov 03:41
45dc25f
Compare
Choose a tag to compare

Changelog

🎉 Features

Full Changelog: https://github.com/sixafter/nanoid/tree/main/CHANGELOG/CHANGELOG-1.x

Where to go next?

  • To determine the practical length for a NanoID, see the collision time calculator here.

v1.16.1

09 Nov 19:39
c550157
Compare
Choose a tag to compare

Changelog

🐛 Defects

  • c550157: defect: Removed unnecessary //go:inline directives that were left in inadvertently. (#30) (@mprimeaux)

Full Changelog: https://github.com/sixafter/nanoid/tree/main/CHANGELOG/CHANGELOG-1.x

Where to go next?

  • To determine the practical length for a NanoID, see the collision time calculator here.

v1.16.0

09 Nov 18:00
bb764ae
Compare
Choose a tag to compare

Changelog

🎉 Features

Full Changelog: https://github.com/sixafter/nanoid/tree/main/CHANGELOG/CHANGELOG-1.x

Where to go next?

  • To determine the practical length for a NanoID, see the collision time calculator here.