Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
zemirco committed May 22, 2014
1 parent 8966536 commit 40f14c3
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@

##### 0.4.1 / 2014-05-22

##### 0.4.0 - 2014-04-17
- code refactoring
- update dependencies

##### 0.4.0 / 2014-04-17

- database config has to be an Object and the database name isn't part of the
connection string anymore
Expand All @@ -22,13 +26,13 @@
};
```

##### 0.3.0 - 2014-04-11
##### 0.3.0 / 2014-04-11

- key `username` is now `name`
- use built-in [pbkdf2](http://nodejs.org/api/crypto.html#crypto_crypto_pbkdf2_password_salt_iterations_keylen_callback)
instead [bcrypt](https://github.com/ncb000gt/node.bcrypt.js/)

##### 0.2.0 - 2014-04-03
##### 0.2.0 / 2014-04-03

- simplify `remove()` method

Expand All @@ -44,7 +48,7 @@

...

##### 0.1.0 - 2013-01-22
##### 0.1.0 / 2013-01-22

- drop `dbUrl` and use `db` instead
- use new `config.js` structure

0 comments on commit 40f14c3

Please sign in to comment.