Skip to content

Commit

Permalink
1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Carapacik committed Sep 6, 2024
1 parent ade8d64 commit 3a5b3f3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
8 changes: 6 additions & 2 deletions swagger_parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## 1.18.3
- Add version getter to root client
## 1.19.0
- Add version getter to root client:
```dart
final version = RestClient.version;
```
- Add `dio_options_parameter_by_default`

## 1.18.3
- Remove support of BigInt in Dart for `int64` types
Expand Down
8 changes: 3 additions & 5 deletions swagger_parser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
[![Star on Github](https://img.shields.io/github/stars/Carapacik/swagger_parser?logo=github)](https://github.com/Carapacik/swagger_parser)
[![Last commit on Github](https://img.shields.io/github/last-commit/Carapacik/swagger_parser?logo=github)](https://github.com/Carapacik/swagger_parser)
[![Tests](https://github.com/Carapacik/swagger_parser/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/Carapacik/swagger_parser/actions/workflows/tests.yml)
<a href="https://omega-r.com/"><img src="https://raw.githubusercontent.com/Carapacik/swagger_parser/main/.github/readme/omega_logo.png" width="200" align="right"/></a>

## Dart package that generates REST clients and data classes from OpenApi definition files or links

## Features
Expand All @@ -32,18 +30,18 @@ In your pubspec.yaml, add the following dependencies:
```yaml
dependencies:
# dart_mappable: ^4.2.2 # for dart_mappable
# dio: ^5.6.0
# dio: ^5.7.0
# freezed_annotation: ^2.4.4 # for freezed
# json_annotation: ^4.9.0
# retrofit: ^4.2.0
# retrofit: ^4.4.0

dev_dependencies:
# build_runner: ^2.4.12
# carapacik_lints: ^1.9.1
# dart_mappable_builder: ^4.2.3 # for dart_mappable
# freezed: ^2.5.7 # for freezed
# json_serializable: ^6.8.0
# retrofit_generator: ^8.2.0
# retrofit_generator: ^9.0.0
swagger_parser:
```
Expand Down
2 changes: 1 addition & 1 deletion swagger_parser/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: swagger_parser
description: Package that generates REST clients and data classes from OpenApi definition file
version: 1.18.4
version: 1.19.0
repository: https://github.com/Carapacik/swagger_parser/tree/main/swagger_parser
topics:
- swagger
Expand Down

0 comments on commit 3a5b3f3

Please sign in to comment.