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

chore: release master #158

Merged
merged 1 commit into from
Nov 6, 2024
Merged

chore: release master #158

merged 1 commit into from
Nov 6, 2024

Conversation

gibahjoe
Copy link
Owner

@gibahjoe gibahjoe commented Nov 4, 2024

🤖 I have created a release beep boop

6.0.0

6.0.0 (2024-11-06)

⚠ BREAKING CHANGES

  • forceAlwaysRun is used to represent if the library should run everytime build_runner is executed. This is done by modifying the annotated file after build_runner completes. Previous versions of this library did not have this flag but they had the equivalent of true. However, this now defaults to false. To keep previous behavior, set this flag to true.

Features

  • add --name-mappings param support for generator (f5c6aed)
  • added fields skipIfSpecUnchanged and forceAlwaysRun (d5555dd)
  • annotated file updating made optional by argument (c108469)
  • annotations: fixed issue with DioSerializationLibrary and updated tests (c9a179a), closes #152
  • Changing to a config based approach for obtaining the official openapi generator jar. (05d61f7)

Bug Fixes

  • annotations: added doc for --name-mappings and moved some things around (f2d6c04), closes #114
  • dart format (af19a8e)
  • fixed ci (fe64d7a)
  • fixed failing tests (f1c0a1c)
  • fixes some tests (79c9ce7)
  • removed unsupported field (27eb1af)
  • removed unsupported field (27eb1af)
  • removed unsupported field (27eb1af)
6.0.0

6.0.0 (2024-11-06)

⚠ BREAKING CHANGES

  • forceAlwaysRun is used to represent if the library should run everytime build_runner is executed. This is done by modifying the annotated file after build_runner completes. Previous versions of this library did not have this flag but they had the equivalent of true. However, this now defaults to false. To keep previous behavior, set this flag to true.

Features

  • add --name-mappings param support for generator (f5c6aed)
  • added fields skipIfSpecUnchanged and forceAlwaysRun (d5555dd)
  • annotations: fixed issue with DioSerializationLibrary and updated tests (c9a179a), closes #152
  • Changing to a config based approach for obtaining the official openapi generator jar. (05d61f7)
  • cli: remove unsupported flags for DioAltProperties (72a509b)
  • updateAnnotatedFile property to OpenApi annotation (e7bfa94)

Bug Fixes

  • annotations: added doc for --name-mappings and moved some things around (f2d6c04), closes #114
  • removed unsupported field (27eb1af)
  • removed unsupported field (27eb1af)
  • removed unsupported field (27eb1af)
6.0.0

6.0.0 (2024-11-06)

⚠ BREAKING CHANGES

  • forceAlwaysRun is used to represent if the library should run everytime build_runner is executed. This is done by modifying the annotated file after build_runner completes. Previous versions of this library did not have this flag but they had the equivalent of true. However, this now defaults to false. To keep previous behavior, set this flag to true.

Features

  • added fields skipIfSpecUnchanged and forceAlwaysRun (d5555dd)
  • Changing to a config based approach for obtaining the official openapi generator jar. (05d61f7)
  • cli: bumped official generator version to 7.7 (d8b9de1)
  • cli: bumped unofficial generator version to 8.1 (2fdd022)
  • cli: removed jar binary from library and made the jar downloadable by auto generated config (8131e8e), closes #153

This PR was generated with Release Please. See documentation.

Copy link

codecov bot commented Nov 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.69%. Comparing base (d1ae279) to head (cdb0216).
Report is 6 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff             @@
##           master     #158       +/-   ##
===========================================
- Coverage   84.06%   69.69%   -14.38%     
===========================================
  Files          10       11        +1     
  Lines         640      871      +231     
===========================================
+ Hits          538      607       +69     
- Misses        102      264      +162     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@gibahjoe gibahjoe force-pushed the release-please--branches--master branch 2 times, most recently from ecdb84d to cdb0216 Compare November 5, 2024 19:44
@gibahjoe gibahjoe force-pushed the release-please--branches--master branch from cdb0216 to 2fb03c6 Compare November 6, 2024 07:00
@gibahjoe gibahjoe merged commit 55a0e09 into master Nov 6, 2024
5 of 7 checks passed
@gibahjoe gibahjoe deleted the release-please--branches--master branch November 6, 2024 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bearer auth not exported Dio can not set serializer Trailing underscore gets removed while parsing
1 participant