Skip to content

Commit

Permalink
1.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Carapacik committed Mar 2, 2024
1 parent 476e2a6 commit 8fe2fc6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
9 changes: 7 additions & 2 deletions swagger_parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
## 1.16.3

- Temporary fix for ([#110](https://github.com/Carapacik/swagger_parser/issues/110))
- Temporary fix for ([#110](https://github.com/Carapacik/swagger_parser/issues/110)
- Ignore parameters start with `x-`
for ([#185](https://github.com/Carapacik/swagger_parser/issues/185))
- Fixed parameter type ([#186](https://github.com/Carapacik/swagger_parser/issues/186)
- Fixed handle `$ref` ([#187](https://github.com/Carapacik/swagger_parser/issues/187))
and ([#183](https://github.com/Carapacik/swagger_parser/issues/183))

## 1.16.2

- Add new exceptions to export
- Fixed file name from schemeUrl
- Fixed file name from `schemeUrl`

## 1.16.1

Expand Down
8 changes: 4 additions & 4 deletions swagger_parser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ In your pubspec.yaml, add the following dependencies:

```yaml
dependencies:
# dart_mappable: ^4.2.0 # for dart_mappable
# dio: ^5.4.0
# dart_mappable: ^4.2.1 # for dart_mappable
# dio: ^5.4.1
# freezed_annotation: ^2.4.1 # for freezed
# json_annotation: ^4.8.1
# retrofit: ^4.1.0

dev_dependencies:
# build_runner: ^2.4.7
# dart_mappable_builder: ^4.2.0 # for dart_mappable
# build_runner: ^2.4.8
# dart_mappable_builder: ^4.2.1 # for dart_mappable
# freezed: ^2.4.7 # for freezed
# json_serializable: ^6.7.1
# retrofit_generator: ^8.1.0
Expand Down
4 changes: 2 additions & 2 deletions swagger_parser/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ environment:
sdk: ^3.0.0

dependencies:
dart_mappable: ^4.2.0
dart_mappable: ^4.2.1
dio: ^5.4.1
freezed_annotation: ^2.4.1
json_annotation: ^4.8.1
Expand All @@ -14,7 +14,7 @@ dependencies:
dev_dependencies:
build_runner: ^2.4.8
carapacik_lints: ^1.4.2
dart_mappable_builder: ^4.2.0
dart_mappable_builder: ^4.2.1
freezed: ^2.4.7
json_serializable: ^6.7.1
retrofit_generator: ^8.1.0
Expand Down

0 comments on commit 8fe2fc6

Please sign in to comment.