perf(pinia-orm): Improve hydrating check#679
Merged
CodeDredd merged 4 commits intonext-releasefrom Dec 7, 2022
Merged
Conversation
Codecov ReportBase: 0.00% // Head: 99.73% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## next-release #679 +/- ##
=================================================
+ Coverage 0 99.73% +99.73%
=================================================
Files 0 83 +83
Lines 0 5322 +5322
Branches 0 487 +487
=================================================
+ Hits 0 5308 +5308
- Misses 0 14 +14
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Merged
CodeDredd
added a commit
that referenced
this pull request
Dec 22, 2022
* perf(pinia-orm): Improve hydrating check (#679) * perf(pinia-orm): Improve hydrating check * perf(pinia-orm): add checking for composite keys * refactor(pinia-orm): remove not needed update prop * refactor(pinia-orm): small improvement * feat(pinia-orm): add `hasManyThrough` relation (#678) * feat(pinia-orm): add `hasManyThrough` relation * test(pinia-orm): add make test * test(pinia-orm): remove console log * docs(pinia-orm): small typo * docs(pinia-orm): update readme * docs(pinia-orm): update readme * fix(pinia-orm): updates where ignored in hydration * refactor(pinia-orm): typo has many through * refactor(pinia-orm): improve relation code * fix(pinia-orm): update hook not triggered with `update` method * refactor(pinia-orm): Improve hydrating saving * refactor(pinia-orm): Improve typescript handling with `piniaStore()` * fix(pinia-orm): @onDelete on same model attrs leads to undefined error (#754) * fix(pinia-orm): @onDelete and Attr(object) leads to undefined error closes #748 * refactor(pinia-orm): linting * refactor(pinia-orm): remove console.log * feat(pinia-orm): Add the possibility to rollback changed models. closes #756 * docs(pinia-orm): Add documentation * perf(pinia-orm): Remove `JSON.stringfy` for comparing objects * docs(pinia-orm): Add some missing model functions to api * fix(pinia-orm): Don't delete relations bind with `onDelete` if hook returns false
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔗 Linked issue
related #659
❓ Type of change
📚 Description
Improve hydration check
📝 Checklist