Skip to content

Releases: robojones/iid

v1.1.0

26 Aug 15:17
d3d6a5f
Compare
Choose a tag to compare
  • Export constants
  • Improve doc comments
  • Use GitHub Actions for automatic unit test execution

v1.0.3

16 Jul 07:42
ef30a91
Compare
Choose a tag to compare

Improve tests and doc comments.

v1.0.2

10 Jul 08:22
db8f530
Compare
Choose a tag to compare

Since the length of Iids was reduced to 63 bit in v1.0.1. They now fit into signed 64 bit integers.
This release adds the export and import methods for int64.

v1.0.1

09 Jul 13:25
c63fa88
Compare
Choose a tag to compare

This release fixes a critical bug from v1.0.0 where in a few years there could be an overflow (see #10).
To solve this ussue iids will only use 63 bits and therefore fit into 64 bit signed integers.

v1.0.0-alpha

08 Jul 20:44
1493aef
Compare
Choose a tag to compare
v1.0.0-alpha Pre-release
Pre-release
test: add test for encoding (#9)