Skip to content

Releases: vmelamed/vm2.Ulid

Mostly CI/CD work

23 Sep 23:13

Choose a tag to compare

But also, small changes in the API-s.

  • Added parameter isUtf8 to the Ulid constructor Ulid(ReadOnlySpan<byte>, bool isUtf8) and to bool TryWrite(Span<byte> destination, bool asUtf8).
    Instead of guessing the meaning of the bytes from the length, let the caller state clearly what is their intent.

  • Small improvement of ToString().