Closed greenkeeper[bot] closed 7 years ago
Your tests are still failing with this version. Compare the changes 🚨
The new version differs by 14 commits .
e5390b1
chore: release 4.9.5
3b07f29
chore: fix build on node 4+5
fe428a9
docs: add advanced schemas docs
06099f8
docs(schema): add basic docs for loadClass()
1bdb17f
chore: customize travis build
c894753
chore: remove old ES6 integration tests
761ea35
test(update): repro #5164
835f3c8
Merge pull request #5164 from Sebmaster/fix/wrong-null-handling
fce6716
Fix casting of null values
7d8254b
fix(model): add resolveToObject option for mapReduce with ES6 promises
52bb50f
test(model): repro #4945
0e5cbab
fix(document): handle null/undefined gracefully in applyGetters()
e05f597
test(document): repro #5143
b66be34
chore: now working on 4.9.5
See the full diff.
Your tests are still failing with this version. Compare the changes 🚨
The new version differs by 20 commits0.
ca446b5
chore: release 4.9.6
5fe1296
Merge pull request #5192 from jhob/gh-5189
2fcd595
Merge pull request #5178 from milesbarr/patch-1
159ac94
Merge pull request #5172 from tzellman/master
a2addca
fix(model): modify discriminator() class in place
1237132
test: repro #5175
147e605
docs(model): fix replaceOne example for bulkWrite
bfd3b00
fix(document): repro and fix for gh-5189
190374a
fix(document): don't create a new array subdoc when creating schema array
d467f05
test(document): repro #5162
b5fa384
fix: upgrade mongodb -> 2.2.26
b13b09b
fix(model): merge query hooks from discriminators
115e85d
test(model): repro #5147
7f6d459
Update schematype.js
551c0a7
fix(document): add parent() function to subdocument to match array subdoc
There are 20 commits in total.
See the full diff
Your tests are still failing with this version. Compare the changes 🚨
The new version differs by 16 commits0.
d29a115
chore: release 4.9.7
1b2d1cd
test: fix #5190 tests for < 3.4
773639a
fix(model): handle Decimal type in insertMany correctly
958bbb2
test(model): repro #5190
4771b05
fix(schema): ensure correct path for deeply nested schema indexes
f204aa7
test(schema): repro #5199
e432de2
fix(schema): make remove a reserved name
baedc21
style: fix lint
60920b9
Merge branch 'master' of github.com:Automattic/mongoose
9966920
fix(validation): handle returning a promise with isAsync: true
4cc2a55
test: repro #5171
01f3019
Merge pull request #5204 from phutchins/internalDocumentationFix
15809df
docs: add details about unique not being a validator
ee4584d
Updating documentation to not be contradictory
908d209
fix: upgrade kareem to handle async pre hooks correctly
There are 16 commits in total.
See the full diff
Your tests are still failing with this version. Compare the changes 🚨
The new version differs by 200 commits.
2eda0d9
chore: release 4.10.7
ba06058
fix(query): callback with cast error if remove and delete* args have a cast error
659c80f
test(query): repro #5323
3bcf412
chore: remove sinon dep re: #5357
6e40538
Merge pull request #5357 from igwejk/do_not_modify_user_passed_options_map
b4e3fc4
docs(validation): show overriding custom validator error with 2nd cb arg
3319fd7
Removed dependency on external 'clone' module and used the one in 'lib/utils'
e65dd63
fix(populate): don't set populate virtual to ids when match fails
fe0a629
test(populate): repro #5336
a1d0ab6
Merge pull request #5356 from CalebAnderson2014/patch-1
7d49b37
chore: bump bluebird dep to latest for test
9507813
chore: get rid of old docs file
586dc9f
Fixed ESLINT errors
27e82db
Fix mutates user passed option map
384bae6
Update guide.jade
There are 200 commits in total.
See the full diff
Version 4.9.4 of mongoose just got published.
This version is covered by your current version range and after updating it in your project the build failed.
As mongoose is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them. I recommend you give this issue a very high priority. I’m sure you can resolve this :muscle:
Status Details
- ❌ **continuous-integration/travis-ci/push** The Travis CI build failed [Details](https://travis-ci.org/RevolutionUC/revolutionuc-website/builds/220332265)Commits
The new version differs by 23 commits .
d4d2d01
chore: release 4.9.4
ed617b1
fix(schema): clone query middleware correctly
b9f7d54
docs(aggregate): fix typo
364baa0
Merge pull request #5154 from Automattic/revert-5151-patch-1
3e66ded
Revert "fix blue bird "a promise was created in a handler but was not returne…"
dee0503
Merge pull request #5153 from clozanosanchez/patch-1
3d7cf68
Merge pull request #5151 from maa105/patch-1
75a325f
fix(query): handle $setOnInsert consistent with $set
eb3bb0a
test(query): repro #5126
12c129b
Solves issue #5141, regression caused by #5098
bf6148d
Update query.js
97be22f
chore: add setOnInsert to castOps
ed12a25
fix(populate): don't mutate populate result in place
9d940b7
test(populate): repro #5128
816c132
Update query.js
There are 23 commits in total. See the full diff.
Not sure how things should work exactly?
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: