-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.0.0 #32
Comments
OpenAPI 3.0 sounds more like 2.0.0 stuff since it will likely require further componentization of the code and will require quite a bit of effort. I would also suggest doing as ES6 pass over code to use things like let/const, arrow functions etc (given that we only support Node 6+). |
I agree with you about the OpenAPI 3.0 and it will be great to do the alignment for ES6 syntax. An approach to investigating missing swagger features is a good question. I think those are the core features that related to input validation. The approach in my opinion should be to start writing tests for each of the keywords and see the behavior, In case it is not as expected we can open an issue and fix it. We also know that we miss support in multiple swagger file but that's a known issue that I don't think we should address now |
i believe that everything described by you two so far, besides sync init shouldn't require a new major release. i actually see it more like a roadmap. |
I agree, it was more of a brainstorm regarding what this library needs to be feature-complete, rather than hard prereq. |
This we should do before 1.0.0:
@kibertoad feel free to add your thoughts
The text was updated successfully, but these errors were encountered: