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

maintain a changelog #183

Closed
mderazon opened this issue Mar 11, 2015 · 7 comments
Closed

maintain a changelog #183

mderazon opened this issue Mar 11, 2015 · 7 comments

Comments

@mderazon
Copy link

Hi there,

We're using this in production and I don't feel confident enough right now to update the module without knowing what's changed.
Usually I look at the commits to try and understand what went in, but it would be great to have a changelog (or is there one that i'm not aware of ?)

Also, couldn't find what version of mongodb this has been tested with (2.4 / 2.6 / 3.0)

Thanks for this great module 👍

@mcevskb
Copy link

mcevskb commented Mar 28, 2015

+1

@prabhu
Copy link

prabhu commented Apr 8, 2015

+1

I have the same worries too (in fact with several ones on github). One of the reason why I ended up developing and maintaining my own driver (https://github.com/prabhu/mongots)

@mderazon
Copy link
Author

I really think it's important this module will have a changelog, at least mentioning major updates and changes in between.

I have bootstrapped a changelog from the commit log (see my next comment), maybe it can be used as some kind of foundation?

@mafintosh @sorribas it seems like you are the core maintainers of this module, what do you think ?

@mderazon
Copy link
Author

540f561: 1.0.1 (Eduardo Sorribas)

  • 939907e: Merge pull request #198 from shakefu/master (Eduardo Sorribas)
  • 4443c94: Update mongodb-core patch level. (Jacob Alheid)

e1373bc: 1.0.0 (Eduardo Sorribas)

  • bf9b801: Update travis to use recent mongodb versions and iojs. (Eduardo Sorribas)
  • a34c547: Merge pull request #194 from mcollina/tailable (Eduardo Sorribas)
  • 508c5f2: Merge pull request #195 from lpinca/add/license-field (Mathias Buus)
  • ab66cc9: Add license field to package.json (Luigi Pinca)
  • d820996: Added back tailable cursor support. (Matteo Collina)

5a60466: 1.0.0-beta4 (Eduardo Sorribas)

  • 63496e8: Expose objectid in module. (Eduardo Sorribas)
  • 013e50a: Merge pull request #188 from prabhu/code_cleanup (Eduardo Sorribas)
  • 0c5698b: Removed unused noop (Prabhu Subramanian)
  • c1d9449: Cleanup. removed unused vars and imports (Prabhu Subramanian)
  • 67235a3: Test on io.js (Eduardo Sorribas)

62877cc: 1.0.0-beta3 (Eduardo Sorribas)

  • f279cbb: Always use readable-stream. (Eduardo Sorribas)

9f8dda2: 1.0.0-beta2 (Eduardo Sorribas)

  • 4291eec: Update deps. (Eduardo Sorribas)
  • c9f5d92: Fix foreach. (Eduardo Sorribas)
  • a27cdcc: Check for last error on foreach. (Eduardo Sorribas)
  • 23c1a82: Remove unused dependency and stop using cursor._apply. (Eduardo Sorribas)

208a43d: 1.0.0-beta1 (Eduardo Sorribas)

  • a167c18: Add some docs for 1.0 with mongodb 2.4 (Eduardo Sorribas)
  • 0324967: Mongodb-core rewrite. (Eduardo Sorribas)

9768651: 0.18.2 (Eduardo Sorribas)

  • d529a8a: Merge pull request #182 from saintedlama/master (Eduardo Sorribas)
  • eef59fd: Update to mongodb 1.4.32 (saintedlama)
  • 4d6f51a: Merge pull request #177 from watson/patch-1 (Eduardo Sorribas)
  • 536c14e: Change travis-ci badge to only show master status (Thomas Watson Steen)
  • a598537: Allow travis builds for other branches. (Eduardo Sorribas)

78ee4fc: 0.18.1 (Eduardo Sorribas)

  • 0cddc6e: Allow to call bulk.update() without callback. fixes #166. (Eduardo Sorribas)
  • d0ab7b2: Add docs for readpref, fixes #165 (Eduardo Sorribas)

e760c80: 0.18.0 (Eduardo Sorribas)

  • 35018a7: Added cursor.readpref. (Eduardo Sorribas)
  • 37602dd: Add test for mapreduce. (Eduardo Sorribas)
  • 270d195: Add some more docs to the distinct test. (Eduardo Sorribas)
  • 2a52649: Fix example indentiation style. (Eduardo Sorribas)
  • 043eca8: Merge pull request #160 from longbill/master (Eduardo Sorribas)
  • 34c5315: Update readme (Chunlong)
  • 9ac4ff6: Update readme (Chunlong)
  • 38469ec: Added test for cursor.count. (Eduardo Sorribas)
  • bf75333: Add test for cursor.rewind. (Eduardo Sorribas)
  • e7b0bcc: Test for cursor.foreach (Eduardo Sorribas)
  • 5c571ef: Add sort test. (Eduardo Sorribas)
  • 18f6145: Only test on master. (Eduardo Sorribas)
  • ff8d119: Drop 0.8 support. (Eduardo Sorribas)

6646401: 0.17.0 (Eduardo Sorribas)

  • 9d01685: Add dropindexes. (Eduardo Sorribas)
  • 17d4be5: Add test for dropindexes. (Eduardo Sorribas)
  • b793b4d: Add test for aggregate. (Eduardo Sorribas)

c491e0f: 0.16.0 (Eduardo Sorribas)

  • 6d331ce: Make aggregate return a stream. fixes #154. (Eduardo Sorribas)
  • c533e5a: Bump driver. (Eduardo Sorribas)
  • ae77aa6: Remove tojson function (Eduardo Sorribas)

af4d245: 0.15.1 (Eduardo Sorribas)

  • de4f9a4: Ignore bulk tests in case db version < 2.6 (travis). (Eduardo Sorribas)

c3aeaff: 0.15.0 (Eduardo Sorribas)

  • 76ecb43: Bump driver. (Eduardo Sorribas)
  • e708924: Emit error on connection error. closes #149 (Eduardo Sorribas)
  • d52e1ea: Docs for bulk updates (Eduardo Sorribas)
  • a025aa2: Add support for bulk updates. refs #152 (Eduardo Sorribas)

13444fe: 0.14.2 (Eduardo Sorribas)

  • 43db686: Bump mongodb. (Eduardo Sorribas)
  • 02fd31c: Update docs. (Eduardo Sorribas)
  • e3e8bcf: Add gratipay. (Eduardo Sorribas)
  • aff9dbc: Merge pull request #150 from countable/master (Eduardo Sorribas)
  • 9893b71: Test for distinct (Clark Van Oyen)

952f504: 0.14.1 (Eduardo Sorribas)

  • 4a73373: Bump driver. (Eduardo Sorribas)
  • 03b90eb: Fix tests for 0.8. (Eduardo Sorribas)
  • abab80b: Refactor tests so you can run them individually and they exit. (Eduardo Sorribas)
  • daa0c7b: Merge pull request #147 from watson/patch-2 (Eduardo Sorribas)
  • ccdf216: Add cursor api docs for .rewind() and .destroy() (Thomas Watson Steen)

2edc57e: 0.14.0 (Eduardo Sorribas)

  • f1ded41: Minor test refactor. (Eduardo Sorribas)
  • ebb6b02: Update docs. (Eduardo Sorribas)
  • 94622be: If we receive a mongojs instance we connect and recreate the instance, so we can have the collections passed in the call to mongojs. (Eduardo Sorribas)
  • 940dff5: Add support to pass a driver db or a mongojs db instead of the connection string. (Eduardo Sorribas)
  • af92745: Merge pull request #146 from watson/patch-1 (Mathias Buus)
  • b935e74: Add api documentation for db.close() (Thomas Watson Steen)
  • b5c140c: Ocd. (Eduardo Sorribas)
  • 79319b4: Fix api docs for getcollectionnames. refs #54 (Eduardo Sorribas)
  • d42d7a0: Restructure the group function to multiple lines. (Eduardo Sorribas)
  • b2f3bbd: Fix travis. (Eduardo Sorribas)
  • e560204: Refactor tests to use tape. (Eduardo Sorribas)
  • f46c14e: Give me some space. (Eduardo Sorribas)
  • a16dd33: Minor refactor. (Eduardo Sorribas)

83d9344: 0.13.1 (Eduardo Sorribas)

  • da252d9: Stop using err.lasterrorobject (it's not in the driver anymore). (Eduardo Sorribas)
  • f487584: Bump driver. (Eduardo Sorribas)
  • 8e77037: Revert bump (Mathias Buus)
  • 1cbaeb2: Bump driver (Mathias Buus)
  • 23a9d0f: Merge pull request #137 from amaurymedeiros/patch-1 (Eduardo Sorribas)
  • c194b12: Update readme.md (Amaury)
  • b35a744: More harmony docs (Mathias Buus)

fd608b1: 0.13.0 (Eduardo Sorribas)

  • 8a6fa48: Document the harmony proxy feature. (Eduardo Sorribas)
  • c6e8f5c: Collection proxy with harmony. (Eduardo Sorribas)
  • c62133a: Run both with and without --harmony on every node version. (Eduardo Sorribas)
  • 1aeaba2: Add node 0.11 to travis. (Eduardo Sorribas)

42fecf6: 0.12.1 (Mathias Buus)

  • edaae8f: Tweak docs for #135 (Mathias Buus)
  • 20e4b33: Ensure optional callbacks for write ops. cc #135 (Mathias Buus)
  • d2be4b9: Added test for optional callbacks. cc #135 (Mathias Buus)

e816698: 0.12.0 (Eduardo Sorribas)

  • 2bdd19b: Stop inhereting collection prototype methods. fixes #132. (Eduardo Sorribas)
  • 809252c: Stop inhereting db prototype methods. refs #132. (Eduardo Sorribas)

eb5ab13: 0.11.1 (Eduardo Sorribas)

  • 536743f: Rename prototypes. (Eduardo Sorribas)
  • a802934: Change cursor appply method to support mongo driver 1.4.0. refs #126 #105 (Eduardo Sorribas)
  • bc4f031: Update docs. all implemented functions are now included. (Eduardo Sorribas)
  • cb3dec2: First version of api documentation. (Eduardo Sorribas)

a1f9641: 0.11.0 (Eduardo Sorribas)

  • 20cf5ee: Add support for cursor.rewind. closes #131 (Eduardo Sorribas)
  • 4de6a44: Add the cursor.size method (Eduardo Sorribas)
  • 8ca0ec2: Update license date range (Eduardo Sorribas)
  • d1436ff: Add missing semicolon (Eduardo Sorribas)
  • c115e63: Merge pull request #128 from naman34/patch-1 (Eduardo Sorribas)
  • 38bef2e: Update license to year range (Naman Goel)
  • a3e50ef: Add the cursor.map function (Eduardo Sorribas)

5d49b11: 0.10.1 (Mathias Buus)

  • d23b7a0: Merge pull request #125 from watson/patch1 (Mathias Buus)
  • 649647c: Extract lasterrorobject from the err argument if findandmodify fails (Thomas Watson Steen)

1f7d0f6: V0.10.0 (Mathias Buus)

  • a6a8f14: Fix the remove callback parameters. (Eduardo Sorribas)
  • 0f95a38: Lasterrorobject on all the write functions. (Eduardo Sorribas)
  • 6ff4158: Add missing error handling (Eduardo Sorribas)
  • b6c1b4f: Merge pull request #117 from kapetan/upstream (Mathias Buus)
  • b07daa7: Updated readme with lasterrorobject (Mirza Kapetanovic)
  • 0252b7f: Merge pull request #116 from kapetan/upstream (Eduardo Sorribas)
  • c3b43a9: Removed debug code (Mirza Kapetanovic)
  • 27ad374: Change the insert callback to make it more intuitive. (Eduardo Sorribas)
  • 873cf5d: Add the lasterrorobject to the .save callback. now the callbacks are as following. (Eduardo Sorribas)
  • 6dd7b4e: Add a remove statement to the insert test case. (Eduardo Sorribas)
  • 1c1dbd5: Change normalized callback arguments. (Eduardo Sorribas)
  • 4e72aab: Merge pull request #114 from kapetan/upstream (Mathias Buus)
  • 014b5d1: Normalize lasterrorobject (Mirza Kapetanovic)
  • 3e0fa8c: Normalize callback arguments. same as shell. (Mirza Kapetanovic)

4898d82: V0.9.11 (Mathias Buus)

  • 9f1c4f0: Merge pull request #113 from kapetan/upstream (Mathias Buus)
  • fa37e1f: Fix query included in database name (Mirza Kapetanovic)

00d7134: V0.9.10 (Mathias Buus)

  • 80bc3eb: Added tostring for database and collection (Mathias Buus)

bcf33f6: V0.9.9 (Mathias Buus)

  • dde909c: Bumping deps (Mathias Buus)

0d64457: V0.9.8 (Mathias Buus)

  • a04f59f: Shrinkwrapping mongodb to 1.3.19. fixes #105 (Mathias Buus)

1bd9091: V0.9.7 (Mathias Buus)

  • 06bbf02: Expose bson types visible in the shell using the shell names. fixes #99 (Mathias Buus)
  • c09b057: Merge pull request #101 from sorribas/master (Mathias Buus)
  • fde3f56: Avoid getindexes crash when called with no parameters. (Eduardo Sorribas)
  • 7c7b123: Merge pull request #98 from rg72/patch-1 (Mathias Buus)
  • 0a637ff: Index.js emit ready event, when db connected (RG72)

d1e8c0d: V0.9.6 (Mathias Buus)

  • d91831f: Always closing in shutdown. see #93 (Mathias Buus)

b05544b: V0.9.5 (Mathias Buus)

  • 172deed: Minor style tweaks (Mathias Buus)
  • b8283ff: Merge pull request #93 from sorribas/master (Mathias Buus)
  • 1919c31: Manage the sutdown command. (Eduardo Sorribas)
  • c1c0106: Merge pull request #90 from james-gibson/patch-1 (Mathias Buus)
  • 7db0d89: Modified 'result' to 'res' to follow the example conventions used in the rest of the document (james-gibson)
  • 1d6475d: Reordered examples (Mathias Buus)
  • eabccce: Fixed long line (Mathias Buus)
  • 067066c: Objectid example. fixes #89 (Mathias Buus)

ad197b3: V0.9.4 (Mathias Buus)

  • 9dbf56e: Merge pull request #88 from sorribas/master (Mathias Buus)
  • 89c489d: Merge remote-tracking branch 'upstream/master' (Eduardo Sorribas)
  • eaae470: Refactor test insert code to use the db.col.insert() function. (Eduardo Sorribas)
  • a6187ca: Merge pull request #85 from sorribas/master (Mathias Buus)
  • 128f30c: Add test for cursor explain (Eduardo Sorribas)
  • 1083ba0: Delete unnecessary(and ugly) semicolon. (Eduardo Sorribas)
  • 90de664: Merge pull request #83 from sorribas/master (Mathias Buus)
  • 335d926: Fix the link to the mongo native driver. (Eduardo Sorribas)
  • 6d2a96e: Travis link updated (Mathias Buus)

fa957f3: V0.9.3 (Mathias Buus)

  • fdaa96c: Added test for createcollection (Mathias Buus)
  • 8e9c97f: Createcollection should throw if col exists. fixes #44 (Mathias Buus)
  • ae8259f: Badge below npm notice (Mathias Buus)

1747d6c: V0.9.2 (Mathias Buus)

  • 9e9f1bb: More readme formatting (Mathias Buus)
  • fd2f8bb: Add 0.8 to travis (Mathias Buus)
  • c9442f2: More readme formatting (Mathias Buus)
  • 833bb0b: Moved badge to the top (Mathias Buus)
  • eaf7959: Travis badge (Mathias Buus)
  • 31ee22b: Added travis (Mathias Buus)

9a29e86: V0.9.1 (Mathias Buus)

  • 534580d: Moved repository to mafintosh (Mathias Buus)
  • 74b6763: Merge pull request #82 from sorribas/master (Mathias Buus)
  • e3f6990: Add test for chained collection names (Eduardo Sorribas)
  • f65a1e8: Avoiding another scrollbar in docs (Mathias Buus)
  • c0382ea: Avoiding scrollbar in docs (Mathias Buus)

70a0cba: V0.9.0 (Mathias Buus)

  • 0e31101: Support for chained col names in col array. fixes #42 (Mathias Buus)

c0e0bba: V0.8.1 (Mathias Buus)

  • 62cafcc: Updated dependencies (Mathias Buus)

4db58e6: V0.8.0 (Mathias Buus)

  • 2ec9b9b: Added .open and some comments (Mathias Buus)
  • 16a2731: Merge pull request #81 from sorribas/master (Mathias Buus)
  • 66ae6a1: Fix runcommand() bugs. (Eduardo Sorribas)
  • b35dd5a: Update runcommand docs (Eduardo Sorribas)
  • ba28316: Fix runcommand() bugs and update tests (Eduardo Sorribas)
  • 8bddc75: Merge pull request #80 from sorribas/master (Mathias Buus)
  • 143c029: Add docs for runcommand() (Eduardo Sorribas)
  • 93588ad: Moved license out of readme (Mathias Buus)

95af078: V0.7.17 (Mathias Buus)

  • f36fc8f: Setting highwatermark to 0 since the driver buffers (Mathias Buus)

cd0d397: 0.7.16 - bump (Mathias Buus)

  • e839b01: Fixed test in regards to #76 and some formatting (Mathias Buus)

80e84fe: 0.7.15 - bump (Mathias Buus)

  • 70e9afa: Merge pull request #77 from forbeslindesay/patch-3 (Mathias Buus)
  • d178db0: Merge pull request #76 from forbeslindesay/patch-2 (Mathias Buus)
  • 8ec0cb9: Expose database so the prototype can be easily extended (Forbes Lindesay)
  • 39685d9: Fix getcollectionnames so result is the second arg of callback (Forbes Lindesay)

bbfca87: 0.7.14 - bump (Mathias Buus)

  • 1191b51: .remove returning 0 if something was removed (Mathias Buus)

3cec302: 0.7.13 - bump (Mathias Buus)

  • 96d5d0b: Return from remove if no docs are found - fixes #75 (Mathias Buus)

9d26012: 0.7.12 - bump (Mathias Buus)

  • a66710f: Merge pull request #73 from sorribas/master (Mathias Buus)
  • 5c6e72f: Merge pull request #74 from sorribas/test-fix (Mathias Buus)
  • 2d7c8a9: Fix the mongojs module reference in test-crash.js (Eduardo Sorribas)
  • 752aec3: Add support for db.getcollectionnames() and a test case for it. (Eduardo Sorribas)
  • 1bf49a3: Added a ._apply method for the db as well (Mathias Buus)

a2d4bfa: 0.7.11 - bump (Mathias Buus)

  • aec1284: Reemitting error in nexttick. fixes #72 (Mathias Buus)
  • 5db41d5: Added crash test (Mathias Buus)
  • f97b4b9: Merge pull request #69 from sorribas/master (Mathias Buus)
  • df3eef4: Remove duplicate .explain function. (Eduardo Sorribas)
  • abb435e: Add support for cursor.explain() (Eduardo Sorribas)
  • 942cf51: Using util.inherits (Mathias Buus)
  • 4ff7ea1: Bump (Mathias Buus)
  • e7ed5ff: Merge pull request #67 from osterjour/patch-1 (Mathias Buus)
  • 3567157: Fixing problems with collection names which have the same name as functions in native (Markus)
  • ac10c44: Changed tag line (Mathias Buus)
  • 7deb303: Bump (Mathias Buus)
  • 9b50821: Added destroy to cursor (Mathias Buus)
  • c78b994: Merge pull request #65 from sorribas/master (Mathias Buus)
  • 26d17aa: Add mongo native db protptype methods to the database prototype. (Eduardo Sorribas)
  • a37030a: Refactor: add a database constructor function and move db object functions to the prototype of said function. (Eduardo Sorribas)
  • a6116dc: Updated desc (Mathias Buus)
  • 8d451fd: Updated contributors (Mathias Buus)
  • b4e192f: Bump (Mathias Buus)
  • 0af4f45: Minor style normalizations (Mathias Buus)
  • 0c06bdd: Merge pull request #64 from sorribas/master (Mathias Buus)
  • f82d356: Add error handling to runcommand functions. (Eduardo Sorribas)
  • a7faea3: Add support for both db.runcommand and db.collection.runcommand. fixes #62. (Eduardo Sorribas)
  • c5a3bf2: Merge pull request #63 from sorribas/master (Mathias Buus)
  • 14d803c: Merge remote-tracking branch 'upstream/master' (Eduardo Sorribas)
  • fd3b42f: Fix the code styling and add error handling. (Eduardo Sorribas)
  • 5b0099d: Better error message on bad conf (Mathias Buus)
  • 2884029: Bump (Mathias Buus)
  • 55e8e63: Added getindexes alias (freeall)
  • 06efeee: Tests should work even if not installed in node_modules (Mathias Buus)
  • 41f5625: Add the justone option to the remove method and add tests for the remove method. fix #60 (Eduardo Sorribas)
  • 75cef67: Timeout is disabled in tailable example (Mathias Buus)
  • 8995a19: Added section on tailable cursors (Mathias Buus)
  • 74c3fd7: Bump (Mathias Buus)
  • 39c1080: Callback should be optional for all mutators (Mathias Buus)
  • d4e6513: Bump (Mathias Buus)
  • f0942d5: Merge pull request #48 from benediktarnold/keyf (Mathias Buus)
  • f4d5605: Add compatibility support for keyf in group command (Benedikt Arnold)
  • 9835b78: Bump (mafintosh)
  • 7dd4354: Merge pull request #47 from rg72/master (Mathias Buus)
  • 34c45b3: Install mongodb refuses until the latest version does not specified directly. i don't know why. (Алексей)
  • 11c7d67: Merge pull request #43 from forbeslindesay/patch-1 (Mathias Buus)
  • c52a7dc: Expose constructors (Forbes Lindesay)
  • 4881917: Compat with new stream interface (mafintosh)
  • 3117fb3: Using thunky (mafintosh)
  • c9c525c: License info (Mathias Buus)
  • 1135bf0: Better comment (mafintosh)
  • bb415cc: 0.7 release (mafintosh)
  • f68576f: Docs for streaming cursors (mafintosh)
  • e7326e9: Test for streaming cursors (mafintosh)
  • e20e689: Cursor is a 0.10 and 0.8 compat readable stream (mafintosh)
  • bf89980: Npm bump (mafintosh)
  • 1d340be: Using memolite (mafintosh)
  • 3555dde: Npm bump - stricter mongodb version (mafintosh)
  • 5944380: Fixed #41 (mafintosh)
  • b7872dc: Removed old comment (mafintosh)
  • aeaa411: More examples in readme (Mathias Buus)
  • 34819d8: Fixed cursor config issue (mafintosh)
  • 20f7a5b: Better test coverage (mafintosh)
  • 5ef53da: Fixed group issue (mafintosh)

9afee11: 0.6.0 - complete refactor (mafintosh)

  • 6bf676c: Replset config map deprecated but still supported (mafintosh)
  • 8eab6da: More docs an supporting explicit docs (mafintosh)

67a77c9: 0.5.2 rc (mafintosh)

  • e25e55c: Sync update and cursor chain tests (mafintosh)
  • f033377: Fixed auth issue (mafintosh)
  • aec5e94: Better connection string support (mafintosh)
  • d51e56f: Bump version (mafintosh)
  • 0294c29: Merge pull request #31 from lordkhonsu/master (Mathias Buus)
  • 0f6cb6c: Adding batchsize config to cursor (Robert S.)
  • 3de3b6f: Added npm test link (mafintosh)
  • 9a3810a: Git ignore (mafintosh)
  • 8f54fc0: Npm bump (mafintosh)
  • fcd1314: Docs showing single function usage (mafintosh)
  • 652e088: Style changes and now exporting a single function (mafintosh)
  • ae09f42: Merge pull request #28 from jakemaskiewicz/patch-1 (Mathias Buus)
  • 8e28a91: Npm bump (mafintosh)
  • 5818a90: Grouped public methods (mafintosh)
  • 56b1e48: Merge pull request #25 from blisteringherb/master (Mathias Buus)
  • a667038: Merge pull request #26 from xissy/master (Mathias Buus)
  • 192f20b: Updated default safe variable to false (Jake M)
  • a534bc6: Mongodb group command added. (Taeho Kim)
  • 5b0b539: Mongodb group command added. (Taeho Kim)
  • f599c3b: Updating the result.db variable to use the correct varible name for path. (Morgan Rich)
  • 4a9be9a: Indentation fix in example. (Mathias Buus)
  • 44fc218: Merge branch 'master' of https://github.com/gett/mongojs (Mathias Buus)
  • 65cf8ae: Added git link to package.json (Mathias Buus)
  • abf99f3: More typos. (Mathias Buus)
  • 12957bb: Merge branch 'master' of https://github.com/gett/mongojs (Mathias Buus)
  • fde6ad8: Shorthand replset config syntax (Mathias Buus)
  • 6e87f2f: Collection should be collecitons in config (Mathias Buus)
  • 126220c: Normalized the links (Mathias Buus)
  • 4deb11e: Missing comma in example (Mathias Buus)
  • 8b0c428: Another mongo docs link (Mathias Buus)
  • c52dc8f: Added replication set to readme (Mathias Buus)
  • 54f4676: Support for replication sets (Mathias Buus)
  • df360a7: Compatible with mongodb 1.x.x (Mathias Buus)
  • 69ddb6f: Exposed native mongodb object through a .client property (Mathias Buus)
  • d59f4eb: Renamed close to disconnect (Ian Jorgensen)
  • b03b6e1: Added close function (Ian Jorgensen)
  • 215db4f: Merge pull request #12 from kevinmctigue/patch-1 (Mathias Buus)
  • f118ee8: Added an example to the connections samples to show users that the ['collections'] array is optional on connect. (kevinmctigue)
  • 68ffc95: Merge pull request #11 from erkan-yilmaz/master (Mathias Buus)
  • 5fcb1f0: Change 1 word: to -> we (Erkan Yilmaz)
  • a2bf06e: Fixed typo (Ian Jorgensen)
  • 19a5de0: Merge branch 'master' of https://github.com/gett/mongojs (Mathias Buus)
  • 3c1a871: Npm bump (Mathias Buus)
  • dca0383: Safe option will now always be set if a callback is given to a collection (Mathias Buus)
  • f18e2a5: Better docs (Mathias Buus)
  • eaeadd9: Npm bump (Mathias Buus)
  • f703899: No more normalizing ids (Mathias Buus)
  • d419919: We do not require native compilation now (Mathias Buus)
  • bf22b83: Npm version bump (Mathias Buus)
  • 70c06e1: Npm version bump (Mathias Buus)
  • 6d55c1b: Removed normalize function as it serves no purpose with the new js parser, some style tidy (Mathias Buus)
  • 11cb282: Updated monogdb version (Ian)
  • 2f8c908: Removed deprecated native_parser (Ian)
  • 12451e5: Merge pull request #4 from srirangan/master (Ian)
  • 3c05202: Use js parser if native parser is not available (Srirangan)
  • 112df62: Bump (Mathias Buus)
  • ebf22e9: Added auto_connect = true (Mathias Buus)
  • b7c9350: Tidy (Mathias Buus)
  • 40643ca: Merge branch 'master' of https://github.com/gett/mongojs (Mathias Buus)
  • 6079f88: Added native compilation (Mathias Buus)
  • e99d05a: Exposed all methods from db and collection upwards (Mathias Buus)
  • 0939ff4: Version bump (Mathias Buus)
  • 5db2f35: Merge pull request #1 from walling/master (Mathias Buus)
  • 6e8ffb3: Exposing bson constructors. (Bjarke Walling)
  • 8c21dc0: Updated homepage, description and keywords (Mathias Buus)
  • dd81982: Version bump (Mathias Buus)
  • 3a40661: Fixed possible null pointer (Mathias Buus)
  • aacfb51: Removed redundant object (Mathias Buus)
  • 20efefb: Fixed typo (Mathias Buus)
  • e87d993: Fixed normalize bug and removed a duplicate toarray method (Mathias Buus)
  • d293b21: Fixed feature detection bug with proxies (Mathias Buus)
  • e143b01: Fixed indentation (Mathias Buus)
  • 4ef10e3: Removed the sympathy thing (Mathias Buus)
  • ed3875e: Added ian as a sympathy thing (Mathias Buus)
  • 787ad7d: Version bump (Mathias Buus)
  • 0afe687: Collections is now optional (Mathias Buus)
  • 075c2cb: Added proxy support (Mathias Buus)
  • 3b5755d: Mongo shell is now mongo api (Mathias Buus)
  • d66171a: Fixed requires (Mathias Buus)
  • eb89ed9: Fixed npm example (Mathias Buus)
  • 865d281: Added javascript type to examples (Mathias Buus)

@saintedlama
Copy link
Collaborator

@mderazon is this generated by a tool or hand made? You could send a pull request 👍

@goldfire
Copy link

👍

@saintedlama
Copy link
Collaborator

Done!

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

No branches or pull requests

5 participants