TriPSs / nestjs-query

Easy CRUD for GraphQL.
https://tripss.github.io/nestjs-query/
MIT License
159 stars 43 forks source link

feat: Make assemblers `convert*` methods async #216

Closed TriPSs closed 9 months ago

TriPSs commented 9 months ago

BREAKING CHANGE: All convert* methods are now async. convertAsyncTo* methods are dropped in favor of async convertTo.

Fixes #215

codecov-commenter commented 9 months ago

Codecov Report

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

Comparison is base (bab9a8c) 86.23% compared to head (ae7c3fb) 86.28%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #216 +/- ## ========================================== + Coverage 86.23% 86.28% +0.04% ========================================== Files 688 688 Lines 9765 9761 -4 Branches 862 862 ========================================== + Hits 8421 8422 +1 + Misses 624 619 -5 Partials 720 720 ```

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