You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

100 lines
1.8 KiB

  1. 1.4.6 / 2021-11-16
  2. ==================
  3. * deps: cookie@0.4.1
  4. 1.4.5 / 2020-03-14
  5. ==================
  6. * deps: cookie@0.4.0
  7. 1.4.4 / 2019-02-12
  8. ==================
  9. * perf: normalize `secret` argument only once
  10. 1.4.3 / 2016-05-26
  11. ==================
  12. * deps: cookie@0.3.1
  13. - perf: use for loop in parse
  14. 1.4.2 / 2016-05-20
  15. ==================
  16. * deps: cookie@0.2.4
  17. - perf: enable strict mode
  18. - perf: use for loop in parse
  19. - perf: use string concatenation for serialization
  20. 1.4.1 / 2016-01-11
  21. ==================
  22. * deps: cookie@0.2.3
  23. * perf: enable strict mode
  24. 1.4.0 / 2015-09-18
  25. ==================
  26. * Accept array of secrets in addition to a single secret
  27. * Fix `JSONCookie` to return `undefined` for non-string arguments
  28. * Fix `signedCookie` to return `undefined` for non-string arguments
  29. * deps: cookie@0.2.2
  30. 1.3.5 / 2015-05-19
  31. ==================
  32. * deps: cookie@0.1.3
  33. - Slight optimizations
  34. 1.3.4 / 2015-02-15
  35. ==================
  36. * deps: cookie-signature@1.0.6
  37. 1.3.3 / 2014-09-05
  38. ==================
  39. * deps: cookie-signature@1.0.5
  40. 1.3.2 / 2014-06-26
  41. ==================
  42. * deps: cookie-signature@1.0.4
  43. - fix for timing attacks
  44. 1.3.1 / 2014-06-17
  45. ==================
  46. * actually export `signedCookie`
  47. 1.3.0 / 2014-06-17
  48. ==================
  49. * add `signedCookie` export for single cookie unsigning
  50. 1.2.0 / 2014-06-17
  51. ==================
  52. * export parsing functions
  53. * `req.cookies` and `req.signedCookies` are now plain objects
  54. * slightly faster parsing of many cookies
  55. 1.1.0 / 2014-05-12
  56. ==================
  57. * Support for NodeJS version 0.8
  58. * deps: cookie@0.1.2
  59. - Fix for maxAge == 0
  60. - made compat with expires field
  61. - tweak maxAge NaN error message
  62. 1.0.1 / 2014-02-20
  63. ==================
  64. * add missing dependencies
  65. 1.0.0 / 2014-02-15
  66. ==================
  67. * Genesis from `connect`