Skip to content

Commit

Permalink
chore: Set version to 3.0.0-preview.1
Browse files Browse the repository at this point in the history
  • Loading branch information
assemmarwan committed Feb 24, 2023
1 parent f651ee9 commit 07b6637
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
27 changes: 26 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,47 @@
## 3.0.0-preview.1

### Breaking Changes

- Upgrade dio to 5.0.0

> Note: To use this package with dio 4.0.0, use version 2.x.x
### Refactors

- Use string interpolation instead of string concatenation

### Chores

- Use `lints` in favor of `pedantic`
- Update dependencies
- logger (1.0.0 --> 1.2.0)
- dio (4.0.0 --> 5.0.0)
- Include Dio version map in README

## 2.1.1

- fix: Avoid replacing `extra` property of options (#6)

## 2.1.0

- feat: Ability to print query parameters (Enabled by default: `includeRequestQueryParams` )
- docs: Added example of query parameters print output

## 2.0.1

- Fixed parsing request/response to String
- Fixed handling of JSON response if List

## 2.0.0

- Fully migrated to Null Safety

## 2.0.0-nullsafety.0
- Migration to Null Safety

- Migration to Null Safety

## 1.0.3

- Added validation for empty body ([#1](https://github.com/assemmarwan/dio_http_formatter/pull/1))

## 1.0.2
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: dio_http_formatter
description: A Dio interceptor for pretty printing the HTTP request/response to be printed in the console for easier debugging
version: 2.1.1
version: 3.0.0-preview.1
repository: https://github.com/assemmarwan/dio_http_formatter
homepage: https://github.com/assemmarwan/dio_http_formatter

Expand Down

0 comments on commit 07b6637

Please sign in to comment.