v1.4.0
Added support for monotonic ULIDs
Note: This version contains a (minor) breaking change. The IUlidRng
now no longer specifies an integer (length) for the GetRandomBytes()
method but requires a DateTimeOffset
since the length was always 10
. The DateTimeOffset
provides some context for RNG's for which the time-part of a ULID a sequence of random bytes is required.