Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: observe validateApiSpec and avoid schema re-checks (performance) #544

Merged
merged 16 commits into from
Feb 28, 2021
Merged
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
/assets
/examples
/example
/packages
/docs
node_modules
/src
/test
/packages
/typings
_config.yml
.all-contributorsrc
Expand Down
7 changes: 7 additions & 0 deletions CHANGE_HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## <small>4.11.1 (2021-02-28)</small>

* chore: update lockfile and patch version ([a7b8a2a](https://github.com/cdimascio/express-openapi-validator/commit/a7b8a2a))
* chore: update npmignore ([7f6eed8](https://github.com/cdimascio/express-openapi-validator/commit/7f6eed8))



## <small>4.10.12 (2021-02-14)</small>

* chore: increment patch version ([4d2df86](https://github.com/cdimascio/express-openapi-validator/commit/4d2df86))
Expand Down