Conversation
Codecov Report
@@ 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
Continue to review full report at Codecov.
|
| import { Model } from '../../Model' | ||
| import { Relation, Dictionary } from './Relation' | ||
|
|
||
| export class MorphMany extends Relation { |
There was a problem hiding this comment.
I am noticing a fair amount of code duplication, at some point we might want to DRY these up once the library is feature complete (1.x).
cuebit
left a comment
There was a problem hiding this comment.
A few snags but looks good. Great work.
Additionally, could we add the relevant exports for the relation to index.cjs.ts?
|
@ryandialpad Sorry it took long! MorphTo is merged. Could you rebase this one 🙏 |
No worries! Rebased 😃 |
|
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! |
Type of PR:
Breaking changes:
Details
Implements
MorphManyrelationWill rebase when
MorphTois merged into master #106