Skip to content

Releases: strizhechenko/uuid05

v0.0.3: refactoring and README update

25 Jun 05:50
Compare
Choose a tag to compare
  • added more examples in README
  • unified signature of .make() and .max_value() methods
  • added --max-value to uuid05 utility

v0.0.2: OOP time

23 Jun 19:00
3b4d3e0
Compare
Choose a tag to compare

Changed library design. Now it provides you with a class UUID05, not with bare functions.

UUID05 behaves as int, as it's a subclass of int.

It has as_b64() method as compact representation.

Utility now supports passing alternative characters for base64.

v0.0.1

23 Jun 18:08
Compare
Choose a tag to compare

First release with README, tests, library and utility.