This commit is contained in:
Sean McArthur 2013-12-16 10:27:31 -08:00
Родитель c0745efb91
Коммит 18333c724e
2 изменённых файлов: 7 добавлений и 2 удалений

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

@ -1,4 +1,9 @@
0.4.1-
0.5.0 -
* fix dirty checking for nested objects. req.session.foo.bar = 'baz' now works.
* fix setting req.session = someObj will update from someObj
* removed usage of Proxy, now uses getters/setters
0.4.1 -
* change to writeHead, no longer depending on connect's res.on('header') event
* fix checking existence of res.socket before checking res.socket.encrypted
* documentation added js syntax highlighting

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

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