-
Notifications
You must be signed in to change notification settings - Fork 123
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
🔖 release chopper v7.0.10, chopper_generator v7.0.7 #541
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: Ivan Terekhin <i.terhin@gmail.com>
Co-authored-by: István Juhos <stewemetal@gmail.com>
Co-authored-by: Ivan Terekhin <i.terhin@gmail.com>
…sonConverter on the request (#324)
Co-authored-by: Meysam Karimi <mysmartapply.it4@gmail.com>
…upport compute() (#345)
….0 and migrate deprecated code (#358)
* Changing replace all to ignore http:// and https:// * Adding fix to generator * change on pull request number * change implementation --------- Co-authored-by: Martin Alejandro Escobar Espinel <mescobar@softlab.com.co>
Bumps [lints](https://github.com/dart-lang/lints) from 2.1.1 to 3.0.0. - [Release notes](https://github.com/dart-lang/lints/releases) - [Changelog](https://github.com/dart-lang/lints/blob/main/CHANGELOG.md) - [Commits](dart-lang/lints@v2.1.1...v3.0.0) --- updated-dependencies: - dependency-name: lints dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [lints](https://github.com/dart-lang/lints) from 2.1.1 to 3.0.0. - [Release notes](https://github.com/dart-lang/lints/releases) - [Changelog](https://github.com/dart-lang/lints/blob/main/CHANGELOG.md) - [Commits](dart-lang/lints@v2.1.1...v3.0.0) --- updated-dependencies: - dependency-name: lints dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [lints](https://github.com/dart-lang/lints) from 2.1.1 to 3.0.0. - [Release notes](https://github.com/dart-lang/lints/releases) - [Changelog](https://github.com/dart-lang/lints/blob/main/CHANGELOG.md) - [Commits](dart-lang/lints@v2.1.1...v3.0.0) --- updated-dependencies: - dependency-name: lints dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
# Conflicts: # .github/workflows/dart.yml # .github/workflows/publish.yml # .github/workflows/publish_dry_run.yml # chopper/example/definition.chopper.dart # chopper/test/base_test.dart # chopper/test/test_service.chopper.dart # chopper/test/test_service.dart # chopper/test/test_service_base_url.chopper.dart # chopper/test/test_service_variable.chopper.dart # chopper_generator/lib/src/generator.dart # chopper_generator/test/test_service.chopper.dart # chopper_generator/test/test_service.dart # chopper_generator/test/test_service_variable.chopper.dart # tool/ci.sh
# chopper ## 7.0.10 - Enable the user to specify non-String type header values by calling `.toString()` on any non-String Dart type. ([#538](#538)) # chopper_generator ## 7.0.7 - Enable the user to specify non-String type header values by calling `.toString()` on any non-String Dart type. ([#538](#538))
techouse
requested review from
JEuler,
lejard-h,
meysam1717 and
stewemetal
as code owners
December 30, 2023 08:37
techouse
added
release
prod release
and removed
enhancement
New feature or request
labels
Dec 30, 2023
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #541 +/- ##
=======================================
Coverage 94.02% 94.02%
=======================================
Files 10 10
Lines 469 469
=======================================
Hits 441 441
Misses 28 28 ☔ View full report in Codecov by Sentry. |
JEuler
approved these changes
Dec 30, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
chopper
7.0.10
.toString()
on any non-String Dart type. (#538)chopper_generator
7.0.7
.toString()
on any non-String Dart type. (#538)