From 70bcd394da461307bf7a19e4e8965118c4182bf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paulo=20Lopes=20Estev=C3=A3o?= Date: Sat, 6 May 2023 02:42:49 +0100 Subject: [PATCH] chore: :bookmark: update README.md to pub.dev --- CHANGELOG.md | 6 +++++- README.md | 8 ++++---- pubspec.yaml | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adbda89..377420d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,4 +4,8 @@ ## 0.1.1 -- Fix: compatibility: The superclass 'RequestBase' doesn't have a zero argument constructor. \ No newline at end of file +- Fix: compatibility: The superclass 'RequestBase' doesn't have a zero argument constructor. + +## 0.2.0 + +- Add: update README.md to pub.dev \ No newline at end of file diff --git a/README.md b/README.md index 3d394f1..72ab355 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,14 @@ It is a package written in dart based on Postman's [postman-code-generators](htt
List of supported code generators: -language | variant +|language | variant| --- | --- `Dart` | `http`
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` @@ -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 ``` diff --git a/pubspec.yaml b/pubspec.yaml index eaa34e9..2f7005a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: