sort by:
Revision Author Date Message Commit Date
ddff80d release 4.0.0 25 March 2015, 13:52:45 UTC
2ef9a42 Merge branch '3.8.x' 25 March 2015, 13:44:57 UTC
02b4865 chore; backport makefile changes for 4.0 release 25 March 2015, 13:44:31 UTC
73d7dc6 Merge pull request #2791 from Automattic/docs-switch Docs switch 25 March 2015, 13:42:51 UTC
06ee56c fix; docs generation for embedded docs 25 March 2015, 13:39:50 UTC
c339edd chore; set up legacy / master doc generation 25 March 2015, 13:29:26 UTC
3846944 chore; update gitter badge to Automattic/, reference acquit in README 25 March 2015, 13:21:29 UTC
5eb0b7d upgraded; node driver to 2.0.24 25 March 2015, 13:18:12 UTC
5ed48e2 Merge pull request #2789 from chetverikov/patch-2 LearnBoost -> Automattic 25 March 2015, 12:47:00 UTC
343811b Merge pull request #2788 from chetverikov/errors Fix errors is not defined 25 March 2015, 12:44:29 UTC
5d488e1 LearnBoost -> Automattic 25 March 2015, 05:34:31 UTC
9408e1d Fix errors is not defined mongoose/lib/schema/documentarray.js:96 --count || fn(errors); ^ ReferenceError: errors is not defined 25 March 2015, 05:21:46 UTC
174e1f0 fix; test broken from 3.8.x merge 24 March 2015, 14:59:22 UTC
0ffbf77 Merge branch '3.8.x' Conflicts: package.json 24 March 2015, 14:52:39 UTC
1624116 Merge pull request #2783 from artiifix/patch-1 Correct typo in documentation 23 March 2015, 16:48:46 UTC
5a4e6fd Merge pull request #2784 from LearnBoost/gh-1934 Fix #1934; ability to use objects as params to slice 23 March 2015, 15:34:11 UTC
78f4f6f Fix #1934; bump mquery to 1.4.0 23 March 2015, 15:16:15 UTC
9c64595 Repro #1934 23 March 2015, 15:15:13 UTC
e1196a9 Correct typo in documentation 23 March 2015, 14:00:35 UTC
8454a49 Merge branch '3.8.x' Conflicts: test/model.populate.test.js 23 March 2015, 01:57:37 UTC
b7c7040 Fix #2656; upgrade to node driver 2.0.23 21 March 2015, 20:02:24 UTC
ea2558b Merge pull request #2775 from LearnBoost/improve-cast-error Improve cast error 21 March 2015, 20:01:24 UTC
3d201b9 Persist cast errors across calls to validate() 19 March 2015, 18:51:07 UTC
5371e36 Repro issue with cast errors not persisting across validation 19 March 2015, 18:50:00 UTC
ad4462c Merge pull request #2773 from chetverikov/gh2719 Fix #2719 19 March 2015, 13:52:00 UTC
80f8332 Merge branch 'master' into gh2719 19 March 2015, 13:03:40 UTC
a6a47cd Merge remote-tracking branch 'upstream/master' 19 March 2015, 13:03:12 UTC
78f3ebb Fix #2719 19 March 2015, 13:01:22 UTC
5cf9fd4 Reduce browserify build size 18 March 2015, 15:37:49 UTC
e00a2b1 Fix browserify build: don't include model in schema 18 March 2015, 14:47:44 UTC
2ca3878 Add increment to reserved keywords 18 March 2015, 14:37:07 UTC
892060d Merge branch 'master' of github.com:LearnBoost/mongoose 18 March 2015, 14:32:17 UTC
a8ee12b Fix #2683: make _ids unique in populate queries as long as they're primitives 18 March 2015, 14:31:26 UTC
6acb460 Merge pull request #2768 from LearnBoost/gh-2766 Mark paths as valid on successful set 18 March 2015, 13:59:02 UTC
82f26ca Merge remote-tracking branch 'upstream/master' 18 March 2015, 11:32:31 UTC
52d6b2e Fix #2766 17 March 2015, 15:56:51 UTC
07eafcc Repro #2766 17 March 2015, 15:56:45 UTC
8cdd7c2 Fix #2738: don't markModified in cast 16 March 2015, 15:32:26 UTC
36de45c Test coverage #1198 16 March 2015, 13:41:07 UTC
5e0d39f now working on 4.0.0 14 March 2015, 20:35:16 UTC
6231283 release 4.0.0-rc4 14 March 2015, 20:32:34 UTC
bd2f935 Merge branch '3.8.x' Conflicts: History.md package.json 14 March 2015, 20:14:03 UTC
55f6bf2 now working on 3.8.26 13 March 2015, 19:39:18 UTC
5d1b5ca release 3.8.25 13 March 2015, 19:32:13 UTC
4c5e805 Merge branch '3.8.x' Conflicts: lib/schema/buffer.js lib/schema/date.js lib/schema/documentarray.js 12 March 2015, 18:51:09 UTC
5616a8a Merge pull request #2760 from LearnBoost/gh-2199 Properly cast operators in $elemMatch 12 March 2015, 18:46:35 UTC
8240484 Fix #2199: properly cast operators in $elemMatch 12 March 2015, 18:21:50 UTC
b0e62f9 Repro #2199 12 March 2015, 18:16:50 UTC
ca7b1f2 Fix #2752 12 March 2015, 18:05:12 UTC
987c8dc Fix #2759 12 March 2015, 15:41:32 UTC
3307573 Merge pull request #2758 from LearnBoost/gh-2751 Set default toObject() options after checking if parameter exists 12 March 2015, 15:06:30 UTC
7994b60 Merge pull request #2755 from LearnBoost/gh-2462 Make sure pre('validate') runs before pre('save') 12 March 2015, 14:46:28 UTC
341dcdf Merge pull request #2750 from LearnBoost/gh-2558 Fix #2558: save defaults for non-new docs 12 March 2015, 14:46:02 UTC
2a41fb7 Fix #2751 12 March 2015, 14:44:39 UTC
1019c78 Repro #2751 12 March 2015, 14:44:33 UTC
830a6ce Fix small issue with 2.4 and solution for #2558 12 March 2015, 14:09:50 UTC
90af89c Fix #2462 11 March 2015, 20:12:01 UTC
0ca191e Repro #2462 11 March 2015, 20:11:52 UTC
93532ed Fix #2558: save defaults for non-new docs 10 March 2015, 18:01:53 UTC
2f14200 Merge branch '3.8.x' Conflicts: test/model.update.test.js 09 March 2015, 20:40:38 UTC
ad77043 Fix #2568 09 March 2015, 20:36:25 UTC
e0e3965 Merge pull request #2747 from LearnBoost/gh-2733 Enable update validators to run on nested objects and doc arrays 09 March 2015, 20:03:54 UTC
600afe3 Merge pull request #2748 from LearnBoost/gh-2729 Fix #2729 09 March 2015, 20:03:36 UTC
645f084 Fix #2729 09 March 2015, 19:58:48 UTC
3098c88 Remove debug statement 09 March 2015, 18:31:55 UTC
ef4131d Fix #2733 09 March 2015, 18:29:23 UTC
2ae7e4d POC for fixing #2733 09 March 2015, 18:11:33 UTC
a06ec26 Merge pull request #2742 from jimmyhsu/patch-2 Updated info to 3.8.x from 3.6.x 09 March 2015, 14:31:07 UTC
a6f7e94 Updated info to 3.8.x from 3.6.x Changed the preview information in the Documentation section from 3.6.x to 3.8.x 07 March 2015, 17:56:28 UTC
39febc1 Repro #2733 06 March 2015, 16:25:30 UTC
aefdb20 Test case improvement re: #2374 06 March 2015, 15:28:53 UTC
14fe510 Merge branch '3.8.x' Conflicts: package.json 04 March 2015, 21:06:00 UTC
79cd0d5 Upgrade hooks and muri, clean on strict mode (fixes #2281) 03 March 2015, 21:24:03 UTC
527ca28 Merge pull request #2730 from aaunel/master Created test case to replicate Issue #2729 03 March 2015, 15:42:53 UTC
4a04eaa Created test case to replicate bug when trying to populate document with {} as ref, Issue #2729 03 March 2015, 14:25:28 UTC
d493b5e Merge branch 'master' of github.com:LearnBoost/mongoose 02 March 2015, 18:51:43 UTC
9261ed2 Fix #2610: remove dead code 02 March 2015, 18:51:27 UTC
9ab6870 Merge pull request #2727 from csdco/master Added "instance" property strings for Array, Boolean, Date, and Mixed schema types 02 March 2015, 17:47:56 UTC
9994720 Fix #2725 02 March 2015, 17:26:15 UTC
f3f717a Added property strings for Array, Boolean, Date, and Mixed schema types. 02 March 2015, 16:59:57 UTC
8ea611b Fix #2682; upgrade to node driver 1.4.32 02 March 2015, 16:55:30 UTC
58df5c6 Clean up some more leaked connections in tests 02 March 2015, 16:03:07 UTC
e657c25 Merge pull request #2722 from Ajido/remove-hooks Pre and post hooks for findOneAndRemove 02 March 2015, 03:34:01 UTC
8a8ea66 now working on 4.0.0-rc4 28 February 2015, 16:28:22 UTC
9f4c8ed release 4.0.0-rc3 28 February 2015, 16:26:20 UTC
5f89578 Rework middleware docs to discuss query middleware 28 February 2015, 16:18:46 UTC
9c842cf Fix #2678 28 February 2015, 16:03:14 UTC
71ec06d Pre and post hooks for findOneAndRemove 28 February 2015, 06:40:32 UTC
ead7709 Clean up a bunch more tests that leak connections 27 February 2015, 22:42:25 UTC
0bb8b9f Use node driver 2.0.18 27 February 2015, 21:29:46 UTC
3780063 Extend timeout for before all and after all hooks, do a better job closing connections 26 February 2015, 23:35:47 UTC
bb3e989 Fix test to account for WT error message 26 February 2015, 22:22:09 UTC
f7382ce Fix capped collection creation on WT, improve capped coll tests 26 February 2015, 22:16:54 UTC
7603816 Merge branch '3.8.x' Conflicts: History.md 25 February 2015, 20:14:26 UTC
18cc5d8 Fix dates in history.md 25 February 2015, 20:13:17 UTC
30e8510 Merge branch 'master' of github.com:LearnBoost/mongoose 25 February 2015, 20:12:45 UTC
4a7a4e2 Merge branch '3.8.x' Conflicts: History.md package.json 25 February 2015, 20:12:36 UTC
db7309b now working on 3.8.25 25 February 2015, 20:11:17 UTC
ca96eb2 release 3.8.24 25 February 2015, 20:09:40 UTC
e1f95f8 Merge pull request #2711 from AndrewSouthpaw/patch-1 describe minimize option on schemas in guide 25 February 2015, 15:47:33 UTC
back to top