SollmoStudio / beyond

Beyond: The Scalable Game Server Framework
http://www.beyondframework.com
Apache License 2.0
25 stars 9 forks source link

JavaScript API - UUID #123

Closed hatashiro closed 10 years ago

hatashiro commented 10 years ago

118.

v1 method added. One of node-uuid is referred to for it.

API is like below:

uuid.v1([options]);

options is quite similar to one of node-uuid, except for the node property, like below:

options - (Object) Optional uuid state to apply. Properties may include:

I think implementing v1 is quite enough for the UUID module now as we already have parse and can get information from each UUID with it.

hatashiro commented 10 years ago

124.

kseo commented 10 years ago

Landed manually.