Echo JS 0.11.0

<~>

debdut comments

debdut 820 days ago. link 1 point
Getting started with extensions is hard especially when there's no great framework. I built a great boilerplate with everything set up for you to build your product!
debdut 1228 days ago. link 2 points
UUID Readable V2.0

Last time I posted this on here, you guys critiqued and appreciated this library. This helped me to build on the next features, Readable UUID now has an Inverse which returns UUID given an Readable UUID. Additionally, now you generate a small 32 bit human id like “11 green birds happily buzzed” and later on, you can verify this short readable against original UUID. Plus some of you asked about entropy reduction in Readable UUID, I have added a section in the README called “How it works?” and proved how it's 128 bit and no entropy is lost.

Thanks, Debdut