All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- GraalVM compatibility.
- This changelog.
- deps.edn
nano-id.custom/generate
has gone, instead of it there is a new function calledcustom
which lives now innano-id.core
ns.custom
got a new signatures:[alphabet size]
and[alphabet size random]
.- Performance improvment. Some parts were re-written in Java.
- Examples in readme were updated.
nano-id.custom/generate
.
- Benchmarking. You can run it with
lein bench
.
- Performance improvement.
- Default alphabet (#9).
- Artifact size (#8).
- CLJS implementation.
- Custom random number generators support.
- Performance improvement.
- Initial implementation.
- Tests.
- CircleCI config.