Releases: benasher44/uuid
0.0.7
-
Added
uuidOf(bytes)
to construct aUuid
from aByteArray
Ben Asher
#67 -
Added
uuidFrom(from)
to construct aUuid
from aString
Ben Asher
#67 -
Deprecated
Uuid.parse()
in favor of(nowUuid.fromString()
uuidFrom()
, which returns a non-nullUuid
or throws an error for an invalid string, in line with Java'sUUID.fromString()
.
Saket Narayan
#59 -
Uuid(msb: Long, lsb: Long)
is now a constructor instead of a free function
Ben Asher
#66 -
Deprecate
Uuid(bytes)
(in favor ofuuidOf(bytes)
), which will eventually become internal
Ben Asher
#67
0.0.6
0.0.5
0.0.4
-
no-args constructor in favor of
uuid4
.
Richard Fussenegger
#42
0.0.3
-
Add helper methods
version
andvariant
.
Björn Schramke
#16
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!
-
Add newline at end of files
Richard Fussenegger
#30 -
Changed compatibility to Java 1.6
Richard Fussenegger
#31 -
Renamed UUID to Uuid (with
typealias
for backwards compatibility)
Richard Fussenegger
#36
0.0.2
-
Use SecureRandom on JVM.
Björn Schramke
#16 -
Fix incorrect version bit
Björn Schramke
#16 -
Improve JVM test coverage
Björn Schramke
#16
0.0.1
Initial release