-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Comparing changes
Open a pull request
base repository: Automattic/mongoose
base: 5.4.20
head repository: Automattic/mongoose
compare: 5.6.8
Commits on Apr 25, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 7bcc172 - Browse repository at this point
Copy the full SHA 7bcc172View commit details
Commits on Feb 6, 2019
-
feat(document): validateUpdatedOnly option. only validates modified
schema option that can be overridden on validate, validateSync, and save
Configuration menu - View commit details
-
Copy full SHA for e85997e - Browse repository at this point
Copy the full SHA e85997eView commit details
Commits on Feb 14, 2019
-
Merge pull request #7492 from captaincaius/feat/validate-updated-only
feat(document): validateUpdatedOnly option. only validates modified
Configuration menu - View commit details
-
Copy full SHA for 12fe73a - Browse repository at this point
Copy the full SHA 12fe73aView commit details
Commits on Feb 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e72a00e - Browse repository at this point
Copy the full SHA e72a00eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 605aaa5 - Browse repository at this point
Copy the full SHA 605aaa5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2ffade - Browse repository at this point
Copy the full SHA c2ffadeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 958306a - Browse repository at this point
Copy the full SHA 958306aView commit details -
perf(buffer): use symbols instead of Object.defineProperty() to make …
…_path and _parent not show up in Object.keys() Fix #7331
Configuration menu - View commit details
-
Copy full SHA for b869df9 - Browse repository at this point
Copy the full SHA b869df9View commit details
Commits on Feb 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f000ccf - Browse repository at this point
Copy the full SHA f000ccfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93af7d4 - Browse repository at this point
Copy the full SHA 93af7d4View commit details
Commits on Mar 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2134f5f - Browse repository at this point
Copy the full SHA 2134f5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ebc45bc - Browse repository at this point
Copy the full SHA ebc45bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 448b451 - Browse repository at this point
Copy the full SHA 448b451View commit details -
Configuration menu - View commit details
-
Copy full SHA for c760ae0 - Browse repository at this point
Copy the full SHA c760ae0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ead0e91 - Browse repository at this point
Copy the full SHA ead0e91View commit details
Commits on Mar 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9e674cf - Browse repository at this point
Copy the full SHA 9e674cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b10145 - Browse repository at this point
Copy the full SHA 4b10145View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 2cca743 - Browse repository at this point
Copy the full SHA 2cca743View commit details -
Configuration menu - View commit details
-
Copy full SHA for e940553 - Browse repository at this point
Copy the full SHA e940553View commit details -
Configuration menu - View commit details
-
Copy full SHA for b648841 - Browse repository at this point
Copy the full SHA b648841View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7a1fd4 - Browse repository at this point
Copy the full SHA b7a1fd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6b1524 - Browse repository at this point
Copy the full SHA b6b1524View commit details
Commits on Mar 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2cf5335 - Browse repository at this point
Copy the full SHA 2cf5335View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58aa46b - Browse repository at this point
Copy the full SHA 58aa46bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a447e46 - Browse repository at this point
Copy the full SHA a447e46View commit details -
Configuration menu - View commit details
-
Copy full SHA for fffb5bd - Browse repository at this point
Copy the full SHA fffb5bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 436e5a5 - Browse repository at this point
Copy the full SHA 436e5a5View commit details
Commits on Mar 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c5aada8 - Browse repository at this point
Copy the full SHA c5aada8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d1f504 - Browse repository at this point
Copy the full SHA 1d1f504View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d07375 - Browse repository at this point
Copy the full SHA 5d07375View commit details
Commits on Mar 27, 2019
-
Minor changes to doc ("atomic" keyword made consistent)
720degreeLotus committedMar 27, 2019 Configuration menu - View commit details
-
Copy full SHA for 61c6d19 - Browse repository at this point
Copy the full SHA 61c6d19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c469ca - Browse repository at this point
Copy the full SHA 2c469caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 62f2542 - Browse repository at this point
Copy the full SHA 62f2542View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1fe2fe - Browse repository at this point
Copy the full SHA b1fe2feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cba9ec - Browse repository at this point
Copy the full SHA 3cba9ecView commit details -
fix(document): support setting subdoc path to subdoc copied using obj…
…ect rest `{...doc}` Fix #7645
Configuration menu - View commit details
-
Copy full SHA for 452aad6 - Browse repository at this point
Copy the full SHA 452aad6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9f68bc - Browse repository at this point
Copy the full SHA c9f68bcView commit details
Commits on May 23, 2019
-
Configuration menu - View commit details
-
Copy full SHA for eda7cac - Browse repository at this point
Copy the full SHA eda7cacView commit details -
refactor(populate): allow arbitrary options to populate without modif…
…ying positional args Re: #6520
Configuration menu - View commit details
-
Copy full SHA for a33c82e - Browse repository at this point
Copy the full SHA a33c82eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1efe40b - Browse repository at this point
Copy the full SHA 1efe40bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1897b6a - Browse repository at this point
Copy the full SHA 1897b6aView commit details -
feat(populate): support
PopulateOptions#connection
option to allow ……cross-db populate with refPath Fix #6520
Configuration menu - View commit details
-
Copy full SHA for 4129123 - Browse repository at this point
Copy the full SHA 4129123View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13f8073 - Browse repository at this point
Copy the full SHA 13f8073View commit details -
Configuration menu - View commit details
-
Copy full SHA for baf8cba - Browse repository at this point
Copy the full SHA baf8cbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d4286b - Browse repository at this point
Copy the full SHA 4d4286bView commit details
Commits on May 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ade5399 - Browse repository at this point
Copy the full SHA ade5399View commit details -
fix: avoid setting
PopulateOptions#model
to prevent confusion betwe……en internal `model` and user-specified `model` Fix #6520
Configuration menu - View commit details
-
Copy full SHA for e493bc5 - Browse repository at this point
Copy the full SHA e493bc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cc022d - Browse repository at this point
Copy the full SHA 2cc022dView commit details
Commits on May 31, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f14c706 - Browse repository at this point
Copy the full SHA f14c706View commit details -
Configuration menu - View commit details
-
Copy full SHA for da4688b - Browse repository at this point
Copy the full SHA da4688bView commit details
There are no files selected for viewing