Skip to content

Releases: benasher44/uuid

0.0.7

29 Dec 23:08
2a375db
Compare
Choose a tag to compare
  • Added uuidOf(bytes) to construct a Uuid from a ByteArray
    Ben Asher
    #67

  • Added uuidFrom(from) to construct a Uuid from a String
    Ben Asher
    #67

  • Deprecated Uuid.parse() in favor of Uuid.fromString() (now uuidFrom(), which returns a non-null Uuid or throws an error for an invalid string, in line with Java's UUID.fromString().
    Saket Narayan
    #59

  • Uuid(msb: Long, lsb: Long) is now a constructor instead of a free function
    Ben Asher
    #66

  • Removed empty Uuid() constructor (#66)
    Ben Asher
    #66

  • Deprecate Uuid(bytes) (in favor of uuidOf(bytes)), which will eventually become internal
    Ben Asher
    #67

  • Deprecate .uuid in favor of .bytes
    Ben Asher
    #69

0.0.6

21 Nov 17:00
9b681e0
Compare
Choose a tag to compare

0.0.5

03 Sep 23:58
32b5792
Compare
Choose a tag to compare

0.0.4

22 Aug 16:48
788cbe9
Compare
Choose a tag to compare

0.0.3

19 Jun 23:35
2694521
Compare
Choose a tag to compare

The Road to Kotlin Stdlib

This is the first release with changes aimed at prepping UUID to be representative of something that could be a part of the Kotlin stdlib. Big thanks to @Fleshgrinder for getting this started and doing the work!

0.0.2

02 Jun 00:00
7708ed9
Compare
Choose a tag to compare

0.0.1

13 May 04:06
Compare
Choose a tag to compare

Initial release