From 8e74971fc74dd9553fcaba38ccd0542a3ea9222a Mon Sep 17 00:00:00 2001 From: Carmine DiMascio Date: Fri, 27 Dec 2024 11:59:51 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ad1a377..26788f82 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,9 @@ - ๐Ÿงต optionally auto-map OpenAPI endpoints to Express handler functions - โœ‚๏ธ **\$ref** support; split specs over multiple files - ๐ŸŽˆ file upload +- โœ๏ธ OpenAPI 3.0.x and 3.1.x spec support + **Docs:** - ๐Ÿ“– [documentation](https://cdimascio.github.io/express-openapi-validator-documentation/) @@ -29,7 +31,7 @@ [NestJS](https://github.com/cdimascio/express-openapi-validator/tree/master/examples/9-nestjs) [Koa](https://github.com/cdimascio/express-openapi-validator/tree/lerna-fastify/packages/koa-openapi-validator) and [Fastify](https://github.com/cdimascio/express-openapi-validator/tree/lerna-fastify/packages/fastify-openapi-validator) now available! ๐Ÿš€ -[OAS 3.1 (beta)](https://github.com/cdimascio/express-openapi-validator/pull/882) is available in v5.4.0! + ## Install From e55fffc97c8279ba87f1b528fc6d2f37c0f77eb0 Mon Sep 17 00:00:00 2001 From: Carmine DiMascio Date: Fri, 27 Dec 2024 12:01:42 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26788f82..13c2bc70 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ [NestJS](https://github.com/cdimascio/express-openapi-validator/tree/master/examples/9-nestjs) [Koa](https://github.com/cdimascio/express-openapi-validator/tree/lerna-fastify/packages/koa-openapi-validator) and [Fastify](https://github.com/cdimascio/express-openapi-validator/tree/lerna-fastify/packages/fastify-openapi-validator) now available! ๐Ÿš€ - +[OAS 3.1 (beta)](https://github.com/cdimascio/express-openapi-validator/pull/882) is available in `>=v5.4.0`! ## Install