Skip to content

Stable v2.0.0

Latest
Compare
Choose a tag to compare
@zxq9 zxq9 released this 10 Dec 03:22
· 4 commits to master since this release

Version 2.0.0 of zuuid

A relatively minor update from v1.3, but backwards incompatible due to deprecated exports being removed and the default output for two convenience functions having changed form.

Removed from v1.3

  • zuuid:random_mac/o
  • zuuid:random_clock/0
  • zuuid:random_uid/0
  • zuuid:random_lid/0

Default format calls

In v1.x zuuid:string/1 and zuuid:binary/1 were equivalent to zuuid:string(UUID, brackets) and zuuid:binary(UUID, brackets). Now these calls are equivalent to zuuid:string(UUID, standard) and zuuid:binary(UUID, standard) respectively.