typeid

Type-safe, K-sortable, globally unique identifier inspired by Stripe IDs

APACHE-2.0 License

Stars
2.8K

Bot releases are visible (Hide)

typeid - v0.1.1 Latest Release

Published by github-actions[bot] over 1 year ago

Spec

  • There is now a formal version of the spec.
  • The spec now includes testdata that implementations can use to validate conformance

Implementations

Thanks to @TenCoKaciStromy, @akhundMurad, @broothie, @alisa101rs, @conradludgate, @Frizlab and @ongteckwu for providing additional implementations of TypeID in new languages. There are now implementations in the following languages:

  • C#
  • Python
  • Ruby
  • Rust
  • Swift
  • Typescript

CLI

The CLI has been upgraded to use the latest go library, main improvements include:

  • Extensive testing
  • Fixed an edge case that would some times cause a panic
  • Upgrades the UUID library we depend on to use the latest version
typeid - v0.1.0

Published by github-actions[bot] over 1 year ago

First release of typeid