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 #159

Merged
merged 1 commit into from
Nov 6, 2024
Merged

chore: release master #159

merged 1 commit into from
Nov 6, 2024

Conversation

gibahjoe
Copy link
Owner

@gibahjoe gibahjoe commented Nov 6, 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 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.31%. Comparing base (19884ec) to head (bda6ce4).
Report is 10 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #159   +/-   ##
=======================================
  Coverage   69.31%   69.31%           
=======================================
  Files          11       11           
  Lines         870      870           
=======================================
  Hits          603      603           
  Misses        267      267           

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

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