Closed greenkeeper[bot] closed 6 years ago
Update to this version instead 🚀
The new version differs by 16 commits.
22c37c8
chore: release 5.0.6
7af52df
docs: fix missing space
0432642
fix(update): avoid digging into buffers with upsert and replaceOne
73854f5
test(update): repro #6124
8525c3f
refactor(query.castUpdate): avoid creating error until necessary
41360db
fix(schema): copy virtuals when using clone()
23594e6
test(schema): repro #6133
085fd29
refactor: use let/const in schema tests
c3273a5
fix(schema): support enum
on arrays of strings
7f9dda9
test(schema): repro #6102
e07152d
Merge pull request #6136 from lineus/master
c9b2378
removing comments from docs/source/api.js to restore the api docs
8b5bc94
fix(update): better fix for #6086
b5b8e58
fix(update): cast $addToSet: [1, 2]
-> $addToSet: { $each: [1, 2] }
cc90a3f
test(update): repro #6086
There are 16 commits in total.
See the full diff
Update to this version instead 🚀
The new version differs by 37 commits.
1ead0e6
chore: release 5.0.7
0f776ce
Merge pull request #6169 from vichle/master
b4d9ae7
chore: remove unused file
445e83c
chore: add txt and png files to npmignore
4a9f701
Update documentation
4d96f34
Fix lint errors. Sorry.
b19d494
AggregationCursor.eachAsync behaves like QueryCursor.eachAsync (#6168)
6a2ed04
perf: don't create wrapper function if no hooks specified
360dac5
Merge pull request #6162 from br0p0p/patch-1
10dc14c
Merge pull request #6165 from Automattic/5616
f4b6001
feat(mongoose): add support for useFindAndModify
option on singleton
ef1deaf
Merge branch 'master' into 5616
e1730b0
Update link to MongoDB's "Compound Indexes" docs
9fb725e
Merge pull request #6160 from simllll/patch-1
7d1aa84
Merge pull request #6158 from pradel/hotfix/fix-benchmark
There are 37 commits in total.
See the full diff
Version 5.0.5 of mongoose was just published.
The version 5.0.5 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 71 commits.
e9cb88c
chore: release 5.0.5
1a8dafb
fix(utils): respect
valueOf()
when merging object for update148e292
test(utils): repro #6059
bb256f2
docs(validation): fix typo 'maxLength'
6cfe0d2
fix(query): support
where()
overwriting primitive with object9049fc8
test(query): repro #6097
062034e
Merge pull request #6119 from Automattic/3781
b6cc87f
Merge branch '4.x'
1ed41ab
chore: now working on 4.x
36b2f3f
fix(discriminator): don't copy
discriminators
property from base schema813b5fd
fix(discriminator): don't copy
discriminators
property from base schemaf90244f
docs: make > show up correctly in API docs
b19ed22
refactor(document): move isExclusive into separate helper
1ef7561
perf(document): only call hasIncludedChildren and isExclusiveProjection once
d4a8e25
fix(document): apply defaults after setting initial value so default functions don't see empty doc
There are 71 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: