Skip to content

Commit

Permalink
Changelog for version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emerleite committed Feb 7, 2012
1 parent 5bd075e commit bdfd7de
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,9 @@
0.7.0 / 2011-12-18
==================
* Remove system.indexes during cleanner - Issue #13 (mongodb)
* Invoke callback even if empty collection - Bug #14 and #15 (mongodb)
* Mongodb usage example at examples dir

0.6.1 / 2011-12-18 0.6.1 / 2011-12-18
================== ==================
* rewrited all tests using mocha * rewrited all tests using mocha
Expand Down
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ Usuage
> databaseCleaner.clean(database, callback); > databaseCleaner.clean(database, callback);
### Examples ### Examples
Take look at test folder to see how it works Take look at test folder to see how it works.


A full example can be found at (<https://github.com/emerleite/node-rating/blob/master/test/hit.test.js>) Look at examples dir.


Running tests Running tests
------------- -------------
Expand Down

0 comments on commit bdfd7de

Please sign in to comment.