-
Notifications
You must be signed in to change notification settings - Fork 126
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 v8.1.0 #652
Merged
Merged
🔖 release v8.1.0 #652
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)
* ⬆️ Bump lints from 4.0.0 to 5.0.0 in /chopper Bumps [lints](https://github.com/dart-lang/lints) from 4.0.0 to 5.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@v4.0.0...v5.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> * 🚨 fix linter warnings --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Klemen Tušar <techouse@gmail.com>
* ⬆️ Bump lints from 4.0.0 to 5.0.0 in /chopper_generator Bumps [lints](https://github.com/dart-lang/lints) from 4.0.0 to 5.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@v4.0.0...v5.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> * 🚨 fix linter warnings --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Klemen Tušar <techouse@gmail.com>
* ⬆️ Bump lints from 4.0.0 to 5.0.0 in /chopper_built_value Bumps [lints](https://github.com/dart-lang/lints) from 4.0.0 to 5.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@v4.0.0...v5.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> * 🚨 fix linter warnings --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Klemen Tušar <techouse@gmail.com>
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action 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: # chopper/lib/src/annotations.dart # chopper/test/test_service.dart # chopper/test/test_service_base_url.dart # chopper/test/test_service_variable.dart # chopper/test/test_without_response_service.dart # chopper_generator/test/test_service.dart # chopper_generator/test/test_service_variable.dart # chopper_generator/test/test_without_response_service.dart # example/lib/built_value_resource.dart # example/lib/json_serializable.dart
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #652 +/- ##
=======================================
Coverage 93.38% 93.38%
=======================================
Files 21 21
Lines 499 499
=======================================
Hits 466 466
Misses 33 33 ☔ View full report in Codecov by Sentry. |
Guldem
approved these changes
Feb 6, 2025
@JEuler would you mind approving this at your earliest convenience? 😊 |
JEuler
approved these changes
Feb 8, 2025
Sure, thank you so much! |
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.
This pull request introduces several changes to the
chopper
package, primarily focusing on deprecating lower-case method annotations and updating the documentation to use upper-case annotations. Additionally, several new upper-case method annotations have been added, and the library version has been incremented. Below are the most important changes:Deprecation and Introduction of Upper-Case Annotations:
GET
,POST
,PUT
,DELETE
,PATCH
,HEAD
, andOPTIONS
inchopper/lib/src/annotations.dart
. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11]Documentation and Example Updates:
chopper/test/test_service.dart
file to use the new upper-case method annotations in all examples. [1] [2] [3] [4]Changelog and Version Update:
chopper/CHANGELOG.md
to document the deprecation of lower-case method annotations and added a new version entry for 8.1.0.chopper/pubspec.yaml
.These changes ensure consistency in the annotation naming conventions and prepare the library for future improvements.