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

🔖 release v8.1.0 #652

Merged
merged 179 commits into from
Feb 8, 2025
Merged

🔖 release v8.1.0 #652

merged 179 commits into from
Feb 8, 2025

Conversation

techouse
Copy link
Collaborator

@techouse techouse commented Feb 6, 2025

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:

  • Deprecated all lower-case method annotations and introduced new upper-case annotations such as GET, POST, PUT, DELETE, PATCH, HEAD, and OPTIONS in chopper/lib/src/annotations.dart. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11]

Documentation and Example Updates:

  • Updated the 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:

  • Updated the chopper/CHANGELOG.md to document the deprecation of lower-case method annotations and added a new version entry for 8.1.0.
  • Incremented the package version to 8.1.0 in chopper/pubspec.yaml.

These changes ensure consistency in the annotation naming conventions and prepare the library for future improvements.

yousinix and others added 30 commits May 25, 2021 09:26
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>
Co-authored-by: Meysam Karimi <mysmartapply.it4@gmail.com>
techouse and others added 14 commits July 1, 2024 11:04
* ⬆️ 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
@techouse techouse added the release prod release label Feb 6, 2025
@techouse techouse added this to the 8.1.0 milestone Feb 6, 2025
Copy link

codecov bot commented Feb 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.38%. Comparing base (87d1f73) to head (16faf6c).
Report is 1 commits behind head on master.

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.
📢 Have feedback on the report? Share it here.

@techouse
Copy link
Collaborator Author

techouse commented Feb 8, 2025

@JEuler would you mind approving this at your earliest convenience? 😊

@JEuler
Copy link
Collaborator

JEuler commented Feb 8, 2025

Sure, thank you so much!

@techouse techouse merged commit 9dc2708 into master Feb 8, 2025
12 checks passed
@techouse techouse deleted the release/v8.1.0 branch February 8, 2025 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release prod release
Projects
None yet
Development

Successfully merging this pull request may close these issues.