VitorLuizC / vue-uuid

Add UUID to Vue instance.
MIT License
73 stars 7 forks source link

possible to support uuid 1 - 4/5? #1

Closed lopugit closed 6 years ago

lopugit commented 6 years ago

/* Feature Request /

Might it be possible to support different versions of uuid?

Like https://www.npmjs.com/package/uuid does?

Thanks so much for this package either way <3

lopugit commented 6 years ago

AHAHAHAHAHAHA YOU ALREADY WROTE IT IN YOU MOTHER FUCKER, LEGEND

VitorLuizC commented 6 years ago

Since it only exposes deprecated uuid API, it already has support to v1/v4, but not v5.

this.$uuid.v1()
this.$uuid.v4()
VitorLuizC commented 6 years ago

Support to uuid/v5 was added at version 1.0.