fixes
- [
bb74319] - fix: pin debug@3 (#141) (Yiyu He <dead_horse@qq.com>)
others
- [
414133f] - 2.0.0 (Jonathan Ong <jonathanrichardong@gmail.com>),
- changed cookies to be base64-encoded (somewhat breaks backwards compatibility)
- fix saving sessions when a downstream error is thrown
- remove sid from docs
- remove uid2 dep
- change: only save new sessions if populated
- update to use new middleware signature
- add change check, removing the need for
.save() - add sane defaults. Closes #4
- add session clearing support. Closes #9
- remove public
.save()