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 1.0 #106

Merged
merged 137 commits into from
Nov 25, 2024
Merged

release 1.0 #106

merged 137 commits into from
Nov 25, 2024

Conversation

francescovallone
Copy link
Owner

No description provided.

feat: simplify setGlobalPrefix method in Serinus (closes #73)
feat(#77)!: remove ApplicationContext and replace it with a new interface for DeferredProvider. (closes #77)
feat(#69): allow to pass values to the next function if the middleware closes the request - closes #69
fix(#89): add check to the statusCode setter in ResponseProperties - fixes #89
 feat(#74): allow passing Path Parameters as handler parameters - closes #74
Copy link

codecov bot commented Nov 18, 2024

Codecov Report

Attention: Patch coverage is 93.32113% with 73 lines in your changes missing coverage. Please review.

Project coverage is 91.21%. Comparing base (e270793) to head (5aeae52).
Report is 143 commits behind head on main.

Files with missing lines Patch % Lines
packages/serinus/lib/src/services/json_utils.dart 55.55% 12 Missing ⚠️
...kages/serinus/lib/src/hooks/rate_limiter_hook.dart 74.35% 10 Missing ⚠️
...ages/serinus/lib/src/handlers/request_handler.dart 91.96% 9 Missing ⚠️
...s/serinus/lib/src/containers/module_container.dart 94.61% 7 Missing ⚠️
packages/serinus/lib/src/hooks/cors_hook.dart 71.42% 6 Missing ⚠️
packages/serinus/test/core/provider_test.dart 96.15% 6 Missing ⚠️
...kages/serinus/lib/src/services/logger_service.dart 20.00% 4 Missing ⚠️
packages/serinus/test/core/hook_test.dart 92.98% 4 Missing ⚠️
packages/serinus/test/http/typed_body_test.dart 96.25% 3 Missing ⚠️
packages/serinus/lib/src/core/application.dart 92.30% 2 Missing ⚠️
... and 7 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #106      +/-   ##
==========================================
+ Coverage   89.07%   91.21%   +2.14%     
==========================================
  Files          74       84      +10     
  Lines        2425     3176     +751     
==========================================
+ Hits         2160     2897     +737     
- Misses        265      279      +14     

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

@francescovallone francescovallone merged commit f6f1180 into main Nov 25, 2024
6 of 7 checks passed
@francescovallone francescovallone deleted the develop branch November 25, 2024 23:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant