Skip to content

Commit 6a6c89d

Browse files
authored
Fix: Add required parameter to Swagger for queryStringParameters (#20)
* Bug: Add required parameter for queryStrings Fixes #11 * Chore: Update unit tests * Fix unit test * 1.4.1 * Update .gitignore * chore(release): 1.5.0 * Update CHANGELOG
1 parent a33d5fc commit 6a6c89d

File tree

7 files changed

+601
-20955
lines changed

7 files changed

+601
-20955
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# IDE
2+
.idea
3+
*.iml
4+
15
# package directories
26
node_modules
37
jspm_packages

CHANGELOG.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,29 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5-
### [1.3.1](https://github.com/SamWSoftware/serverless-auto-swagger/compare/v1.3.0...v1.3.1) (2021-11-23)
5+
## [1.5.0](https://github.com/SamWSoftware/serverless-auto-swagger/compare/v1.2.1...v1.5.0) (2022-02-02)
6+
(Contains undocumented updates from 1.4.0)
7+
8+
### Features
9+
10+
* **config:** allow user to choose swagger path ([5ceeb9c](https://github.com/SamWSoftware/serverless-auto-swagger/commit/5ceeb9ced707a7c807fd3728e3e7295602e80381))
11+
* **exclude:** allow user to exclude events ([c0bbe15](https://github.com/SamWSoftware/serverless-auto-swagger/commit/c0bbe15ab6dd962fe2851bf27d2fe33a1899a182))
12+
* **queryStringParameters:** allow user to define query string params ([294926e](https://github.com/SamWSoftware/serverless-auto-swagger/commit/294926ec5d18b253ff42ae47a1b1ab229d738d9e))
13+
* **script:** adding publish script to call np ([4932248](https://github.com/SamWSoftware/serverless-auto-swagger/commit/49322489d27d1db0cc1dd53a34824d2c59112620))
14+
* **swaggerFiles:** allow user to add json openAPI 2.0 files ([ba130a2](https://github.com/SamWSoftware/serverless-auto-swagger/commit/ba130a2d733a97d8069761ae36db455c172817ce))
15+
16+
17+
### Bug Fixes
18+
19+
* **types:** fixing responses on http, and conflicting types in tests ([138626f](https://github.com/SamWSoftware/serverless-auto-swagger/commit/138626fa2c6c320d30fd1064790ff981417b4ede))
20+
* **queryStringParameters:** pass `required` on to Swagger ([4c5ef7d](https://github.com/SamWSoftware/serverless-auto-swagger/commit/4c5ef7d9344e207d08f5461550857ebe2a31a3b0))
21+
22+
## [1.3.1](https://github.com/SamWSoftware/serverless-auto-swagger/compare/v1.3.0...v1.3.1) (2021-11-23)
623

724
## 1.2.0 (2021-09-29)
825

926

1027
### Features
1128

1229
* **deployment:** auto swagger works with sls deploy ([8f0350b](https://github.com/SamWSoftware/serverless-auto-swagger/commit/8f0350b69ec3bb77be4a1c609bf5a71f8281a866))
13-
* **inital commit:** the initial commit ([624e4b4](https://github.com/SamWSoftware/serverless-auto-swagger/commit/624e4b4cf1dbb9768ed720dcbc04040e0b93a97c))
30+
* **initial commit:** the initial commit ([624e4b4](https://github.com/SamWSoftware/serverless-auto-swagger/commit/624e4b4cf1dbb9768ed720dcbc04040e0b93a97c))

0 commit comments

Comments
 (0)