Skip to content

Latest commit

 

History

History
166 lines (109 loc) · 2.66 KB

File metadata and controls

166 lines (109 loc) · 2.66 KB

v1.7.0 / 2018-01-01

  • Tested against node@9
  • Update cookie-encryption@1.7.0

v1.6.0 / 2017-02-12

  • Tested against node@7
  • Remove support for node@0

v1.5.0 / 2016-09-12

  • Tested against node@6
  • Update cookie-encryption@1.5.0

v1.4.2 / 2015-12-25

  • Update cookie-encryption@1.4.2

v1.4.1 / 2015-11-14

  • Update cookie-encryption@1.4.1
  • Tested against node@5

v1.4.0 / 2015-09-13

  • Rename cookie option age to maxAge
  • Add encryptionSecret (options)
  • Add encryptionOptions (options)
  • Install cookie-encryption@1.4.0

v1.3.0 / 2015-08-08

  • SPDX license
  • coverage test

v1.2.12 / 2015-02-11

  • windows test
  • iojs test

v1.2.11 / 2014-10-26

  • jshint

v1.2.10 / 2014-10-04

  • Remove jsdoc
  • package.json min

v1.2.9 / 2014-09-28

  • Remove end function

v1.2.8 / 2014-09-28

  • Union for cookies and signedCookies

v1.2.6 / 2014-08-23

  • Performance tips

v1.2.4 / 2014-08-11

  • Update README.md

v1.2.3 / 2014-08-04

  • Doc update

v1.2.0 / 2014-07-27

  • Test "node": ">=0.10.0" only
  • Using task runner grunt
  • Using test framework mocha
  • Testing script will be put inside "test/"
  • ".npmignore" more aggressive
  • uglify compiles

v1.1.0 / 2014-07-25

  • Rewrite for multiple require

v1.0.12 / 2014-07-22

  • Fix with multiple require

v1.0.11 / 2014-07-20

  • Slightly faster performance (global var, RegExp)
  • Update express@4.6.X

v1.0.10 / 2014-06-29

  • Remove anonymous function
  • Update express@4.4.5
  • Update cookie-parser@ 1.3.2

1.0.8 / 2014-06-18

  • Improve performance

1.0.7 / 2014-06-15

  • Small improvements

1.0.6 / 2014-06-11

  • Fix package.json

1.0.5 / 2014-06-06

  • Fix if statment
  • Performance tips

1.0.4 / 2014-06-02

  • Small fixes

1.0.3 / 2014-05-29

  • Remove cookie-parser dependencies

1.0.2 / 2014-05-29

  • New Cookie options
  • Split between clear cookie and signed cookie
  • JsDoc improvement

1.0.1 / 2014-05-16

  • Cookie name option
  • Cookie age option

1.0.0 / 2014-05-13

  • Project start