vuex-orm / vuex-orm-next

The next iteration of Vuex ORM.
https://next.vuex-orm.org
MIT License
189 stars 11 forks source link

feat: add relations to plugin scope #103

Closed cuebit closed 2 years ago

cuebit commented 2 years ago

Type of PR:

Breaking changes:

Details

Adds BelongsTo, HasManyBy and MoprhOne to plugin scope.

codecov[bot] commented 2 years ago

Codecov Report

Merging #103 (418bd45) into master (8d5245a) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #103   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           38        38           
  Lines         1153      1156    +3     
  Branches       185       185           
=========================================
+ Hits          1153      1156    +3     
Impacted Files Coverage Δ
src/plugin/Plugin.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8d5245a...418bd45. Read the comment docs.