mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-12 10:52:47 +00:00
2.5 KiB
2.5 KiB
0.7.1 / 2013-03-03
- promise: expose
query
0.7.0 / 2012-10-30
*: bumped mongoskin and therefore node-mongodb-native
0.6.0 / 2012-10-29
- collection: added cursor closing support
- promise: introduce #destroy
- test: added cursor destroy test
0.5.0 / 2012-10-03
- promise: added opts to constructor
- util: fix field negation
- test: added test for promise options
- collection: pass options to promises
0.4.0 / 2012-10-03
- added travis
- manager: added Manager#id and Manager#oid
- collection: introduced Collection#oid
- manager: added Manager#col
0.3.0 / 2012-09-06
- collection: make
findAndModifyaccept an oid as the query
0.2.1 / 2012-07-14
- collection: fixed streaming when options are not supplied
0.2.0 / 2012-07-14
- collection: added
count
0.1.15 / 2012-07-14
- collection: avoid mongoskin warn when buffering commands
0.1.14 / 2012-07-09
- Use any debug. [visionmedia]
- Use any mocha. [visionmedia]
0.1.13 / 2012-05-28
- Fixed string-based field selection.
0.1.12 / 2012-05-25
- Added package.json tags.
- Added support for update with ids (fixes #4)
0.1.11 / 2012-05-22
- Added support for new objectids through
Collection#id
0.1.10 / 2012-05-21
- Enhanced findAndModify default behavior for upserts.
- Fixed findAndModify.
0.1.9 / 2012-05-16
- Bumped mongoskin
0.1.8 / 2012-05-12
- Fixed mongoskin version
- Improved options docs section.
0.1.7 / 2012-05-08
- Added global and collection-level options.
- Enabled safe mode by default.
- Improved error handling in tests.
- Fixed
updatecallback with safe: false.
0.1.6 / 2012-05-06
- Added tests for
findById.
0.1.5 / 2012-05-06
- Added
Collectionreferences toPromises. - Fixed
findAndModify.
0.1.4 / 2012-05-06
- Ensured insert calls back with a single object.
- Ensured
insertresolves promise in next tick.
0.1.3 / 2012-05-03
- Exposed
util
0.1.2 / 2012-05-03
- Make
Collectioninherit fromEventEmitter.
0.1.1 / 2012-04-27
- Added
updateById.
0.1.0 / 2012-04-23
- Initial release.