Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
456b0a8
handle req.query mutations for express 5
Dec 28, 2024
1d69d8a
handle req.query mutations for express 5
Dec 28, 2024
f9d6747
Update README.md
cdimascio Jan 26, 2025
5e8e01b
Update README.md
cdimascio Jan 26, 2025
a84f611
allow mutation for express 5 validaiton (#1043)
cdimascio Feb 9, 2025
c7d61e4
v5.4.3
Feb 9, 2025
4edacd8
update README
Feb 9, 2025
86374a3
handle req.query mutations for express 5
Dec 28, 2024
2e02653
handle req.query mutations for express 5
Dec 28, 2024
536e0b0
test(express-5): change routes in tests to new path route syntax (#1036)
SF97 Apr 6, 2025
3f777bd
allow mutation for express 5 validaiton (#1043)
cdimascio Feb 9, 2025
85a2920
caches pre-processed resolved schemas
Feb 23, 2025
7b81407
update change history
cdimascio Apr 6, 2025
ab173b9
Update README.md (#1033)
cdimascio Feb 23, 2025
b3ce8f9
Fix history (#1049)
cdimascio Mar 2, 2025
4fb992e
enhances example(s) removal for api requests
cdimascio Mar 2, 2025
778e99e
Cmd/fixhist (#1050)
cdimascio Mar 2, 2025
a8c8253
Fixup history
cdimascio Mar 2, 2025
9ba09a3
Update README.md
cdimascio Dec 3, 2019
93604cc
Update README.md
cdimascio Dec 9, 2019
d44ea90
docs: add LEI as a contributor (#453)
allcontributors[bot] Nov 9, 2020
4accc86
handle req.query mutations for express 5
cdimascio Dec 28, 2024
2c0259c
upgrade to express 5.1.0
cdimascio Apr 6, 2025
27290a7
fixes test 1022.spec.ts
cdimascio Apr 6, 2025
2842be7
fix types
cdimascio Apr 6, 2025
0050de2
implements handling for bracket notation query strings, fixes related…
cdimascio Apr 13, 2025
35a9377
update temp test suit
cdimascio Apr 13, 2025
23b7c05
v6.0.0-alpha.1
cdimascio Apr 13, 2025
ad0a919
v6.0.0-alpha.7
cdimascio Apr 14, 2025
ed1604d
Merge branch 'master' into express-5-support
cdimascio Apr 14, 2025
5036628
update README
cdimascio Apr 14, 2025
fec0646
Merge branch 'master' into express-5-support
cdimascio Apr 14, 2025
76bee0f
Merge branch 'master' into express-5-support
cdimascio Apr 14, 2025
5b9932a
fixes wildcard path tests
cdimascio Apr 14, 2025
2521a75
v6.0.0-alpha.8
cdimascio Apr 14, 2025
3e15ef2
Merge branch 'master' into express-5-support
cdimascio Apr 14, 2025
3dfe70d
fix operation handler test suite
cdimascio Apr 14, 2025
476df57
fixed serializable test handling
cdimascio Apr 15, 2025
c6d87b7
v6.0.0-alpha.9
cdimascio Apr 15, 2025
b9dc9ec
Merge branch 'master' into express-5-support
cdimascio Apr 15, 2025
4d1bc69
fix test for express 4 and 5
cdimascio Apr 19, 2025
052c81b
update test to use proper router depending on express version
cdimascio Apr 19, 2025
d7db832
fixes serdes test path formattting
cdimascio Apr 20, 2025
b34e80a
fixes path syntax in 699 test
cdimascio Apr 20, 2025
1ce6640
fix path params test
cdimascio Apr 20, 2025
d1d0496
fixes multipart wildcard tests
cdimascio Apr 20, 2025
99ba76c
fixes wildcard test to work for both express 4 and 5
cdimascio Apr 20, 2025
0f42afe
fix wildcard test to work for express 4 and express 5
cdimascio Apr 20, 2025
efa7602
run tests against both express4 and express@latest
cdimascio Apr 24, 2025
5be301a
set version to 5.5.0
cdimascio Apr 24, 2025
23ed434
Merge branch 'master' into express-5-support
cdimascio Apr 24, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
- name: Build the project
run: npm run compile
- name: Test the project
run: npm test
run: npm run test:all
41 changes: 11 additions & 30 deletions CHANGE_HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,16 @@
## (2025-04-06)

* updates types in tests ([debebb9](https://github.com/cdimascio/express-openapi-validator/commit/debebb9))
* upgrades dependencies ([3e91cab](https://github.com/cdimascio/express-openapi-validator/commit/3e91cab))
* v5.4.9 ([a785f71](https://github.com/cdimascio/express-openapi-validator/commit/a785f71))



## (2025-04-04)

* removed unused imports ([014a0ef](https://github.com/cdimascio/express-openapi-validator/commit/014a0ef))
* fix: use `Array.isArray` instead of `instanceof Array` for checking whether parameters are already ([c944951](https://github.com/cdimascio/express-openapi-validator/commit/c944951)), closes [#1056](https://github.com/cdimascio/express-openapi-validator/issues/1056)



## (2025-03-22)

* chore(deps): bump serialize-javascript and mocha (#1045) ([03ecefe](https://github.com/cdimascio/express-openapi-validator/commit/03ecefe)), closes [#1045](https://github.com/cdimascio/express-openapi-validator/issues/1045)
* Fix error reporting for unresolved property (#1054) ([2910393](https://github.com/cdimascio/express-openapi-validator/commit/2910393)), closes [#1054](https://github.com/cdimascio/express-openapi-validator/issues/1054)
* Fixes spacing/linting ([6269e95](https://github.com/cdimascio/express-openapi-validator/commit/6269e95))



2025-03-02
===================



## (2025-03-02)

* removes example and examples from all schemas, not just object types ([bd9426c](https://github.com/cdimascio/express-openapi-validator/commit/bd9426c))
* Update README.md (#1033) ([8e37442](https://github.com/cdimascio/express-openapi-validator/commit/8e37442)), closes [#1033](https://github.com/cdimascio/express-openapi-validator/issues/1033)
* allow mutation for express 5 validaiton (#1043) ([a84f611](https://github.com/cdimascio/express-openapi-validator/commit/a84f611)), closes [#1043](https://github.com/cdimascio/express-openapi-validator/issues/1043)
* caches pre-processed resolved schemas ([85a2920](https://github.com/cdimascio/express-openapi-validator/commit/85a2920))
* handle req.query mutations for express 5 ([2e02653](https://github.com/cdimascio/express-openapi-validator/commit/2e02653))
* handle req.query mutations for express 5 ([86374a3](https://github.com/cdimascio/express-openapi-validator/commit/86374a3))
* handle req.query mutations for express 5 ([1d69d8a](https://github.com/cdimascio/express-openapi-validator/commit/1d69d8a))
* handle req.query mutations for express 5 ([456b0a8](https://github.com/cdimascio/express-openapi-validator/commit/456b0a8))
* update README ([4edacd8](https://github.com/cdimascio/express-openapi-validator/commit/4edacd8))
* Update README.md ([5e8e01b](https://github.com/cdimascio/express-openapi-validator/commit/5e8e01b))
* Update README.md ([f9d6747](https://github.com/cdimascio/express-openapi-validator/commit/f9d6747))
* v5.4.3 ([c7d61e4](https://github.com/cdimascio/express-openapi-validator/commit/c7d61e4))
* test(express-5): change routes in tests to new path route syntax (#1036) ([536e0b0](https://github.com/cdimascio/express-openapi-validator/commit/536e0b0)), closes [#1036](https://github.com/cdimascio/express-openapi-validator/issues/1036)



Expand Down
Loading