mirror of
https://github.com/foss42/apidash.git
synced 2025-07-01 05:30:54 +08:00
Update CHANGELOG.md
This commit is contained in:
@ -1,5 +1,9 @@
|
|||||||
# API Dash ⚡️ Changelog
|
# API Dash ⚡️ Changelog
|
||||||
|
|
||||||
|
## v0.3.0 [09-10-2023]
|
||||||
|
|
||||||
|
The following features have been added in this release:
|
||||||
|
|
||||||
## v0.2.0 [05-05-2023]
|
## v0.2.0 [05-05-2023]
|
||||||
|
|
||||||
The following features were added in this release:
|
The following features were added in this release:
|
||||||
@ -39,7 +43,9 @@ Initial release
|
|||||||
### Features included in v0.1.0
|
### Features included in v0.1.0
|
||||||
|
|
||||||
#### 1. Create & Customize API Requests
|
#### 1. Create & Customize API Requests
|
||||||
|
|
||||||
Draft API requests via an easy to use GUI which allows you to:
|
Draft API requests via an easy to use GUI which allows you to:
|
||||||
|
|
||||||
- Create different types of HTTP requests (GET, HEAD, POST, PATCH, PUT and DELETE)
|
- Create different types of HTTP requests (GET, HEAD, POST, PATCH, PUT and DELETE)
|
||||||
- Easily manipulate and play around with request inputs like headers, query parameters and body.
|
- Easily manipulate and play around with request inputs like headers, query parameters and body.
|
||||||
|
|
||||||
@ -60,7 +66,7 @@ https://user-images.githubusercontent.com/1382619/227082005-7b374f5a-c406-4963-8
|
|||||||
#### 3. Generate Dart Code Automatically
|
#### 3. Generate Dart Code Automatically
|
||||||
|
|
||||||
API Dash is the **only** open source API client that supports Dart code generation so that you can easily integrate APIs in your Dart/Flutter project.
|
API Dash is the **only** open source API client that supports Dart code generation so that you can easily integrate APIs in your Dart/Flutter project.
|
||||||
For each request, you can click on **View Code** to directly view the corresponding Dart code which you can then *Copy* and directly run it on DartPad.
|
For each request, you can click on **View Code** to directly view the corresponding Dart code which you can then _Copy_ and directly run it on DartPad.
|
||||||
|
|
||||||
**Feature Preview (Video)👇**
|
**Feature Preview (Video)👇**
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user