- 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