James Messinger

Results 225 comments of James Messinger

I fully intend to add support for OAI 3.0 soon 👍

Yes, I'm making good progress on this. It's a lot of work and involves [multiple](https://github.com/BigstickCarpet/swagger-parser) [different](https://github.com/BigstickCarpet/json-schema-ref-parser/) [projects](https://github.com/BigstickCarpet/json-schema-lib), so it will take some time.

You can review my progress [here](https://github.com/BigstickCarpet/json-schema-lib) and give me any feedback that you have. I'm currently on a month-long business trip, so I haven't been able to work on it...

Hi all. I'm sorry for the delay. I had to put this project on hold for a couple months due to other commitments. So I basically made no progress in...

Yes, I plan to upgrade this project next. No promises on _when_ though. I'm completely swamped at work right now, so I don't have a lot of spare time to...

Yep! Expect 2.0.0 very soon, with a few breaking changes due to updated dependencies. OpenAPI support is the next priority after that

I've been busy recently and unable to work on this, but I did notice that @sedgewickmm18 submitted PR #119 which adds OpenAPI 3.0 support. As soon as I get a...

I just now merged the PR. As @sedgewickmm18 said, it's only the beginning and additional OAS3 stuff will need to be added, but this is a great start!

I'm not able to reproduce the problem. Maybe I'm doing something different than you. [Here's my sample code](https://runkit.com/bigstickcarpet/swagger-express-middleware-issue-89) You can test it yourself by sending a request to [`https://swagger-express-middleware-issue-89-rb2ucbxv3roy.runkit.sh/`](https://swagger-express-middleware-issue-89-rb2ucbxv3roy.runkit.sh/) Here's...

Ok, thanks for the clarification. I've [updated my test code](https://runkit.com/bigstickcarpet/swagger-express-middleware-issue-89), and now I'm able to reproduce the bug. The problem boils down to this: 1. The code successfully validates each...