Skip to content

Commit

Permalink
Merge branch 'release/0.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulo-Lopes-Estevao committed May 6, 2023
2 parents d093126 + 70bcd39 commit e320f96
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@

## 0.1.1

- Fix: compatibility: The superclass 'RequestBase' doesn't have a zero argument constructor.
- Fix: compatibility: The superclass 'RequestBase' doesn't have a zero argument constructor.

## 0.2.0

- Add: update README.md to pub.dev
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ It is a package written in dart based on Postman's [postman-code-generators](htt
<br/>

List of supported code generators:
language | variant
|language | variant|
--- | ---
`Dart` | `http`

<br/>

List of supported options:
option | type | description
|option | type | description|
--- | --- | ---
`trimRequestBody` | `boolean` | Whether to trim request body fields
`indentType` | `string` | The type of indentation to be used in the generated code snippet. Can be `Tab` or `Space`
Expand All @@ -41,13 +41,13 @@ Add this to your package's pubspec.yaml file:

```yaml
dependencies:
client_code_generators: ^0.1.0
client_code_generators: ^0.2.0
```
You can install packages from the command line:
```bash
$ pub get
$ dart pub get
```


Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: client_code_generators
description: Converts HTTP requests into different languages of your choice, generating HTTP request code for the same language.
version: 0.1.1
version: 0.2.0
repository: https://github.com/Paulo-Lopes-Estevao/client-code-generators

topics:
Expand Down

0 comments on commit e320f96

Please sign in to comment.