Skip to content

Commit 9dd13db

Browse files
committed
1.42.0
1 parent 67cb87a commit 9dd13db

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

swagger_parser/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
## 1.41.0
27
- Add `field_parsers` option for setting field parsers for JSON serializable
38

swagger_parser/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: swagger_parser
22
description: Package that generates REST clients and data classes from OpenApi definition file
3-
version: 1.41.0
3+
version: 1.42.0
44
repository: https://github.com/Carapacik/swagger_parser
55
topics:
66
- swagger

0 commit comments

Comments
 (0)