Skip to content
This repository was archived by the owner on Aug 1, 2025. It is now read-only.

Commit 7525697

Browse files
authored
Merge pull request #742 from davesag/develop
Release 3.3.3
2 parents 613938e + 1ab6462 commit 7525697

File tree

8 files changed

+3325
-5639
lines changed

8 files changed

+3325
-5639
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Connect [`Express`](http://www.expressjs.com) route controllers to restful paths using a [`Swagger`](http://swagger.io) v2 or [`OpenAPI`](https://www.openapis.org) v3 definition file.
44

5-
[![NPM](https://nodei.co/npm/swagger-routes-express.png)](https://nodei.co/npm/swagger-routes-express/)
5+
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/davesag/swagger-routes-express/tree/develop.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/davesag/swagger-routes-express/tree/develop)
66

77
## Assumptions
88

@@ -495,8 +495,8 @@ const { connector } = require('swagger-routes-express')
495495
<!-- prettier-ignore -->
496496
| Branch | Status | Coverage | Audit | Notes |
497497
| ------ | ------ | -------- | ----- | ----- |
498-
| `develop` | [![CircleCI](https://circleci.com/gh/davesag/swagger-routes-express/tree/develop.svg?style=svg)](https://circleci.com/gh/davesag/swagger-routes-express/tree/develop) | [![codecov](https://codecov.io/gh/davesag/swagger-routes-express/branch/develop/graph/badge.svg)](https://codecov.io/gh/davesag/swagger-routes-express) | [![Vulnerabilities](https://snyk.io/test/github/davesag/swagger-routes-express/develop/badge.svg)](https://snyk.io/test/github/davesag/swagger-routes-express/develop) | Work in progress |
499-
| `main` | [![CircleCI](https://circleci.com/gh/davesag/swagger-routes-express/tree/main.svg?style=svg)](https://circleci.com/gh/davesag/swagger-routes-express/tree/main) | [![codecov](https://codecov.io/gh/davesag/swagger-routes-express/branch/main/graph/badge.svg)](https://codecov.io/gh/davesag/swagger-routes-express) | [![Vulnerabilities](https://snyk.io/test/github/davesag/swagger-routes-express/main/badge.svg)](https://snyk.io/test/github/davesag/swagger-routes-express/main) | Latest stable release |
498+
| `develop` | [![CircleCI](https://dl.circleci.com/status-badge/img/gh/davesag/swagger-routes-express/tree/develop.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/davesag/swagger-routes-express/tree/develop) | [![codecov](https://codecov.io/gh/davesag/swagger-routes-express/branch/develop/graph/badge.svg)](https://codecov.io/gh/davesag/swagger-routes-express) | [![Vulnerabilities](https://snyk.io/test/github/davesag/swagger-routes-express/develop/badge.svg)](https://snyk.io/test/github/davesag/swagger-routes-express/develop) | Work in progress |
499+
| `main` | [![CircleCI](https://dl.circleci.com/status-badge/img/gh/davesag/swagger-routes-express/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/davesag/swagger-routes-express/tree/main) | [![codecov](https://codecov.io/gh/davesag/swagger-routes-express/branch/main/graph/badge.svg)](https://codecov.io/gh/davesag/swagger-routes-express) | [![Vulnerabilities](https://snyk.io/test/github/davesag/swagger-routes-express/main/badge.svg)](https://snyk.io/test/github/davesag/swagger-routes-express/main) | Latest stable release |
500500

501501
### Prerequisites
502502

cspell.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"version": "0.2",
3+
"ignorePaths": [],
4+
"dictionaryDefinitions": [],
5+
"dictionaries": [],
6+
"words": [],
7+
"ignoreWords": ["expressjs"],
8+
"import": []
9+
}

0 commit comments

Comments
 (0)