Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mongoose to the latest version 🚀 #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Apr 24, 2017

Version 4.9.6 of mongoose just got published.

Dependency mongoose
Current Version 4.9.5
Type dependency

The version 4.9.6 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of mongoose.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Commits

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

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented May 1, 2017

Version 4.9.7 just got published.

Update to this version instead 🚀

Commits

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

greenkeeper bot added a commit that referenced this pull request May 13, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented May 13, 2017

Version 4.9.9 just got published.

Update to this version instead 🚀

Commits

The new version differs by 35 commits0.

  • 5f0ce6e chore: release 4.9.9
  • d5da9ca fix(connection): set $hasHandler on promises returned from openSet()
  • 1f16739 style: fix lint
  • 2d459ec refactor(connection): don't use promise for createConnection()
  • be8a6e4 refactor(connection): move openSet args logic into separate function
  • 0eda07a fix(document): don't emit model error if callback specified for consistency with docs
  • 7182998 test(document): repro #5216
  • e74c9d3 fix(connection): don't throw if .catch() on open() promise
  • edd0207 test(connection): repro #5229 part 1
  • 9c05394 fix(schema): allow update with $currentDate for updatedAt to succeed
  • c55da9c test: repro #5222
  • 9986f0a docs(query): correct type for Query#regex()
  • eed8bcd fix(document): handle errors in subdoc pre validate
  • 9f24e99 test(document): repro #5215
  • 6942c34 Merge branch 'master' of github.com:Automattic/mongoose

There are 35 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request May 18, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented May 18, 2017

Version 4.9.10 just got published.

Update to this version instead 🚀

Commits

The new version differs by 11 commits.

  • bb1f92a chore: release 4.9.10
  • ec76786 fix(connection): ensure callback arg to openSet() is handled properly
  • 4f78b3b fix(document): check for virtual before setting nested non-existent path
  • 7393f10 test(document): repro #5250
  • 10895fe Merge branch 'master' of github.com:Automattic/mongoose
  • 236c87e fix(model): skip index build if connecting after model init and autoIndex false
  • 3f33ef6 Merge pull request #5248 from OmgImAlexis/master
  • 76e5c2e docs: remove dead plugins repo and add content links
  • bdc1b9c docs(populate): add details re: justOne in virtual populate
  • f83c9cc fix typo
  • 8a2cda8 chore: now working on 4.9.10

See the full diff

greenkeeper bot added a commit that referenced this pull request May 18, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented May 18, 2017

Version 4.10.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 59 commits.

  • 43752e8 chore: release 4.10.0
  • 142fbba Merge pull request #5270 from Automattic/4.10
  • 4bc7b3e docs: add missing ignores to sharding plugin
  • e8c8789 Merge branch '4.10' of github.com:Automattic/mongoose into 4.10
  • 9d4c9d4 Merge branch 'master' into 4.10
  • b8f0dd8 Merge pull request #5253 from Automattic/5145
  • f3805fa Merge pull request #5252 from Automattic/4569
  • 8ba7869 Merge pull request #5268 from clozanosanchez/patch-2
  • 373bb6f Update clone method to include indexes
  • 07b12f0 chore: now working on 4.9.11
  • 2373502 Merge branch '4.10' into 5145
  • 214323d Merge branch '4.10' into 4569
  • 636e922 style: fix lint
  • 6987ba8 fix(document): make nested doc keys not enumerable again
  • 25c350f fix(model): always emit 'index', even if no indexes

There are 59 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request May 22, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented May 22, 2017

Version 4.10.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 10 commits.

  • 3474d8d chore: release 4.10.1
  • dc6f887 fix(populate): handle doc.populate() with virtuals
  • a6dd311 test(populate): repro #5240
  • 6a2d405 fix(aggregate): handle sorting by text score correctly
  • b386516 test(aggregate): repro #5258
  • 54f624e Merge branch 'master' of github.com:Automattic/mongoose
  • 5038635 fix(schema): enforce that _id is never null
  • f7cbbdc docs: list a couple intermediate changes in changelog
  • d951bed chore: now working on 4.10.1
  • 274ed0f docs: add missing ignore

See the full diff

greenkeeper bot added a commit that referenced this pull request May 23, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented May 23, 2017

Version 4.10.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • 23efdcf chore: release 4.10.2
  • f627ba5 fix: bump ms -> 2.0.0
  • b8263d6 fix: bump mquery for regexp vulnerability
  • 84b3e28 docs: improve projection descriptions re: #1534
  • ca5e53c chore: now working on 4.10.2

See the full diff

greenkeeper bot added a commit that referenced this pull request May 29, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented May 29, 2017

Version 4.10.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request May 29, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented May 29, 2017

Version 4.10.4 just got published.

Update to this version instead 🚀

Commits

The new version differs by 7 commits.

  • 5556c05 chore: release 4.10.4
  • f4b384e docs(query): add docs about runSettersOnQuery
  • cd86287 chore: dont store test data in same directory re: #5303
  • 90c33a3 Merge pull request #5301 from Starfox64/master
  • 8bc4df6 Add data dirs in tools/ to .npmignore
  • 7505232 chore: ignore data dirs in tools/
  • e5cad83 chore: now working on 4.10.4

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 7, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 7, 2017

Version 4.10.5 just got published.

Update to this version instead 🚀

Commits

The new version differs by 15 commits.

  • e3c36a7 chore: release 4.10.5
  • 4c80f66 style: fix lint
  • 893b1bf fix(populate): handle init-ing nested virtuals properly
  • 1f538e3 Merge branch 'master' of github.com:Automattic/mongoose
  • e7d24a5 fix(update): report update validator error if required path under single nested doc not set
  • 9ede6be test(update): repro #5269
  • 2b29d2a chore: temporarily remove node 8 from travis
  • 8acce12 chore: add node 8 to travis
  • a66bf52 test(populate): repro #5311
  • 31165e6 fix(schema): remove default validate pre hook that was causing issues with jest
  • 1372151 chore: improve contrib guide for building docs
  • 5a22560 refactor: move querycursor under the cursor dir
  • e4a4002 chore: add keys in npmignore and gitignore
  • 8f02f26 chore: fix doc build in master
  • 9403bc7 chore: now working on 4.10.5

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 18, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 18, 2017

Version 4.10.7 just got published.

Update to this version instead 🚀

Commits

The new version differs by 42 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 42 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 22, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 22, 2017

Version 4.10.8 just got published.

Update to this version instead 🚀

Commits

The new version differs by 25 commits.

  • 6fd743a chore: release 4.10.8
  • 6c0acaa test: only run decimal update test on 3.4 or higher
  • ad909d8 test: fix tests
  • a8a0085 Merge branch 'master' of github.com:Automattic/mongoose
  • c1990ac style: fix lint
  • 00322e7 Merge pull request #5374 from gianpaj/patch-1
  • 34deb5c Merge pull request #5385 from Automattic/fix-raw-update-decimal-issue
  • ed76294 test: add coverage for #5361
  • 1835bb7 fix: correctly cast decimals in update
  • 6554f03 Merge branch 'master' into fix-raw-update-decimal-issue
  • 8489948 style: fix lint
  • 6a571b2 fix(document): ensure consistent context for nested doc custom validators
  • 10e0fbd test(document): repro #5347
  • 0545f02 feat: add merge method to raw query update method
  • dfd4414 style: fix lint

There are 25 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 25, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 25, 2017

Version 4.11.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 44 commits.

  • c703010 chore: release 4.11.0
  • 973fcac Merge pull request #5391 from Automattic/4.11
  • 5e855ea test: remove bad test
  • 664a631 test: fix query stream test
  • c27c201 Merge pull request #5372 from Automattic/5339
  • d5a49e2 Merge branch '4.11' into 5339
  • 97a2f9b Merge pull request #5373 from Automattic/4009
  • 5e4d0e6 Merge pull request #5355 from Automattic/5304
  • 1bb39b8 Merge pull request #5298 from Automattic/4244
  • bd0f957 test: fix tests
  • 85e7984 style: fix lint
  • 84d102a test: fix tests
  • 2aad9fa chore: rename useMongooseUri -> useMongoClient
  • ab6aad5 Merge branch '4.11' into 5304
  • 7715120 Merge branch '4.11' into 4244

There are 44 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 3, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 3, 2017

Version 4.11.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 30 commits.

  • 98af8e8 chore: release 4.11.1
  • ca9c305 docs(connection): add links to MongoClient.connect()
  • 14c13cf Merge branch 'master' of github.com:Automattic/mongoose
  • 6c025c8 fix(connection): make sure to call onOpen in openUri()
  • b1e9917 docs(connection): add link to openUri deprecation
  • 586effe docs(connection): improve docs re: createConnection promise
  • fb3636d Merge pull request #5427 from fredericosilva/fix_doc
  • 3ff9bd0 Merge pull request #5402 from zbjornson/zb/justone
  • 8877a57 Merge pull request #5398 from pjo336/patch-1
  • f4551b9 fix(update): handle update with defaults and overwrite but no update validators
  • c868ee7 test(update): repro #5086
  • 81714c2 style: fix lint
  • 528f125 fix(populate): handle undefined refPath values in middle of array
  • a66f618 test(populate): repro #5377
  • d510152 Merge pull request #5426 from Automattic/5363

There are 30 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 13, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 13, 2017

Version 4.11.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 29 commits.

  • 9155b02 chore: release 4.11.2
  • 9368df0 fix(document): reset down the nested subdocs when resetting parent doc
  • b695223 test(document): repro #5406
  • fd811b7 fix(document): don't crash if calling validateSync() after overwriting doc array index
  • 64689f8 test(document): repro #5389
  • 4495146 fix(connection): make openUri() return connection decorated with then() and catch()
  • e0b95b5 fix(document): don't double-validate deeply nested doc array elements
  • 56c8c12 test(document): repro #5411
  • 4387373 fix(connection): handle autoIndex with useMongoClient
  • ff71ece test(connection): repro #5423
  • 6750a7f fix(update): correctly cast document array in update validators with exec()
  • 7d75f28 test(update): repro #5430
  • 1613ef5 fix: enforce $set on an array must be an array
  • 26bbb76 test(update): repro #5403
  • 8711c29 fix(schema): handle type: [Array] in schemas

There are 29 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 3, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 3, 2017

Version 4.12.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 40 commits.

  • 2a26a92 chore: release 4.12.0
  • ec2a391 Merge pull request #5682 from Automattic/4.12
  • 6760e19 Merge pull request #5546 from Automattic/5470
  • 1a2432d chore: fix merge conflicts
  • 9f31d63 Merge branch '4.12' into 5470
  • b9cda3d feat(query): run update validators on $pull and $pullAll
  • 8f958f4 refactor: bring selectedInclusively() back
  • d6f65e7 docs(validation): add docs coverage for ValidatorError.reason
  • a072f83 feat(types): add discriminator() function for single nested subdocs
  • 97397cc refactor: create _createConstructor helper for embedded schemas re: #5244
  • 7880a77 style: fix lint
  • 25a1566 docs(query): clarify relationship between custom query errors and cast errors
  • 1ee73ce chore: fix merge conflict
  • fb68f68 Merge branch 'master' into 4.12
  • abe39a6 chore: now working on 4.11.15

There are 40 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 8, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 8, 2017

Version 4.12.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 13 commits.

  • fbfe283 chore: release 4.12.1
  • 140402c fix(document): create new doc when setting single nested, no more set() on copy of priorVal
  • f472f5e test(document): repro #5693
  • a318435 fix(model): recursively call applyMethods on child schemas for global plugins
  • 7f1bfd2 test(model): repro #5690
  • 1150338 fix(query): handle false when checking for inclusive/exclusive projection
  • 2276254 test(populate): repro #5685
  • 59f2378 fix: make addToSet() on empty array with subdoc trigger manual population
  • a8a9a2a test: repro #5504
  • b8ebf88 docs: fix bad promise lib example on home page
  • a517f14 fix(discriminator): allow reusing child schema
  • aa3c732 test(discriminator): repro #5684
  • bbe2022 chore: now working on 4.12.1

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 14, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 14, 2017

