Open greenkeeper[bot] opened 6 years ago
Update to this version instead π
The new version differs by 15 commits.
22fe268
chore: release 5.0.1
5d09823
chore: fix typo
b413e8a
chore: add missing strict mode
859c317
fix(document): fix test failures re: #6014
4af760b
fix(document): make validate() not resolve to document
2111b9b
Merge branch 'master' of github.com:Automattic/mongoose
bb347b3
fix(model): make save() not return DocumentNotFoundError if using fire-and-forget writes
b32a85c
Merge pull request #6011 from spederiva/master
f145c40
chore: recompile site
e7cf8d1
docs(queries): fix code samples
30c86e9
chore: new carbon css
187dc3d
rename aggregation option test
133c5f4
fix bug: Using options in aggregates doesn't set anything
38e4720
chore: now working on 5.0.1
9130c75
chore: fix docs syntax error
See the full diff
Update to this version instead π
The new version differs by 42 commits.
c345112
chore: release 5.0.2
e80acb2
chore: add release script that uses --tag for npm publish for 4.x releases
9900bf4
Merge branch '4.x'
82ea3e8
chore: release 4.13.10
6cb4333
Merge pull request #6058 from lineus/6038_fix_docs
b716e73
style: fix lint
b3863cf
Merge branch '4.x'
940ccc8
style: fix lint
79887ab
style: fix lint
9c31fe2
chore: bump lockfile
5d7d731
Merge branch 'mongoose4'
c8dea3b
style: fix lint
fd1741c
updating jade files to fix #6038
3e394a9
Merge pull request #6055 from Automattic/4.x
775d7c4
Merge branch 'master' into 4.x
There are 42 commits in total.
See the full diff
Update to this version instead π
The new version differs by 20 commits.
ae7f9d9
chore: release 5.0.3
4d3a2e1
Merge branch 'master' of github.com:Automattic/mongoose
ab59f86
fix: consistently use process.nextTick() to avoid sinon.useFakeTimers() causing ops to hang
27bc3e5
Merge pull request #6072 from adursun/patch-1
938b9d8
Fix typo
a33649c
fix(document): depopulate push()-ed docs when saving
3e01987
test(document): repro #6048
147a621
fix: upgrade mongodb -> 3.0.2
eaba640
Merge pull request #6068 from bryant1410/patch-1
37e30bc
docs(index): fix old refs to LearnBoost
c6646a0
Fix typo
f552b7d
Add return type in mongose.model docs
ce455bd
docs(middleware): add missing header links
8827835
chore: bump mongoose-legacy-pluralize
4e8e205
chore: now working on 5.0.3
There are 20 commits in total.
See the full diff
Update to this version instead π
The new version differs by 29 commits.
ebe5b2f
chore: release 5.0.4
9b85723
fix(connection): add dbName
option to work around mongodb+srv
not supporting db name in URI
b150fba
chore: bump kareem -> 2.0.4
9b4dfa6
Merge pull request #6092 from tarun1793/tarun1793/modified-path-opt
14061e0
Merge branch '4.x'
617fb47
chore: use legacy instead of 4.x
f86ddcf
chore: release 4.13.11
3f2babd
docs: add lambda guide
37b4a48
Merge branch '4.x'
3660092
docs: fix links in 4.x docs
182cb5b
docs(validation): clean up runValidators and isAsync options docs for 5.x
9855680
Merge branch 'master' of github.com:Automattic/mongoose
b0bee96
chore: apply select OpenCollective changes from #6046
97bd014
Merge pull request #6088 from yuristsepaniuk/master
43a3c82
Merge pull request #6098 from JoshuaWise/patch-1
There are 29 commits in total.
See the full diff
Update to this version instead π
The new version differs by 22 commits.
e9cb88c
chore: release 5.0.5
1a8dafb
fix(utils): respect valueOf()
when merging object for update
148e292
test(utils): repro #6059
bb256f2
docs(validation): fix typo 'maxLength'
6cfe0d2
fix(query): support where()
overwriting primitive with object
9049fc8
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 schema
813b5fd
fix(discriminator): don't copy discriminators
property from base schema
f90244f
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 22 commits in total.
See the full diff
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
Update to this version instead π
The new version differs by 20 commits.
7b6a906
chore: release 5.0.8
349b267
Merge branch 'master' of github.com:Automattic/mongoose
64ee3de
Merge pull request #6036 from rocketspacer/feature/cache-useDb
5cb2fd7
docs(readme): add link to migration guide on github to readme
3866d58
Merge pull request #6186 from isaackwan/issue-6181-emitIndexErrors-doc-issue
23478d6
docs(readme): use const instead of var
af530b8
Closes #6181, reflecting changes in the emitIndexError flag
d9c2a46
fix: upgrade mongodb -> 3.0.3 for reconnectTries: 0 blocking process exit fix
cd8fdec
Add options to cache connection in useDb
b9a406d
Merge branch 'master' of github.com:Automattic/mongoose
660a60a
feat: add top-level browser.js file so you can do const mongoose = require('mongoose/browser')
cb7ba62
fix: remove document_provider.web.js file
b6e60ca
docs: elaborate on boolean casting changes in 5.x
715f320
feat(query): add omitUndefined option so setDefaultsOnInsert can kick in on undefined
277e4ef
test(update): repro #6034
There are 20 commits in total.
See the full diff
Update to this version instead π
The new version differs by 32 commits.
285dcbd
chore: release 5.0.10
425456c
docs(schematype): add notes re: running setters on queries
6ca5663
fix(query): handle single embedded embedded discriminators in castForQuery
aca2614
test(query): repro #6027
e9566b6
fix(query): cast dotted embedded discriminator paths if discriminator key set in query
8c4f5d7
test(query): repro #6027 part 1
30a1615
test(query): add coverage re: #6203 for findOneAndRemove
2d44f74
chore: rename test file re: #6203
174cc5b
test(query): add coverage for #6203 with useFindAndModify
270a072
fix(query): only call setters once on query filter props for findOneAndUpdate and findOneAndRemove
621b338
test(query): repro #6203
88ca66e
docs(schematypes): add Decimal128 to schematype docs
5f4ef80
docs: fix schematypes docs
52cca5e
Merge pull request #6225 from lineus/docs-6217_part_deux
f804cd3
add index.js to api docs
There are 32 commits in total.
See the full diff
Update to this version instead π
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
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
Version 5.0.0 of mongoose was just published.
The version 5.0.0 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 253 commits.
64061d5
chore: release 5.0.0
69f3e07
Merge pull request #6007 from Automattic/docs
f229164
chore: fix up home page re: #5976
4e04aa2
style: use version dropdown
26ed5c1
refactor: move API css to its own file re: #5976
35f2dbf
refactor: move css re: #5976
049a04b
docs: add last 2 guides into new build system
7cef30d
chore: add populate docs to new build system
67fd7f8
chore: finish up API docs re: #5976
387d807
chore: add query and aggregate to API docs and fix acquit docs
eab78a1
Merge branch 'master' into docs
950ebe2
docs: clean up lean() docs
46b390d
Merge pull request #5985 from fenanquin/master
df3c9db
style: fix more lint issues
3c314d0
style: fix lint
There are 250 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: