chore(release): publish packages

- wyatt_http_client@1.2.0
This commit is contained in:
Hugo Pointcheval 2022-06-24 16:01:45 +02:00
parent a7204f588f
commit 9203df94a0
Signed by: hugo
GPG Key ID: A9E8E9615379254F
3 changed files with 32 additions and 1 deletions

View File

@ -3,6 +3,30 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 2022-06-24
### Changes
---
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- [`wyatt_http_client` - `v1.2.0`](#wyatt_http_client---v120)
---
#### `wyatt_http_client` - `v1.2.0`
- **FEAT**: add new middleware feature.
- **FEAT**: implements doublelinked list for middlewares.
- **FEAT**: [WIP] implements middleware system.
- **FEAT**: [WIP] work on middleware feature.
## 2022-05-23 ## 2022-05-23
### Changes ### Changes

View File

@ -1,3 +1,10 @@
## 1.2.0
- **FEAT**: add new middleware feature.
- **FEAT**: implements doublelinked list for middlewares.
- **FEAT**: [WIP] implements middleware system.
- **FEAT**: [WIP] work on middleware feature.
## 1.1.0 ## 1.1.0
- **FEAT**: add oauth2 refresh token client. - **FEAT**: add oauth2 refresh token client.

View File

@ -1,7 +1,7 @@
name: wyatt_http_client name: wyatt_http_client
description: A Dart client for RESTful APIs with authentication. description: A Dart client for RESTful APIs with authentication.
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_http_client repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_http_client
version: 1.1.0 version: 1.2.0
environment: environment:
sdk: '>=2.17.0 <3.0.0' sdk: '>=2.17.0 <3.0.0'