This repository was archived by the owner on Jul 21, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
v1.0.0 #9
Copy link
Copy link
Open
Description
I'm currently looking at things that would be a good addition for a 1.0 release.
The list I have so far:
- As suggested by @jonstorer is to add the ability to call
.create()on singular fields created view.hasMany(), using the Mongoose's Virtuals. - To move away from monkey-patching mongoose, and instead adding the ability to use mongo-relation as a plugin.
- One to one relationships would be a great addition
- As also suggested by @jonstorer, the option to turn off keeping references to children in parent document whilst using
.hasMany()would be helpful, especially when storing large amounts of child documents. - HasMany should not set the id on the parent document.
If you have questions/suggestions, let me know, I'm sure there are many other things that would make 1.0 even better 😄
Reactions are currently unavailable