dojo / core

:rocket: Dojo 2 - language helpers and utilities.
http://dojo.io
Other
213 stars 62 forks source link

Ability to generate UUID v4 #214

Closed kitsonk closed 7 years ago

kitsonk commented 7 years ago

We should have the ability to generate UUIDs that are RFC 4122 v4 compliant as part of core. This would resolve both dojo/examples#71 and dojo/stores#16.

kitsonk commented 7 years ago

Here is reference to a v4 complaint UUID.

kitsonk commented 7 years ago

@agubler suggested we consider node-uuid... I am not sure which is the best long term solution to have common external dependencies

rorticus commented 7 years ago

Fixed in https://github.com/dojo/core/pull/244