paralleldrive / cuid

Collision-resistant ids optimized for horizontal scaling and performance.
Other
3.44k stars 123 forks source link

Add slug() method definition #90

Closed wclr closed 6 years ago

paambaati commented 6 years ago

@whitecolor Once https://github.com/whitecolor/cuid/pull/1 gets merged, this PR can land.

paambaati commented 6 years ago

@ericelliott Can we get this merged? Anything else I can help with?

ericelliott commented 6 years ago

Pushed as v2.1.0 -- please test and let me know if it works for you

wclr commented 6 years ago

Hm, there is only 2.0.2 on npm and it contains old index.d.ts

paambaati commented 6 years ago

@ericelliott 2.1.0 isn't published yet; the latest version on NPM is still 2.0.2.

wclr commented 6 years ago

Ok so I will check npm version. I believe there should be no problem.

ericelliott commented 6 years ago

Sorry. Published. Please test.

paambaati commented 6 years ago

@ericelliott @whitecolor Works now, thanks!