- Return full admin class rather than just admin collection when calling
.admin()
#177
- Support for mongodb driver v2.x
- The
Grid
class was removed in mongodb driver 2.0 and somongoskin.Grid
is gone as well. utils.makeSkinClass()
's optional third parameterisSingle
is removed.db.collection()
no longer accepts a callback. Usevar collection = db.collection('collname');
instead.
- Merge pull request #122 from Philmod/older-mongodb
- older version of mongodb
- Merge pull request #108 from fresheneesz/patch-1
- Merge pull request #114 from nemtsov/patch-1
- fix typo: this.hit -> this.hint
- Vastly improving the documentation around the mongoskin.db method
- changed version in package.json to 1.3.x for mongodb
- Upgraded the mongo db version to 1.3.x. Mixing mongodb 1.2.x which mongoskin 0.5.0 depends on and latest mongodb 1.3.x causes Mongodb connection timeout problems in replication environment.
- Use HTTPS so GitHub doesn't cache dependency badge
- add Dependencies status image
- Corrected repository URL in package.json
- Documentation improvements
- add 0.9 version test
- fixed unsafe mode warnning log
- Merge pull request #84 from kingpearl/master
- MongoDB 1.2.x support
- Merge pull request #73 from jockster/master
- Merge pull request #75 from voke/patch-1
- Fix typo
- fixed bind() test cases;
- Minor error in readme. Now updated
- Updated readme according to issue #72
0.3.4 / 2011-03-24
- fix global leaks
- Add rootCollection option to SkinGridStore.exist
- exports all classes of node-mongodb-native
- bug fix #33
- add ReplSet support
- bug fix
- add db.toObjectID
- fix #25 for node-mongodb-native update
- add bind support for embeded collections, e.g. db.bind('system.js')
- add method
toId
to SkinDB - add property
ObjectID
,bson_serializer
to SkinDB. - SkinCollection.prototype.id is now deprecated.
- add ObjectId support for XXXXById
- add SkinDB.gridfs
- add SkinCollection.removeById
- add mongoskin.router