id_gen 0.4.0
id_gen: ^0.4.0 copied to clipboard
A standartized set of IDs generators.
Changelog #
All notable changes to the project IdGen will be documented in this file.
See Conventional Commits for commit guidelines.
0.4.0 #
- Introduced
HasStringIdMixfor adding a Human and Unique IDs to objects. - Updated
README.
0.3.0 #
- Introduced
TimeIdfor generate IDs in milli- and microseconds. - Introduced helpers for concisely generate IDs:
genUuid,genTransitId,genTimeId,genTimeIdMicro. - Removed alias
TidGenforTransitIdGen. - Updated example.
- Updated
README.
0.2.1 #
- Shorted
UuidV4GentoUuidGen(as alias).
0.2.0 #
- Introduced
TransitIdandTransitIdGen. - Updated
README. - Improved example.
- Added
CODE_OF_CONDUCT,CONTRIBUTING, andSTYLEGUIDE.
0.1.0 #
- Initial release.