We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67cb87a commit 9dd13dbCopy full SHA for 9dd13db
swagger_parser/CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 1.42.0
2
+- Support for streaming & SSE
3
+- Fix preserve property names and required modifiers in properties blocks
4
+- Fix API path definitions are incorrectly converted to PascalCase
5
+
6
## 1.41.0
7
- Add `field_parsers` option for setting field parsers for JSON serializable
8
swagger_parser/pubspec.yaml
@@ -1,6 +1,6 @@
name: swagger_parser
description: Package that generates REST clients and data classes from OpenApi definition file
-version: 1.41.0
+version: 1.42.0
repository: https://github.com/Carapacik/swagger_parser
topics:
- swagger
0 commit comments