Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
StarProxima committed Oct 13, 2023
1 parent de8a1f5 commit b7e0164
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion swagger_parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
## 1.10.0
- Support for generating schemas by url (see [example](https://github.com/Carapacik/swagger_parser/blob/main/swagger_parser/example/swagger_parser.yaml))
- Add new config parameter `schema_url`
- Add new config parameter `schema_from_url_to_file`
- Add new config parameter `prefer_schema_source`

## 1.9.2
- Fix error with `required` in clients ([#101](https://github.com/Carapacik/swagger_parser/issues/103))

## 1.9.1
- Handling incorrect names for classes, enums and methods.
- Additional name for unnamed models [#98](https://github.com/Carapacik/swagger_parser/issues/98)
- Additional name for unnamed models ([#98](https://github.com/Carapacik/swagger_parser/issues/98))
- Support for `deprecated` annotations for methods

## 1.9.0
Expand Down

0 comments on commit b7e0164

Please sign in to comment.