nanoid_plus 2.0.0
nanoid_plus: ^2.0.0 copied to clipboard
A small, secure, and URL-safe ID generator for Dart.
2.0.0 #
- New: Preset generation methods:
numeric(),hex(),lowercase(),alphanumeric() - New: Prefix support on all methods (Stripe-style IDs)
- New:
NanoidCharsetwith predefined character sets - New:
Nanoid.entropy()for entropy calculation - New:
Nanoid.collisionTime()for collision probability estimation - New: Comprehensive test suite
- Require Dart 3.11.0
1.8.0 #
- [docs] give up Language anchors
1.7.0 #
- [docs] fix Language anchors
1.6.0 #
- [docs] fix Language anchors
1.5.0 #
- [docs] fix Language anchors
1.4.0 #
- [docs] fix features list
1.3.0 #
- [FIX]
NanoIDis now deprecated. - [NEW]
Nanoidis introduced.
1.2.0 #
- [deps] Require Dart 3.9.0
1.1.0 #
- [NEW] excludedCharSet
1.0.1 #
- [docs] fix example code
1.0.0 #
- Initial Release