Граф коммитов

2 Коммитов

Автор SHA1 Сообщение Дата
Yurij Mikhalevich f098a0f09d Squashed commit for the version 0.4.5:
commit 7a1723f211419a1f0e9bbac61788ecd5440ab166
Author: Yurij Mikhalevich <0@39.yt>
Date:   Sat May 24 09:33:35 2014 +0400

    Changed version to 0.4.5

commit 27aae6ba7942684ff76582c631bc47bc8e411c63
Author: Yurij Mikhalevich <0@39.yt>
Date:   Sat May 24 09:31:47 2014 +0400

    Fixed #32

commit 8960fb92df6f45c616f11e7d84db14fe110dabd9
Author: Yurij Mikhalevich <0@39.yt>
Date:   Sat May 24 09:01:25 2014 +0400

    Implemented connection strings support

    fixed #22

commit 88fe2146eea864479977a7ab376820f3e4300b48
Author: Yurij Mikhalevich <0@39.yt>
Date:   Sat May 24 08:29:35 2014 +0400

    Added support for includeIds option in query and stream methods

    fixed #26

commit d55190870513ea3b2c13c09f921204723b87c08c
Merge: e104e16 fe1120f
Author: Yurij Mikhalevich <0@39.yt>
Date:   Sat May 24 08:25:25 2014 +0400

    Merge branch 'master' of https://github.com/diosney/winston-mongodb into devel

commit e104e16f01ee869e8848181e3ee7205d5672e6cb
Merge: 3bb126d 116abf7
Author: Yurij Mikhalevich <0@39.yt>
Date:   Sat May 24 08:18:07 2014 +0400

    Merge branch 'master' of github.com:indexzero/winston-mongodb into devel

commit 116abf7bcf3b8048d7340cfb712ea7127911b7c4
Merge: c069938 3b5a35a
Author: Yurij Mikhalevich <0@39.yt>
Date:   Sat May 24 08:17:50 2014 +0400

    Merge pull request #29 from ognus/master

    Fix for MongoDB transport not handling exceptions (issue #24).

commit 3bb126d466e79c8e49979a4d18fc74df1fb0457f
Author: Yurij Mikhalevich <0@39.yt>
Date:   Fri May 23 20:51:01 2014 +0400

    Patched 'tailable cursor requested on non capped collection' error
    handling hack

    Fix for #28.

commit 7cad72ad8b9e58a2654cf3327e08b1ad6b22087d
Author: Yurij Mikhalevich <0@39.yt>
Date:   Fri May 23 20:35:04 2014 +0400

    Updated mongodb to 1.4.x

commit 318a7da99299e157bb98aa883aedb06a536e34a8
Author: Yurij Mikhalevich <0@39.yt>
Date:   Fri May 23 20:26:39 2014 +0400

    Added .idea to .npmignore

commit 402d20ff84f75a91709164e7f5e5160b88a47529
Author: Yurij Mikhalevich <0@39.yt>
Date:   Fri May 23 20:21:59 2014 +0400

    Implemented logging for circular metadata

    * added lib.helper.makeObjectNonCircular(object) method, which replaces
    any occurences of circular references with '[Circular]' string.

commit c861c1425b5cf410f790d2410684dc7066934c5f
Author: Yurij Mikhalevich <0@39.yt>
Date:   Fri May 23 20:08:54 2014 +0400

    Fixed logging circular structures

    * added lib.helper.makeObjectNonCircular(object) method, which
    replaces all circular references mentioned in object with '[Circular]'
    string.

commit 68bf133ee053df052714767889e577a31ac43e46
Author: Yurij Mikhalevich <0@39.yt>
Date:   Fri May 23 19:21:39 2014 +0400

    Added .idea to .gitignore

commit 3b5a35a536dcce4e86cd47b9c54befad85aca1d1
Author: Tomek Kolasa <kolasa.tomek@gmail.com>
Date:   Tue Mar 11 11:07:08 2014 +1300

    Added missing Transport.call(this, options) call to the MongoDB transport constructor. Fix for handleExceptions: true not working (#24).

commit fe1120f8dcd8c15298c95a814b6bdbf44981ac19
Author: Diosney <diosney.s@gmail.com>
Date:   Mon Feb 10 13:34:37 2014 -0500

    [api] Added new [query & stream] option:

        - To let users specify if they want the `_id`s included.
        - The corresponding documentation.
2014-05-24 09:34:13 +04:00
Yurij Mikhalevich 0ea09de5b6 added .npmignore 2013-09-05 14:38:15 +04:00