francescovallone / serinus

Serinus is a minimalistic framework for building efficient and scalable backend applications powered by Dart. 🎯
https://serinus.app
MIT License
41 stars 3 forks source link

feat: simplify setGlobalPrefix method in Serinus (closes #73) #75

Closed francescovallone closed 2 months ago

francescovallone commented 2 months ago

Description

The utility class will be used only for internal reference, the users can now use a simple string to manage the global prefix.

Also the method setGlobalPrefix has been changed with an actual setter called globalPrefix

Fixes #73

Type of change

Please delete options that are not relevant.

Checklist:

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 89.26%. Comparing base (b063a69) to head (937962a).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #75 +/- ## =========================================== + Coverage 89.03% 89.26% +0.22% =========================================== Files 74 74 Lines 2417 2449 +32 =========================================== + Hits 2152 2186 +34 + Misses 265 263 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.