CodeDredd / pinia-orm

The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.
https://pinia-orm.codedredd.de/
MIT License
452 stars 39 forks source link

feat(pinia-orm): Improve DateCast & orderBy for Dates #1825

Closed CodeDredd closed 6 months ago

CodeDredd commented 6 months ago

🔗 Linked issue

closes #1747

❓ Type of change

📚 Description

orderBy can now handle correctly Date objects for sorting and DateCast supports now also numbers for timestamps

📝 Checklist

codecov-commenter commented 6 months ago

Codecov Report

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

Project coverage is 99.73%. Comparing base (64b3b57) to head (bbf5c6e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1825 +/- ## ========================================== + Coverage 99.67% 99.73% +0.05% ========================================== Files 87 87 Lines 5923 5934 +11 Branches 505 508 +3 ========================================== + Hits 5904 5918 +14 + Misses 17 14 -3 Partials 2 2 ```

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