Version 4.12.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 10 commits.

  • f2170ee chore: release 4.12.2
  • aca06b1 docs(faq): add warnings about using arrow functions for getters/setters, virtuals, and methods
  • e063211 fix: bump mongodb -> 2.2.33
  • ccae0a9 fix(query): don't project in populated field if parent field is already projected in
  • 4594c5d test(query): repro #5669
  • 6df4782 docs(schema): document the childSchemas property and add to public API
  • 23967d7 test(schema): add coverage for childSchemas re: #5695
  • 053a118 fix: upgrade muri for more detailed error messages
  • c5ec9a9 docs(connection): clarify that poolSize is max
  • 4bb72dd chore: now working on 4.12.2

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 16, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 16, 2017

Version 4.12.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 17 commits.

  • 12b2087 chore: release 4.12.3
  • dfab80c fix(connection): emit 'reconnect' event as well as 'reconnected' for consistency with driver
  • d9dce1b fix: correctly bubble up left/joined events for replica set
  • fa6bce3 refactor(error): move error.js -> error/index.js for sanity
  • 1452950 fix(model): handle setDefaultsOnInsert option for bulkWrite updateOne and updateMany
  • 23da8c9 test(model): repro #5708
  • 76d8ffe refactor(query): make setDefaultsOnInsert take a filter as opposed to a query
  • 7c45e7e chore: correct 4.12.2 release date
  • 480098d test: fix 0.10+0.12 const issue
  • 69e4480 docs(connection): improve docs regarding reconnectTries, autoReconnect, and bufferMaxEntries
  • 2410add fix(connection): allow passing in autoIndex as top-level option rather than requiring config.autoIndex
  • b7ac49b fix(query): handle null with addToSet/push/pull/pullAll update validators
  • 16475f3 test(query): repro #5710
  • 191ff1d style: fix lint
  • 1088266 chore: now working on 4.12.3

There are 17 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 21, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 21, 2017

Version 4.12.4 just got published.

Update to this version instead 🚀

Commits

The new version differs by 14 commits.

  • 30394cd chore: release 4.12.4
  • 2445ca4 fix(connection): ensure connection promise helpers are removed before emitting 'connected'
  • 8e7dfb0 test(connection): repro #5714
  • 90f4782 docs(schema): add notes about runSettersOnQuery to schema setters
  • d95d433 Merge pull request #5730 from wlingke/master
  • a38203c style: fix lint
  • 720aace Merge pull request #5726 from sheyooo/patch-1
  • c6fac06 clean up comments
  • aac3bd2 idGetter plugin tests - confirms #5713 has been solved
  • 006cb71 Fixes typo in schematypes.jade
  • 2e326f0 fix(collection): ensure queued operations run on the next tick
  • d2a4904 fix(model): avoid copying recursive $$context object when creating discriminator after querying
  • db63ef5 test(model): repro #5721
  • 1aa4390 chore: now working on 4.12.4

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 30, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 30, 2017

Version 4.12.5 just got published.

Update to this version instead 🚀

Commits

The new version differs by 17 commits.

  • ae78242 chore: release 4.12.5
  • 4d9d71b test(discriminator): fix tests re: #5757
  • ee01370 Merge pull request #5766 from wlingke/master
  • 411db61 fix: remove typo that was breaking tests
  • 9c709e1 refactor: reduce number of array accesses
  • 85821d9 fix(query): correctly handle $in and required for $pull and update validators
  • 3b4211e test(query): repro #5744
  • b9ab446 refactor(test): remove unnecessary code
  • 9e3427a fix(document): catch sync errors in document pre hooks and report as error
  • 1d87987 fix(populate): handle slice projections correctly when automatically selecting populated fields
  • f02641c test(populate): repro #5737
  • f008895 chore: bump lockfile
  • b73af8d Merge branch 'master' of https:/wlingke/mongoose
  • 8d09a20 Added test cases for #5706
  • 174ad6c Fixes #5706. Separately also adds length check for ObjectId hex string checker.

