Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

6.0.0 #397

Merged
merged 21 commits into from
Dec 14, 2022
Merged

6.0.0 #397

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion chopper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog
## 6.0.0

- Replaced the String based path with Uri (BREAKING CHANGE)
- Fix for Authenticator body rewrite

## 5.2.0

- Replaced the String based path with Uri
- Replaced the String based path with Uri (BREAKING CHANGE)
- Fix for Authenticator body rewrite

## 5.1.0
Expand Down
2 changes: 1 addition & 1 deletion chopper/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: chopper
description: Chopper is an http client generator using source_gen, inspired by Retrofit
version: 5.2.0
version: 6.0.0
documentation: https://hadrien-lejard.gitbook.io/chopper
repository: https://github.com/lejard-h/chopper

Expand Down
7 changes: 6 additions & 1 deletion chopper_generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog

## 6.0.0

- Replaced the String based path with Uri (BREAKING CHANGE)

## 5.2.0

- Replaced the String based path with Uri
- Replaced the String based path with Uri (BREAKING CHANGE)

## 5.1.0

Expand Down
4 changes: 2 additions & 2 deletions chopper_generator/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: chopper_generator
description: Chopper is an http client generator using source_gen, inspired by Retrofit
version: 5.2.0
version: 6.0.0
documentation: https://hadrien-lejard.gitbook.io/chopper
repository: https://github.com/lejard-h/chopper

Expand All @@ -11,7 +11,7 @@ dependencies:
analyzer: '>=4.4.0 <6.0.0'
build: ^2.0.0
built_collection: ^5.0.0
chopper: ^5.0.0
chopper: ^6.0.0
code_builder: ^4.3.0
dart_style: ^2.0.0
logging: ^1.0.0
Expand Down