Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit 3428635

Browse files
authored
Fixes readme typos (#77)
1 parent fda0c7a commit 3428635

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,11 @@ Definitely!
9595

9696
The OpenAPI Specification has undergone 3 revisions since initial creation in 2010. The openapi-json-schema-generator project has the following compatibilities with the OpenAPI Specification:
9797

98-
| OpenAPI JSON Schema Generator Version | Release Date | Notes |
99-
|---------------------------------------|--------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
100-
| 1.0.3 | 2022-11-14 | - Fixes multipart from content-disposition bug<br/>- Fixes addProps referenced when it doesn't exists<br/>- Allows arg + args properties |
101-
| 1.0.2 | 2022-10-20 | - Endpoint overload type hints improved<br/>- Fixes application/x-www-form-urlencoded body value<br/>- Fixes type hint for required property not defined in properties |
102-
| 1.0.1 | 2022-10-10 | - Endpoint overload type hints improved<br/>- Fixes query param content type json serialization<br/>- Applies default headers before header params |
98+
| OpenAPI JSON Schema Generator Version | Release Date | Notes |
99+
|---------------------------------------|--------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
100+
| 1.0.3 | 2022-11-14 | - Fixes multipart form content-disposition bug<br/>- Fixes addProps referenced when it doesn't exist<br/>- Allows arg + args properties |
101+
| 1.0.2 | 2022-10-20 | - Endpoint overload type hints improved<br/>- Fixes application/x-www-form-urlencoded body value<br/>- Fixes type hint for required property not defined in properties |
102+
| 1.0.1 | 2022-10-10 | - Endpoint overload type hints improved<br/>- Fixes query param content type json serialization<br/>- Applies default headers before header params |
103103
| 1.0.0 | 2022-10-04 | - Endpoint overload type hints improved<br/>- Fixes Attribute error when using auth header<br/>- Fixes for refed properties with invalid names<br/>- Fixes regex patterns without trailing slashes break Python client generation |
104104

105105
OpenAPI Spec compatibility: 3.0.0 - 3.0.3

0 commit comments

Comments
 (0)