hoeck / simple-runtypes

Small, efficient and extendable runtype library for Typescript
MIT License
114 stars 5 forks source link

Is this project live? #99

Open dimatakoy opened 1 year ago

dimatakoy commented 1 year ago

Looks like this project is exactly what i need. But i cannot understand project status correctly. I see an issues with merged PRs, but it was not released for months.

hoeck commented 1 year ago

Hi @dimatakoy yeah its well alive. I am using it in production myself.

The merged PRs which have not been released are breaking changes to the API. I wanted to add another one (the record -> object) rename to not have too many small change releases.

But atm. I am focused on another project of mine so that is why you see no activity here.

Have you checked the other runtype checkers at: https://github.com/moltar/typescript-runtime-type-benchmarks ? The most similar to simple-runtypes is probably valita

Anyways, thanks for asking. If you'd still like to use simple-runtypes instead of all the other runtime libraries out there please let me know. I just might find a bit of time to do all pending changes and create a new release.