Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 586 Bytes

File metadata and controls

26 lines (18 loc) · 586 Bytes

2.0.0 / 2014-02-17

  • changed cookies to be base64-encoded (somewhat breaks backwards compatibility)

1.2.1 / 2014-02-04

  • fix saving sessions when a downstream error is thrown

1.2.0 / 2013-12-21

  • remove sid from docs
  • remove uid2 dep
  • change: only save new sessions if populated
  • update to use new middleware signature

1.1.0 / 2013-11-15

  • add change check, removing the need for .save()
  • add sane defaults. Closes #4
  • add session clearing support. Closes #9
  • remove public .save()