mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-12 02:42:48 +00:00
updated bunch of file paths and changed the way posts are loaded
This commit is contained in:
350
node_modules/mongoose/History.md
generated
vendored
350
node_modules/mongoose/History.md
generated
vendored
@@ -1,3 +1,353 @@
|
||||
4.3.4 / 2015-12-23
|
||||
==================
|
||||
* fix: upgrade mongodb driver to 2.1.2 for repl set error #3712 [sansmischevia](https://github.com/sansmischevia)
|
||||
* docs: validation docs typo #3709 [ivanmaeder](https://github.com/ivanmaeder)
|
||||
* style: remove unused variables #3708 [ChristianMurphy](https://github.com/ChristianMurphy)
|
||||
* fix(schema): duck-typing for schemas #3703 [mgcrea](https://github.com/mgcrea)
|
||||
* docs: connection sample code issue #3697
|
||||
* fix(schema): duck-typing for schemas #3693 [mgcrea](https://github.com/mgcrea)
|
||||
* docs: clarify id schema option #3638
|
||||
|
||||
4.3.3 / 2015-12-18
|
||||
==================
|
||||
* fix(connection): properly support 'replSet' as well as 'replset' #3688 [taxilian](https://github.com/taxilian)
|
||||
* fix(document): single nested doc pre hooks called before nested doc array #3687 [aliatsis](https://github.com/aliatsis)
|
||||
|
||||
4.3.2 / 2015-12-17
|
||||
==================
|
||||
* fix(document): .set() into single nested schemas #3686
|
||||
* fix(connection): support 'replSet' as well as 'replset' option #3685
|
||||
* fix(document): bluebird unhandled rejection when validating doc arrays #3681
|
||||
* fix(document): hooks for doc arrays in single nested schemas #3680
|
||||
* fix(document): post hooks for single nested schemas #3679
|
||||
* fix: remove unused npm module #3674 [sybarite](https://github.com/sybarite)
|
||||
* fix(model): don't swallow exceptions in nested doc save callback #3671
|
||||
* docs: update keepAlive info #3667 [ChrisZieba](https://github.com/ChrisZieba)
|
||||
* fix(document): strict 'throw' throws a specific mongoose error #3662
|
||||
* fix: flakey test #3332
|
||||
* fix(query): more robust check for RegExp #2969
|
||||
|
||||
4.3.1 / 2015-12-11
|
||||
==================
|
||||
* feat(aggregate): `.sample()` helper #3665
|
||||
* fix(query): bitwise query operators with buffers #3663
|
||||
* docs(migration): clarify `new` option and findByIdAndUpdate #3661
|
||||
|
||||
4.3.0 / 2015-12-09
|
||||
==================
|
||||
* feat(query): support for mongodb 3.2 bitwise query operators #3660
|
||||
* style: use comma-last style consistently #3657 [ChristianMurphy](https://github.com/ChristianMurphy)
|
||||
* feat: upgrade mongodb driver to 2.1.0 for full MongoDB 3.2 support #3656
|
||||
* feat(aggregate): `.lookup()` helper #3532
|
||||
|
||||
4.2.10 / 2015-12-08
|
||||
===================
|
||||
* fixed; upgraded marked #3653 [ChristianMurphy](https://github.com/ChristianMurphy)
|
||||
* docs; cross-db populate #3648
|
||||
* docs; update mocha URL #3646 [ojhaujjwal](https://github.com/ojhaujjwal)
|
||||
* fixed; call close callback asynchronously #3645
|
||||
* docs; virtuals.html issue #3644 [Psarna94](https://github.com/Psarna94)
|
||||
* fixed; single embedded doc casting on init #3642
|
||||
* docs; validation docs improvements #3640
|
||||
|
||||
4.2.9 / 2015-12-02
|
||||
==================
|
||||
* docs; defaults docs #3625
|
||||
* fix; nested numeric keys causing an embedded document crash #3623
|
||||
* fix; apply path getters before virtual getters #3618
|
||||
* fix; casting for arrays in single nested schemas #3616
|
||||
|
||||
4.2.8 / 2015-11-25
|
||||
==================
|
||||
* docs; clean up README links #3612 [ReadmeCritic](https://github.com/ReadmeCritic)
|
||||
* fix; ESLint improvements #3605 [ChristianMurphy](https://github.com/ChristianMurphy)
|
||||
* fix; assigning single nested subdocs #3601
|
||||
* docs; describe custom logging functions in `mongoose.set()` docs #3557
|
||||
|
||||
4.2.7 / 2015-11-20
|
||||
==================
|
||||
* fixed; readPreference connection string option #3600
|
||||
* fixed; pulling from manually populated arrays #3598 #3579
|
||||
* docs; FAQ about OverwriteModelError #3597 [stcruy](https://github.com/stcruy)
|
||||
* fixed; setting single embedded schemas to null #3596
|
||||
* fixed; indexes for single embedded schemas #3594
|
||||
* docs; clarify projection for `findOne()` #3593 [gunar](https://github.com/gunar)
|
||||
* fixed; .ownerDocument() method on single embedded schemas #3589
|
||||
* fixed; properly throw casterror for query on single embedded schema #3580
|
||||
* upgraded; mongodb driver -> 2.0.49 for reconnect issue fix #3481
|
||||
|
||||
4.2.6 / 2015-11-16
|
||||
==================
|
||||
* fixed; ability to manually populate an array #3575
|
||||
* docs; clarify `isAsync` parameter to hooks #3573
|
||||
* fixed; use captureStackTrace if possible instead #3571
|
||||
* fixed; crash with buffer and update validators #3565 [johnpeb](https://github.com/johnpeb)
|
||||
* fixed; update casting with operators overwrite: true #3564
|
||||
* fixed; validation with single embedded docs #3562
|
||||
* fixed; inline docs inherit parents $type key #3560
|
||||
* docs; bad grammar in populate docs #3559 [amaurymedeiros](https://github.com/amaurymedeiros)
|
||||
* fixed; properly handle populate option for find() #2321
|
||||
|
||||
3.8.37 / 2015-11-16
|
||||
===================
|
||||
* fixed; use retainKeyOrder for cloning update op #3572
|
||||
|
||||
4.2.5 / 2015-11-09
|
||||
==================
|
||||
* fixed; handle setting fields in pre update hooks with exec #3549
|
||||
* upgraded; ESLint #3547 [ChristianMurphy](https://github.com/ChristianMurphy)
|
||||
* fixed; bluebird unhandled rejections with cast errors and .exec #3543
|
||||
* fixed; min/max validators handling undefined #3539
|
||||
* fixed; standalone mongos connections #3537
|
||||
* fixed; call `.toObject()` when setting a single nested doc #3535
|
||||
* fixed; single nested docs now have methods #3534
|
||||
* fixed; single nested docs with .create() #3533 #3521 [tusbar](https://github.com/tusbar)
|
||||
* docs; deep populate docs #3528
|
||||
* fixed; deep populate schema ref handling #3507
|
||||
* upgraded; mongodb driver -> 2.0.48 for sort overflow issue #3493
|
||||
* docs; clarify default ids for discriminators #3482
|
||||
* fixed; properly support .update(doc) #3221
|
||||
|
||||
4.2.4 / 2015-11-02
|
||||
==================
|
||||
* fixed; upgraded `ms` package for security vulnerability #3254 [fhemberger](https://github.com/fhemberger)
|
||||
* fixed; ESlint rules #3517 [ChristianMurphy](https://github.com/ChristianMurphy)
|
||||
* docs; typo in aggregation docs #3513 [rafakato](https://github.com/rafakato)
|
||||
* fixed; add `dontThrowCastError` option to .update() for promises #3512
|
||||
* fixed; don't double-cast buffers in node 4.x #3510 #3496
|
||||
* fixed; population with single embedded schemas #3501
|
||||
* fixed; pre('set') hooks work properly #3479
|
||||
* docs; promises guide #3441
|
||||
|
||||
4.2.3 / 2015-10-26
|
||||
==================
|
||||
* docs; remove unreferenced function in middleware.jade #3506
|
||||
* fixed; handling auth with no username/password #3500 #3498 #3484 [mleanos](https://github.com/mleanos)
|
||||
* fixed; more ESlint rules #3491 [ChristianMurphy](https://github.com/ChristianMurphy)
|
||||
* fixed; swallowing exceptions in save callback #3478
|
||||
* docs; fixed broken links in subdocs guide #3477
|
||||
* fixed; casting booleans to numbers #3475
|
||||
* fixed; report CastError for subdoc arrays in findOneAndUpdate #3468
|
||||
* fixed; geoNear returns ES6 promise #3458
|
||||
|
||||
4.2.2 / 2015-10-22
|
||||
==================
|
||||
* fixed; go back to old pluralization code #3490
|
||||
|
||||
4.2.1 / 2015-10-22
|
||||
==================
|
||||
* fixed; pluralization issues #3492 [ChristianMurphy](https://github.com/ChristianMurphy)
|
||||
|
||||
4.2.0 / 2015-10-22
|
||||
==================
|
||||
* added; support for skipVersioning for document arrays #3467 [chazmo03](https://github.com/chazmo03)
|
||||
* added; ability to customize schema 'type' key #3459 #3245
|
||||
* fixed; writeConcern for index builds #3455
|
||||
* added; emit event when individual index build starts #3440 [objectiveSee](https://github.com/objectiveSee)
|
||||
* added; 'context' option for update validators #3430
|
||||
* refactor; pluralization now in separate pluralize-mongoose npm module #3415 [ChristianMurphy](https://github.com/ChristianMurphy)
|
||||
* added; customizable error validation messages #3406 [geronime](https://github.com/geronime)
|
||||
* added; support for passing 'minimize' option to update #3381
|
||||
* added; ability to customize debug logging format #3261
|
||||
* added; baseModelName property for discriminator models #3202
|
||||
* added; 'emitIndexErrors' option #3174
|
||||
* added; 'async' option for aggregation cursor to support buffering #3160
|
||||
* added; ability to skip validation for individual save() calls #2981
|
||||
* added; single embedded schema support #2689 #585
|
||||
* added; depopulate function #2509
|
||||
|
||||
4.1.12 / 2015-10-19
|
||||
===================
|
||||
* docs; use readPreference instead of slaveOk for Query.setOptions docs #3471 [buunguyen](https://github.com/buunguyen)
|
||||
* fixed; more helpful error when regexp contains null bytes #3456
|
||||
* fixed; x509 auth issue #3454 [NoxHarmonium](https://github.com/NoxHarmonium)
|
||||
|
||||
3.8.36 / 2015-10-18
|
||||
===================
|
||||
* fixed; Make array props non-enumerable #3461 [boblauer](https://github.com/boblauer)
|
||||
|
||||
4.1.11 / 2015-10-12
|
||||
===================
|
||||
* fixed; update timestamps for update() if they're enabled #3450 [isayme](https://github.com/isayme)
|
||||
* fixed; unit test error on node 0.10 #3449 [isayme](https://github.com/isayme)
|
||||
* docs; timestamp option docs #3448 [isayme](https://github.com/isayme)
|
||||
* docs; fix unexpected indent #3443 [isayme](https://github.com/isayme)
|
||||
* fixed; use ES6 promises for Model.prototype.remove() #3442
|
||||
* fixed; don't use unused 'safe' option for index builds #3439
|
||||
* fixed; elemMatch casting bug #3437 #3435 [DefinitelyCarter](https://github.com/DefinitelyCarter)
|
||||
* docs; schema.index docs #3434
|
||||
* fixed; exceptions in save() callback getting swallowed on mongodb 2.4 #3371
|
||||
|
||||
4.1.10 / 2015-10-05
|
||||
===================
|
||||
* docs; improve virtuals docs to explain virtuals schema option #3433 [zoyaH](https://github.com/zoyaH)
|
||||
* docs; MongoDB server version compatibility guide #3427
|
||||
* docs; clarify that findById and findByIdAndUpdate fire hooks #3422
|
||||
* docs; clean up Model.save() docs #3420
|
||||
* fixed; properly handle projection with just id #3407 #3412
|
||||
* fixed; infinite loop when database document is corrupted #3405
|
||||
* docs; clarify remove middleware #3388
|
||||
|
||||
4.1.9 / 2015-09-28
|
||||
==================
|
||||
* docs; minlength and maxlength string validation docs #3368 #3413 [cosmosgenius](https://github.com/cosmosgenius)
|
||||
* fixed; linting for infix operators #3397 [ChristianMurphy](https://github.com/ChristianMurphy)
|
||||
* fixed; proper casting for $all #3394
|
||||
* fixed; unhandled rejection warnings with .create() #3391
|
||||
* docs; clarify update validators on paths that aren't explicitly set #3386
|
||||
* docs; custom validator examples #2778
|
||||
|
||||
4.1.8 / 2015-09-21
|
||||
==================
|
||||
* docs; fixed typo in example #3390 [kmctown](https://github.com/kmctown)
|
||||
* fixed; error in toObject() #3387 [guumaster](https://github.com/guumaster)
|
||||
* fixed; handling for casting null dates #3383 [alexmingoia](https://github.com/alexmingoia)
|
||||
* fixed; passing composite ids to `findByIdAndUpdate` #3380
|
||||
* fixed; linting #3376 #3375 [ChristianMurphy](https://github.com/ChristianMurphy)
|
||||
* fixed; added NodeJS v4 to Travis #3374 [ChristianMurphy](https://github.com/ChristianMurphy)
|
||||
* fixed; casting $elemMatch inside of $not #3373 [gaguirre](https://github.com/gaguirre)
|
||||
* fixed; handle case where $slice is 0 #3369
|
||||
* fixed; avoid running getters if path is populated #3357
|
||||
* fixed; cast documents to objects when setting to a nested path #3346
|
||||
|
||||
4.1.7 / 2015-09-14
|
||||
==================
|
||||
* docs; typos in SchemaType documentation #3367 [jasson15](https://github.com/jasson15)
|
||||
* fixed; MONGOOSE_DRIVER_PATH env variable again #3360
|
||||
* docs; added validateSync docs #3353
|
||||
* fixed; set findOne op synchronously in query #3344
|
||||
* fixed; handling for `.pull()` on a documentarray without an id #3341
|
||||
* fixed; use natural order for cloning update conditions #3338
|
||||
* fixed; issue with strict mode casting for mixed type updates #3337
|
||||
|
||||
4.1.6 / 2015-09-08
|
||||
==================
|
||||
* fixed; MONGOOSE_DRIVER_PATH env variable #3345 [g13013](https://github.com/g13013)
|
||||
* docs; global autoIndex option #3335 [albertorestifo](https://github.com/albertorestifo)
|
||||
* docs; model documentation typos #3330
|
||||
* fixed; report reason for CastError #3320
|
||||
* fixed; .populate() no longer returns true after re-assigning #3308
|
||||
* fixed; discriminators with aggregation geoNear #3304
|
||||
* docs; discriminator docs #2743
|
||||
|
||||
4.1.5 / 2015-09-01
|
||||
==================
|
||||
* fixed; document.remove() removing all docs #3326 #3325
|
||||
* fixed; connect() checks for rs_name in options #3299
|
||||
* docs; examples for schema.set() #3288
|
||||
* fixed; checkKeys issue with bluebird #3286 [gregthegeek](https://github.com/gregthegeek)
|
||||
|
||||
4.1.4 / 2015-08-31
|
||||
==================
|
||||
* fixed; ability to set strict: false for update #3305
|
||||
* fixed; .create() properly uses ES6 promises #3297
|
||||
* fixed; pre hooks on nested subdocs #3291 #3284 [aliatsis](https://github.com/aliatsis)
|
||||
* docs; remove unclear text in .remove() docs #3282
|
||||
* fixed; pre hooks called twice for 3rd-level nested doc #3281
|
||||
* fixed; nested transforms #3279
|
||||
* upgraded; mquery -> 1.6.3 #3278 #3272
|
||||
* fixed; don't swallow callback errors by default #3273 #3222
|
||||
* fixed; properly get nested paths from nested schemas #3265
|
||||
* fixed; remove() with id undefined deleting all docs #3260 [thanpolas](https://github.com/thanpolas)
|
||||
* fixed; handling for non-numeric projections #3256
|
||||
* fixed; findById with id undefined returning first doc #3255
|
||||
* fixed; use retainKeyOrder for update #3215
|
||||
* added; passRawResult option to findOneAndUpdate for backwards compat #3173
|
||||
|
||||
4.1.3 / 2015-08-16
|
||||
==================
|
||||
* fixed; getUpdate() in pre update hooks #3520 [gregthegeek](https://github.com/gregthegeek)
|
||||
* fixed; handleArray() ensures arg is an array #3238 [jloveridge](https://github.com/jloveridge)
|
||||
* fixed; refresh required path cache when recreating docs #3199
|
||||
* fixed; $ operator on unwind aggregation helper #3197
|
||||
* fixed; findOneAndUpdate() properly returns raw result as third arg to callback #3173
|
||||
* fixed; querystream with dynamic refs #3108
|
||||
|
||||
3.8.35 / 2015-08-14
|
||||
===================
|
||||
* fixed; handling for minimize on nested objects #2930
|
||||
* fixed; don't crash when schema.path.options undefined #1824
|
||||
|
||||
4.1.2 / 2015-08-10
|
||||
==================
|
||||
* fixed; better handling for Jade templates #3241 [kbadk](https://github.com/kbadk)
|
||||
* added; ESlint trailing spaces #3234 [ChristianMurphy](https://github.com/ChristianMurphy)
|
||||
* added; ESlint #3191 [ChristianMurphy](https://github.com/ChristianMurphy)
|
||||
* fixed; properly emit event on disconnect #3183
|
||||
* fixed; copy options properly using Query.toConstructor() #3176
|
||||
* fixed; setMaxListeners() issue in browser build #3170
|
||||
* fixed; node driver -> 2.0.40 to not store undefined keys as null #3169
|
||||
* fixed; update validators handle positional operator #3167
|
||||
* fixed; handle $all + $elemMatch query casting #3163
|
||||
* fixed; post save hooks don't swallow extra args #3155
|
||||
* docs; spelling mistake in index.jade #3154
|
||||
* fixed; don't crash when toObject() has no fields #3130
|
||||
* fixed; apply toObject() recursively for find and update queries #3086 [naoina](https://github.com/naoina)
|
||||
|
||||
4.1.1 / 2015-08-03
|
||||
==================
|
||||
* fixed; aggregate exec() crash with no callback #3212 #3198 [jpgarcia](https://github.com/jpgarcia)
|
||||
* fixed; pre init hooks now properly synchronous #3207 [burtonjc](https://github.com/burtonjc)
|
||||
* fixed; updateValidators doesn't flatten dates #3206 #3194 [victorkohl](https://github.com/victorkohl)
|
||||
* fixed; default fields don't make document dirty between saves #3205 [burtonjc](https://github.com/burtonjc)
|
||||
* fixed; save passes 0 as numAffected rather than undefined when no change #3195 [burtonjc](https://github.com/burtonjc)
|
||||
* fixed; better handling for positional operator in update #3185
|
||||
* fixed; use Travis containers #3181 [ChristianMurphy](https://github.com/ChristianMurphy)
|
||||
* fixed; leaked variable #3180 [ChristianMurphy](https://github.com/ChristianMurphy)
|
||||
|
||||
4.1.0 / 2015-07-24
|
||||
==================
|
||||
* added; `schema.queue()` now public #3193
|
||||
* added; raw result as third parameter to findOneAndX callback #3173
|
||||
* added; ability to run validateSync() on only certain fields #3153
|
||||
* added; subPopulate #3103 [timbur](https://github.com/timbur)
|
||||
* added; $isDefault function on documents #3077
|
||||
* added; additional properties for built-in validator messages #3063 [KLicheR](https://github.com/KLicheR)
|
||||
* added; getQuery() and getUpdate() functions for Query #3013
|
||||
* added; export DocumentProvider #2996
|
||||
* added; ability to remove path from schema #2993 [JohnnyEstilles](https://github.com/JohnnyEstilles)
|
||||
* added; .explain() helper for aggregate #2714
|
||||
* added; ability to specify which ES6-compatible promises library mongoose uses #2688
|
||||
* added; export Aggregate #1910
|
||||
|
||||
4.0.8 / 2015-07-20
|
||||
==================
|
||||
* fixed; assignment with document arrays #3178 [rosston](https://github.com/rosston)
|
||||
* docs; remove duplicate paragraph #3164 [rhmeeuwisse](https://github.com/rhmeeuwisse)
|
||||
* docs; improve findOneAndXYZ parameter descriptions #3159 [rhmeeuwisse](https://github.com/rhmeeuwisse)
|
||||
* docs; add findOneAndRemove to list of supported middleware #3158
|
||||
* docs; clarify ensureIndex #3156
|
||||
* fixed; refuse to save/remove document without id #3118
|
||||
* fixed; hooks next() no longer accidentally returns promise #3104
|
||||
* fixed; strict mode for findOneAndUpdate #2947
|
||||
* added; .min.js.gz file for browser component #2806
|
||||
|
||||
3.8.34 / 2015-07-20
|
||||
===================
|
||||
* fixed; allow using $rename #3171
|
||||
* fixed; no longer modifies update arguments #3008
|
||||
|
||||
4.0.7 / 2015-07-11
|
||||
==================
|
||||
* fixed; documentarray id method when using object id #3157 [siboulet](https://github.com/siboulet)
|
||||
* docs; improve findById docs #3147
|
||||
* fixed; update validators handle null properly #3136 [odeke-em](https://github.com/odeke-em)
|
||||
* docs; jsdoc syntax errors #3128 [rhmeeuwisse](https://github.com/rhmeeuwisse)
|
||||
* docs; fix typo #3126 [rhmeeuwisse](https://github.com/rhmeeuwisse)
|
||||
* docs; proper formatting in queries.jade #3121 [rhmeeuwisse](https://github.com/rhmeeuwisse)
|
||||
* docs; correct example for string maxlength validator #3111 [rhmeeuwisse](https://github.com/rhmeeuwisse)
|
||||
* fixed; setDefaultsOnInsert with arrays #3107
|
||||
* docs; LearnBoost -> Automattic in package.json #3099
|
||||
* docs; pre update hook example #3094 [danpe](https://github.com/danpe)
|
||||
* docs; clarify query middleware example #3051
|
||||
* fixed; ValidationErrors in strict mode #3046
|
||||
* fixed; set findOneAndUpdate properties before hooks run #3024
|
||||
|
||||
3.8.33 / 2015-07-10
|
||||
===================
|
||||
* upgraded; node driver -> 1.4.38
|
||||
* fixed; dont crash when `match` validator undefined
|
||||
|
||||
4.0.6 / 2015-06-21
|
||||
==================
|
||||
* upgraded; node driver -> 2.0.34 #3087
|
||||
|
||||
Reference in New Issue
Block a user