Closed greenkeeper[bot] closed 6 years ago
Update to this version instead š
The new version differs by 25 commits.
95dd7bc
chore: release 5.0.12
30a3db2
fix: apply #4797 to updateMany()
a0bfe7c
Merge pull request #6282 from gualopezb/master
bb0f8e8
Set timestamps automatically by using updateOne method
dc001ba
Merge pull request #6275 from styler/patch-1
29d7a0a
Merge pull request #6280 from lineus/docs-6266
8aa5fec
updating model name in query api docs example
9570a1b
fix(populate): ensure populated array not set to null if it isn't set
9a8fa2a
test(populate): repro #6245
31196f1
Fixed typo in aggregate.test.js
e86aeb5
docs(CONTTIBUTING): clarify guideline for posting JS, not TS
be60fb3
Merge pull request #6272 from lineus/6251-hint
367261e
adding .hint to aggregate for 6251
8778e7a
docs(api): add headers to each API docs section for easer nav
d40f9de
fix(query): ensure hooked query functions always run on next tick for chaining
There are 25 commits in total.
See the full diff
Update to this version instead š
The new version differs by 36 commits.
56ea1b3
chore: release 5.0.13
e2e28d2
docs(schema): add example to loadClass() docs
5405810
Merge pull request #6309 from lineus/docs-6302
b79f512
fix(query): consistently return query from deleteOne() and findOneAndUpdate() if cb specified
99848d2
test(query): repro #6271
327f385
adding links for middleware, getters, and setters
604fab5
fix(document): apply virtuals when calling toJSON()
on a nested path
313b8ef
test(document): repro #6294
de138eb
Merge branch 'master' of github.com:Automattic/mongoose
10efec3
docs(discriminator): clarify 3rd argument to Model.discriminator()
22c846d
adding middleware to faq arrow function warning
0f280d2
Merge pull request #6304 from sfrieson/documentation-copy-edits
39fc878
chore: undo URL change
fda8029
chore: undo URL change
c2d3194
style: clean up if statement
There are 36 commits in total.
See the full diff
āļø Greenkeeperās updated Terms of Service will come into effect on April 6th, 2018.
Version 5.0.11 of mongoose was just published.
The version 5.0.11 is not covered by your current version range.
If you donāt accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
It might be worth looking into these changes and trying to get this project onto the latest version of mongoose.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you donāt have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Commits
The new version differs by 20 commits.
299cc02
chore: release 5.0.11
ccf18dc
style: fix lint
4d47235
fix(update): handle $pull with $in in update validators
a98894c
test(update): repro #6240
98c6cb9
docs(connections): document dbName option for Atlas connections
b666797
style: fix lint re: #6234
0655b65
fix(populate): apply justOne option before
completeMany()
so it works with lean()fb9575c
test(populate): repro #6234
d86be54
fix(discriminator): make child schema nested paths overwrite parent schema paths
974bf17
test(discriminator): repro #6076
2d45bb0
docs(middleware): add example of using async/await with middleware
5e81d29
fix(query): ensure errors in user callbacks aren't caught in init
ec8d9ad
test(query): repro #6178 #6195
ea7915f
Merge branch '4.x'
cd2a15a
chore: release 4.13.12
There are 20 commits in total.
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donāt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper bot :palm_tree: