vuex-orm-next icon indicating copy to clipboard operation
vuex-orm-next copied to clipboard

MorphMany

Open ryandialpad opened this issue 3 years ago • 5 comments

Type of PR:

  • [ ] Bugfix
  • [x] Feature
  • [ ] Refactor
  • [ ] Code style update
  • [ ] Build-related changes
  • [ ] Test
  • [ ] Documentation
  • [ ] Other, please describe:

Breaking changes:

  • [x] No
  • [ ] Yes

Details

Implements MorphMany relation

Will rebase when MorphTo is merged into master #106

ryandialpad avatar Nov 25 '21 18:11 ryandialpad

Codecov Report

Merging #111 (f16c621) into master (6c23c18) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #111   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           40        42    +2     
  Lines         1251      1293   +42     
  Branches       185       192    +7     
=========================================
+ Hits          1251      1293   +42     
Impacted Files Coverage Δ
src/model/Model.ts 100.00% <100.00%> (ø)
src/model/attributes/relations/MorphMany.ts 100.00% <100.00%> (ø)
...model/decorators/attributes/relations/MorphMany.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 6c23c18...f16c621. Read the comment docs.

codecov[bot] avatar Nov 25 '21 18:11 codecov[bot]

@ryandialpad Sorry it took long! MorphTo is merged. Could you rebase this one 🙏

kiaking avatar Dec 03 '21 07:12 kiaking

@ryandialpad Sorry it took long! MorphTo is merged. Could you rebase this one 🙏

No worries! Rebased 😃

ryandialpad avatar Dec 03 '21 16:12 ryandialpad

Can we push a new release with this in it?

mt-gareth avatar Mar 16 '22 15:03 mt-gareth

Can we push a new release with this in it?

What is the timeframe to get this pushed? I am VERY anxious to be able to use this!

mrvanwagoner avatar Mar 19 '22 13:03 mrvanwagoner