Releases: mamantoha/nanoid.cr
Releases · mamantoha/nanoid.cr
v0.7.2
What's Changed
- Bump actions/checkout from 2 to 4 by @dependabot in #11
- Bump crazy-max/ghaction-github-pages from 2 to 3 by @dependabot in #12
- Bump crazy-max/ghaction-github-pages from 3 to 4 by @dependabot in #13
- use Math.log2 by @mamantoha in #14
New Contributors
- @dependabot made their first contribution in #11
Full Changelog: v0.7.1...v0.7.2
v0.7.1
What's Changed
Full Changelog: v0.7.0...v0.7.1
v0.7.0
v0.6.0
v0.5.0
API 2.0
Performance tuning
Using String::Builder
dramatically slashes the time.
It makes complex generator up to 5 times faster, simple generator - 2x faster 🚀