tlivings / enjoi

Converts a JSON schema to a Joi schema.
Apache License 2.0
282 stars 57 forks source link

Source code of version 6.0.0 #86

Closed rahulmohang closed 4 years ago

rahulmohang commented 4 years ago

Hello all,

Can you please let me know where I can get the source code for version 6.0.0?

tlivings commented 4 years ago

Should be able to grab from commit history no?

JoeScho commented 4 years ago

Go to CHANGELOG.md > click on 'blame' > click on the commit next to v6.0.0 > click on "browse" and you can view the repo at that point in time

https://github.com/tlivings/enjoi/tree/acfebdb2de258655a22e1628c9a15c42388f55aa

rahulmohang commented 4 years ago

Thank you @tlivings and @JoeScho for the help.