This commit is contained in:
Sean McArthur 2014-09-15 09:17:54 -07:00
Родитель 244496f0e6
Коммит d8a6cdd15f
2 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,7 @@
0.7.0 -
* add `session.destroy()` alias for `session.reset()`
* invalid base64 will return undefined instead of throw
0.6.0 -
* add secret can also be a Buffer
* add `encryptonKey` and `signatureKey` options, to be used instead of `secret`

Просмотреть файл

@ -1,6 +1,6 @@
{
"name" : "client-sessions",
"version" : "0.6.0",
"version" : "0.7.0",
"description" : "secure sessions stored in cookies",
"main" : "lib/client-sessions",
"repository" : {