Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: ksuid/ksuid

ksuid-1.1.4

20 Aug 18:11
c50a92f

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: ksuid-1.1.3...ksuid-1.1.4

ksuid-1.1.3

23 Oct 05:15
9bca8e4

Choose a tag to compare

What's Changed

  • Updating library versions by @oocf in #14

New Contributors

  • @oocf made their first contribution in #14

Full Changelog: ksuid-1.1.2...ksuid-1.1.3

ksuid-1.1.2

10 Feb 06:59
047c2aa

Choose a tag to compare

What's Changed

  • Add convenience method Ksuid.fromInstant(instant) for creating Ksuid with a given Instant.

Full Changelog: ksuid-1.1.1...ksuid-1.1.2

ksuid-1.1.1

18 Jun 21:14
f90f3f8

Choose a tag to compare

What's Changed

  • Ksuid class now implements Serializable interface. PR #9

Full Changelog: ksuid-1.1.0...ksuid-1.1.1

ksuid-1.1.0

09 Feb 07:47
0c9f054

Choose a tag to compare

What's Changed

  • Add support for unsigned 32 bit UTC timestamps, for timestamps with years after 2082. PR #2
  • Add Ksuid.newKsuid() convenience method. PR #4
    • Ksuid.toString() is now more friendly but the change is technically backward-incompatible. Previous toString() method is available as new toLogString() method.
  • Add cli main program for generating ksuid. PR #6

Full Changelog: ksuid-1.0.0...ksuid-1.1.0

ksuid-1.0.0

09 Feb 07:43
dbdb152

Choose a tag to compare

Initial release of ksuid-1.0.0