Skip to content

Releases: OtterJS/otterhttp-session

v0.3.2

29 Oct 22:53
3a66a08
Compare
Choose a tag to compare

Changed

  • Allow null for most cookie options

v0.3.1

02 Sep 22:45
6839e9f
Compare
Choose a tag to compare

Changed

  • Export Session type
  • Export SessionData type

v0.3.0

27 Aug 21:57
Compare
Choose a tag to compare

Changed

  • Moved cookie name option inside cookie options object

v0.2.0

27 Aug 15:34
Compare
Choose a tag to compare

Fixed

  • encode parameter is passed through to res.cookie to match otterhttp behaviour

Changed

  • encode parameter moved within cookie options

Added

  • cookie.sign parameter that is passed through to res.cookie
  • cookie.unsign parameter for unsigning cookies not matched by otterhttp configured signed cookie parsing

Removed

  • decode parameter (instead, consumers should configure cookieParsing settings on their App instance)