Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Apr 27, 2024. It is now read-only.

Releases: vincentdaogithub/tsid

v0.1.2 - Make Tsid Serializable

16 Apr 06:40
371458f

Choose a tag to compare

Release v0.1.2

What's New?

  • Made Tsid to be Serializable for working with Spring.

Full Changelog: v0.1.1...v0.1.2

v0.1.1 - Update to Documentations & License

04 Apr 09:51

Choose a tag to compare

Release v0.1.1

What's New?

  • Updated README to give more details on how to use Tsid with databases.
  • Added MIT License.
  • Added some references for others to further understand this project.

Full Changelog: v0.1.0...v0.1.1

v0.1.0 - Initialized the repo

27 Mar 16:52

Choose a tag to compare

Release v0.1.0

What's New?

  • Initialized the project and implemented TSID (Time-Sorted ID) based on Snowflake ID.
  • Added bare minimum tests and documentation.

Features

  • Tsid class representing TSID and TsidFactory for generating TSIDs in a thread-safe per-node manner.

References