This commit is contained in:
Tutur33
2023-11-24 22:35:41 +01:00
parent 3c0b507a93
commit 7644b2a0f7
45165 changed files with 4803356 additions and 3 deletions
+41
View File
@@ -0,0 +1,41 @@
# Master
# 2.0.5 - 1 February, 2021
### Improvements
- Added basic support for relative URLs #59
- Update dependencies to fix security vulnerabilities
# 2.0.4 - 26 Nov, 2020
### Improvements
- Nullable is now fully supported
- Update dependencies to fix security vulnerabilities
# 2.0.2 - 7 July, 2020
### Improvements
- Speed-up `api-schema-builder` import by lazy loading required dependencies #54
# 2.0.1 - 13 May, 2020
### Improvements
- Support empty servers in OpenAPI 3.0 spec #50
# 2.0.0 - 23 April, 2020
### New features
- Support for servers and base path in OAS 3 #46
### Improvements
- Speed-up import of `api-schema-builder` and reduce total bundle size by removing polyfills #45
### Breaking changes
- Validate loaded OpenAPI specification (throws an error if it's not a valid OpenAPI 3.0 document) #47
- Drop Node 6 support #45
- If your OpenAPI 3.x specification includes servers definition, some of the endpoints that weren't being matched for validation in the past can start getting validated (if any of servers + path combination matches) #46