There are 17 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 1, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 1, 2017

Version 4.12.6 just got published.

Update to this version instead 🚀

Commits

The new version differs by 9 commits.

  • 9153ae4 chore: release 4.12.6
  • 65df02e style: fix lint
  • 64fd968 fix: undeprecate ensureIndex() and use it by default
  • 5ec995c chore: disable travis email spam
  • f43a984 fix(schema): make clone() copy query helpers correctly
  • 43fb086 test(schema): repro #5752
  • 4138ce5 chore: bump lockfile
  • 65cc909 chore: now working on 4.12.6
  • c83b416 chore: fix date

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 3, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 3, 2017

Version 4.13.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 42 commits.

  • ca7e915 chore: release 4.13.0
  • 06f260b Merge pull request #5771 from Automattic/4.13
  • 4348fa1 Merge branch 'master' into 4.13
  • a48219b chore: now working on 4.12.7
  • a980af8 Merge pull request #5748 from Automattic/5337
  • 01bf209 feat(schema): allow using set as a schema path
  • 2068a4b refactor: get rid of weird setFunction, just use $set internally re: #1939
  • 9b0525b Merge branch '4.13' into 1939
  • b9c2d3a Merge branch 'master' into 4.13
  • a51e1f5 fix(connection): handle no cb correctly for connection helpers
  • 8632e79 feat(model): report validation errors from insertMany() if using ordered: false and rawResult: true
  • 62e2ff6 Merge pull request #5740 from AyushG3112/addFields-aggregate-feature
  • cc41aa2 Merge branch '4.13' into addFields-aggregate-feature
  • 06f39e8 Merge branch 'master' into 4.13
  • 541fb36 (lint): fix trailing spaces

There are 42 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 9, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 9, 2017

Version 4.13.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 20 commits.

  • a7eeab1 chore: release 4.13.1
  • bb6a64e docs(discriminator): add warning to always attach hooks before calling discriminator()
  • b4cf78f fix(hooks): defer applying embedded discriminator hooks until top-level model is compiled
  • 54d9189 Merge pull request #5798 from adamreisnz/patch-1
  • 060fcdf fix(model): increment version when $set-ing it in a save() that requires a version bump
  • ab668da test(model): repro #5779
  • 3b07c00 Use old school ES5 just in case
  • 77c543d Accept multiple paths or array of paths to depopulate
  • 3771f49 refactor(query): move selectedInclusively() into separate helper
  • c93fdae fix(query): don't treat projection with just $slice as inclusive
  • c40b313 test(query): repro #5737
  • 2adf1f3 fix(query): don't explicitly project in discriminator key if user projected in parent path
  • a12d282 test(query): repro #5775
  • d284104 refactor(test): remove duplicate 2.4 checks re: #5765
  • 9665a04 style: fix lint re: #5765

There are 20 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 13, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 13, 2017

Version 4.13.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 10 commits.

  • 3e7497f chore: release 4.13.2
  • 836decf Merge pull request #5808 from superheri/update-markdown
  • 89d2f3d feat(buffer): add support for subtype prop
  • 910e8b2 chore: bump lockfile
  • 68b1d2a test(document): repro #5530
  • a43d6dc update markdown
  • 83abbad docs: update release-items.md
  • 22befbb docs: fix capitalization issue
  • d6e1458 chore: now working on 4.13.2
  • 2b61adf chore: add missing comment for docs build

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 16, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 16, 2017

Version 4.13.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • 8e5bd8b chore: now working on 4.13.3
  • 9bb9fe4 Merge pull request #5818 from superheri/travis
  • 20fc0ab fix(document): don't apply transforms to nested docs when updating already saved doc
  • dce067b test(document): repro #5807
  • 95e548e chore: now working on 4.13.3
  • e67d1f3 Add a check for node js 8

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 17, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 17, 2017

Version 4.13.4 just got published.

Update to this version instead 🚀

Commits

