https://github.com/Automattic/mongoose

sort by:
Revision Author Date Message Commit Date
852dc3b release 4.1.8 21 September 2015, 16:13:35 UTC
c230e14 Merge pull request #3390 from kmctown/patch-1 Fix typo `flase` => `false`. 21 September 2015, 14:45:59 UTC
fac3c6a Merge pull request #3387 from guumaster/master Fix TypeError: this.get is not a function 21 September 2015, 14:38:43 UTC
c4066db Merge pull request #3383 from alexmingoia/alexmingoia-patch-1 Return null if casting an empty string to a date. Fixes #3134. 21 September 2015, 14:34:03 UTC
a65b110 Fix typo `flase` => `false`. 21 September 2015, 14:07:03 UTC
909560a Fix TypeError: this.get is not a function Fix a reference error after a valid `find()` TypeError: this.get is not a function at Object.nested.toObject (/home/workspace/programming/code/mongoose/lib/document.js:1481:27) 19 September 2015, 11:03:24 UTC
457746c Merge branch 'test-date-cast-empty-string' into alexmingoia-patch-1 18 September 2015, 19:34:11 UTC
1ec92f7 Add test for casting dates with empty string and null. 18 September 2015, 19:32:48 UTC
7bd22ec fix; more robust check for document in findByIdAndUpdate (Fix #3380) 18 September 2015, 17:49:36 UTC
915bfbd fix; cast documents to objects if we're setting to a nested path (Fix #3346) 18 September 2015, 17:14:55 UTC
073a342 repro; #3346 18 September 2015, 17:10:46 UTC
822daf9 Return null if casting an empty string to a date It looks like this was accidentally changed in the fix for #2272 commit 0ac0596368394edec115a47fb78d148f67ea29af 18 September 2015, 04:09:13 UTC
9e48327 fix; handle case where $slice=0 (Fix #3369) 16 September 2015, 19:01:08 UTC
78e2e16 repro; #3369 16 September 2015, 18:59:56 UTC
e56a713 Merge pull request #3376 from ChristianMurphy/lint-for-spacing Lint for Spacing 16 September 2015, 18:28:26 UTC
e5d3809 no space before func paren 16 September 2015, 18:00:09 UTC
2965872 lint for spacing use ESLint --fix to resolve the warnings automatically 15 September 2015, 22:35:40 UTC
5e121f9 Merge pull request #3375 from ChristianMurphy/linting Linting 15 September 2015, 19:59:06 UTC
599ca3f Merge pull request #3374 from ChristianMurphy/node-4 Node 4 Travis CI 15 September 2015, 19:58:10 UTC
b48af17 Merge pull request #3373 from gaguirre/master fixed; cast $elemMatch within $not 15 September 2015, 19:57:51 UTC
bd687e8 clearing lint warnings 15 September 2015, 16:56:55 UTC
9ebbb65 add node 4 to Travis CI tests 15 September 2015, 16:30:20 UTC
4fadba3 Merge branch 'master' of github.com:gaguirre/mongoose 15 September 2015, 16:16:51 UTC
dbf4780 fixed; cast $elemMatch within $not 15 September 2015, 16:16:21 UTC
ef75401 fixed; cast within 15 September 2015, 16:13:25 UTC
0b56646 fix; don't run getters if a path is populated (Fix #3357) 14 September 2015, 18:26:53 UTC
c5ae8e9 now working on 4.1.8 14 September 2015, 17:53:18 UTC
aae05f0 release 4.1.7 14 September 2015, 17:01:08 UTC
443abed fix; more consistent handling of MONGOOSE_DRIVER_PATH (Fix #3360) 14 September 2015, 16:53:01 UTC
af117ac docs; validateSync() docs (Fix #3353) 14 September 2015, 16:48:52 UTC
655ea4c Merge pull request #3367 from jasson15/master docs; fix typos in SchemaTypes documentation 14 September 2015, 14:17:38 UTC
852eda5 docs; fix typos in SchemaTypes documentation There are syntax errors making the examples fail in the runtime, including missing commas and wrong attribute names. Also, this commit appends semicolons to the ends of some codes to keep the coding style in the same style. 12 September 2015, 07:28:43 UTC
cefcc1e fix; better handling for pull without _id (Fix #3341) 11 September 2015, 15:43:23 UTC
35a44b2 repro; #3341 11 September 2015, 15:42:57 UTC
412d7fd docs; clarify Array.pull() re: #3341 10 September 2015, 18:15:58 UTC
55d2384 fix; set findOne op synchronously (Fix #3344) 10 September 2015, 18:07:28 UTC
eb9f9af fix; issues with #3337 patch 10 September 2015, 17:54:52 UTC
d9dedd6 docs; clarify casting for aggregation re: #3251 10 September 2015, 17:26:20 UTC
7e5b5f9 fix; use natural order for cloning update conditions (Fix #3338) 10 September 2015, 15:18:33 UTC
db1e82c fix; better query casting handling for mixed types (Fix #3337) 09 September 2015, 20:12:50 UTC
100b318 repro; #3337 09 September 2015, 20:11:40 UTC
854a8c8 docs; show guide nav for acquit docs 09 September 2015, 19:51:21 UTC
0acfb7e now working on 4.1.7 09 September 2015, 19:36:16 UTC
b9136ad release 4.1.6 08 September 2015, 18:41:41 UTC
72f2649 docs; added discriminator docs (Fix #2743) 08 September 2015, 18:12:59 UTC
513b8d9 Merge branch 'master' of github.com:Automattic/mongoose 08 September 2015, 16:28:48 UTC
d40136f docs; added basic discriminator examples and removed unused tests 08 September 2015, 16:28:19 UTC
ab2e760 Merge pull request #3345 from g13013/master fix a regression with MONGOOSE_DRIVER_PATH 06 September 2015, 14:00:14 UTC
c23a012 fix a regression with MONGOOSE_DRIVER_PATH 05 September 2015, 13:32:32 UTC
765c7e8 docs; retreive -> retrieve typo (Fix #3330) 03 September 2015, 15:58:17 UTC
7ffcd75 added; .reason field to cast error (Fix #3320) 03 September 2015, 15:38:26 UTC
62a5929 repro; #3320 03 September 2015, 15:38:15 UTC
ff5dc0f Merge pull request #3335 from albertorestifo/patch-1 Docs: Write about the global autoIndex 03 September 2015, 12:18:30 UTC
c0618a1 Document global autoIndex setting 03 September 2015, 06:29:19 UTC
45993b4 fix; depopulate when set to _id (Fix #3308) 02 September 2015, 15:59:14 UTC
808ac27 repro; #3308 02 September 2015, 15:58:57 UTC
7ae6240 fix; handle geoNear aggregation with discriminators (Fix #3304) 02 September 2015, 15:31:26 UTC
060f6e5 repro; #3304 02 September 2015, 15:30:42 UTC
b48ba8f now working on 4.1.6 02 September 2015, 13:51:37 UTC
c0296c6 release 4.1.5 01 September 2015, 21:09:40 UTC
83929e8 fix; properly set _id in model.remove() (Fix #3326) 01 September 2015, 13:50:41 UTC
0891b0d Merge pull request #3325 from fyockm/master doc.remove() should not remove all docs in a collection 01 September 2015, 13:47:23 UTC
f452b2b fix; test failure on mongodb 2.4 01 September 2015, 13:43:29 UTC
1659b65 fix; assume replSet when set name option specified (Fix #3299) 01 September 2015, 13:40:18 UTC
4b59af6 Merge branch 'master' of github.com:Automattic/mongoose 01 September 2015, 13:18:45 UTC
4652c05 docs; schema.set() examples (Fix #3288) 01 September 2015, 13:18:25 UTC
f8bedbc Merge pull request #3323 from gregthegeek/master Fixed #3286 01 September 2015, 12:58:32 UTC
eb5e405 upgrade; node driver -> 2.0.42 (re: #3224) 01 September 2015, 12:30:40 UTC
663e19c Unit test for document.remove issue 31 August 2015, 21:17:36 UTC
8545812 Fixed #3286 31 August 2015, 16:25:05 UTC
8befe64 now working on 4.1.5 31 August 2015, 14:12:23 UTC
a4ff7ff release 4.1.4 31 August 2015, 14:04:54 UTC
e0368e3 chore; run make browser 31 August 2015, 13:52:39 UTC
5ef710a fix; strict mode for nested object update (Fix #3305) 31 August 2015, 13:49:20 UTC
19fad53 repro; #3305 31 August 2015, 13:48:43 UTC
fabc901 docs; remove unclear text in remove() docs 31 August 2015, 13:17:07 UTC
a96ba10 Merge pull request #3291 from aliatsis/master check nested objects for sub docs 30 August 2015, 15:58:56 UTC
d2ec53d Merge remote-tracking branch 'upstream/master' 30 August 2015, 01:22:09 UTC
d7374e9 fix; better handling for nested subdoc hooks (Fix #3281) 28 August 2015, 17:57:20 UTC
fdd5596 repro; #3281 28 August 2015, 17:56:19 UTC
caf7181 fix; query casts undefined -> null (Fix #3260) Necessary re: https://github.com/mongodb/js-bson/commit/c9b500140db03962523267b5a5237ba541c7ce71 28 August 2015, 17:36:59 UTC
bf8921f Merge pull request #3260 from thanpolas/test-delete-undefined-id Deleting with _id undefined will remove all records 28 August 2015, 17:23:19 UTC
276f8f9 fix; only pass down minimize option (Fix #3279) 27 August 2015, 13:05:10 UTC
fae5916 repro; #3279 27 August 2015, 13:04:43 UTC
637e5b2 added; passRawResult option for findAndModify (Fix #3173) 27 August 2015, 12:27:50 UTC
a887bf0 fix; handle undefined findById() (Fix #3270) 27 August 2015, 12:13:01 UTC
a8151ec Merge pull request #3271 from raydog/master fixed bug where findById with undefined returned the first doc 27 August 2015, 12:11:01 UTC
191b8da package: update "uglify-js" to v2.4.24 Fixes backdooring vulnerability. See: https://zyan.scripts.mit.edu/blog/backdooring-js/ 27 August 2015, 03:34:16 UTC
d3361ec chore; make browser build npm install browser deps 26 August 2015, 19:35:37 UTC
0cef2b1 Merge pull request #3301 from VELVETDETH/VELVETDETH-patch-README Changed Comments to Comment 25 August 2015, 16:07:40 UTC
0b4def2 upgrade; mquery -> 1.6.3 (Fix #3272) 25 August 2015, 14:06:45 UTC
b6ffdd7 fix; properly get nested paths from nested schemas (Fix #3265) 25 August 2015, 13:43:03 UTC
ec02801 repro; #3265 25 August 2015, 13:41:11 UTC
7ca0a6d fix; use PromiseProvider for .create() (Fix #3297) 25 August 2015, 12:57:00 UTC
cbc59d9 repro; #3297 25 August 2015, 12:56:41 UTC
71a4b08 fix; better handling for falsy, undefined, and object projections (Fix #3256) 24 August 2015, 16:32:48 UTC
57dcb6e repro; #3256 part 3 24 August 2015, 16:26:26 UTC
7c51430 repro; #3256 part 2 24 August 2015, 16:25:54 UTC
47802f8 repro; #3256 24 August 2015, 16:23:59 UTC
f1bef6a fix; make sure to set _id before __v (Fix #3235) 24 August 2015, 13:35:07 UTC
back to top