id_gen 0.3.0 copy "id_gen: ^0.3.0" to clipboard
id_gen: ^0.3.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.3.0 #

  • Introduced TimeId for generate IDs in milli- and microseconds.
  • Introduced helpers for concisely generate IDs: genUuid, genTransitId, genTimeId, genTimeIdMicro.
  • Removed alias TidGen for TransitIdGen.
  • Updated example.
  • Updated README.md.

0.2.1 #

  • Shorted UuidV4Gen to UuidGen (as alias).

0.2.0 #

  • Introduced TransitId and TransitIdGen.
  • Updated README.md.
  • Improved example.
  • Added CODE_OF_CONDUCT.md, CONTRIBUTING.md, and STYLEGUIDE.md.

0.1.0 #

  • Initial release.