The new version differs by 15 commits.

  • aa675e7 chore: release 4.13.4
  • bb840f5 fix(aggregate): add chainable .option() helper for setting arbitrary options
  • 22d4657 fix(aggregate): add .pipeline() helper to get the current pipeline
  • 001f98b Merge pull request #5822 from superheri/travis_node9
  • f6960da Merge pull request #5823 from mfluehr/patch-1
  • a813dd2 Merge pull request #5821 from Faibk/master
  • 2f2782e Grammar fixes to unique FAQ
  • a0ee8d8 chore: now working on 4.13.4
  • 62d09b0 Add node 9 in travis allowing failures
  • 76da92e added subevent test
  • 484e32b another typo
  • 3c9a5c1 fixed variables in test
  • d5fd152 fixed typo in test
  • 93eb3aa added test for recursive embedded discriminators
  • 2ed278a fixed applyHooks for recursive embedded discriminators

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 24, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 24, 2017

Version 4.13.5 just got published.

Update to this version instead 🚀

Commits

The new version differs by 26 commits.

  • e318882 chore: release 4.13.5
  • edca051 style: fix lint
  • 38131d4 Merge pull request #5344 from c0d0g3n/master
  • fe0d1c5 docs(query): add more detailed docs re: options
  • dc19eac Merge pull request #5845 from Michael77/master
  • d5d7c1e Merge pull request #5844 from ralphite/master
  • e061881 docs(faq): add faq re: typeKey
  • 48aeccc Merge branch '4.13'
  • 1ffc38d fix "TypeError: Cannot read property 'options' of undefined" error that stops actual error from being thrown
  • 6e6a845 Merge pull request #1 from ralphite/guide-link-patch
  • d1f6691 Add link to bufferCommands
  • ad69054 Merge pull request #5834 from brunohcastro/fix/virtual-ref
  • 82c615c fix(document): if setting unselected nested path, don't overwrite nested path
  • 93ea193 test(document): repro #5800
  • 80731fd fix(query): don't throw uncaught error if query filter too big

There are 26 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 2, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 2, 2017

Version 4.13.6 just got published.

Update to this version instead 🚀

Commits

The new version differs by 13 commits.

  • 5c159d7 chore: release 4.13.6
  • 7dc384c Merge pull request #5856 from ekulabuhov/master
  • 5c547ad fix(query): report ObjectParameterError when passing non-object as filter to find() and findOne()
  • 0de9867 test(query): repro #1698
  • a3fd08c Added check for missing model parameter
  • f46e033 refactor: remove unnecessary constructor check
  • a9be7dc docs: make Document $markValid() public re: #5826
  • cbab4ca Added strictBool option to schema
  • 4d4dfa1 fix(update): make upsert option consistently handle truthy values, not just booleans, for updateOne()
  • 5e279f4 test(update): repro #5839
  • 3a88543 docs(query): correct function signature for .mod() helper
  • 16a41e5 chore: bump lockfile
  • a122191 chore: now working on 4.13.6

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 12, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 12, 2017

Version 4.13.7 just got published.

Update to this version instead 🚀

Commits

The new version differs by 25 commits.

  • e5fbd01 chore: release 4.13.7
  • 8de8c84 Merge pull request #5889 from gokaygurcan/patch-1
  • e044fde Update schematypes.jade
  • 2ecf938 Merge pull request #5875 from ZacharyRSmith/fix/eachAsync
  • 580b2d5 chore: more consistent copy
  • e2e38e5 Merge pull request #5871 from jinasonlin/master
  • eb2c337 fix(document): run validate hooks on array subdocs even if not directly modified
  • 5025a4e test(document): repro #5861
  • 1c3e210 test: fix tests re: #5881
  • 4f1e1a0 refactor(document): use isDefiningProjection() helper instead of checking for $meta and $slice everywhere
  • 107b838 fix(discriminator): don't treat $meta as defining projection when querying
  • 7c355b0 test(discriminator): repro #5859
  • cc84026 refactor: add isDefiningProjection helper re: #5881
  • 83d9a98 docs(connection): improve connection string query param docs
  • a11c05e docs(middleware): some cleanup re: #5866

There are 25 commits in total.

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants