]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - apps/tidep0084.git/blob - example/iot-gateway/node_modules/cookie/HISTORY.md
Initial commit
[apps/tidep0084.git] / example / iot-gateway / node_modules / cookie / HISTORY.md
1 0.1.5 / 2015-09-17
2 ==================
4   * Fix regression when setting empty cookie value
5     - Ease the new restriction, which is just basic header-level validation
6   * Fix typo in invalid value errors
8 0.1.4 / 2015-09-17
9 ==================
11   * Throw better error for invalid argument to parse
12   * Throw on invalid values provided to `serialize`
13     - Ensures the resulting string is a valid HTTP header value
15 0.1.3 / 2015-05-19
16 ==================
18   * Reduce the scope of try-catch deopt
19   * Remove argument reassignments
21 0.1.2 / 2014-04-16
22 ==================
24   * Remove unnecessary files from npm package
26 0.1.1 / 2014-02-23
27 ==================
29   * Fix bad parse when cookie value contained a comma
30   * Fix support for `maxAge` of `0`
32 0.1.0 / 2013-05-01
33 ==================
35   * Add `decode` option
36   * Add `encode` option
38 0.0.6 / 2013-04-08
39 ==================
41   * Ignore cookie parts missing `=`
43 0.0.5 / 2012-10-29
44 ==================
46   * Return raw cookie value if value unescape errors
48 0.0.4 / 2012-06-21
49 ==================
51   * Use encode/decodeURIComponent for cookie encoding/decoding
52     - Improve server/client interoperability
54 0.0.3 / 2012-06-06
55 ==================
57   * Only escape special characters per the cookie RFC
59 0.0.2 / 2012-06-01
60 ==================
62   * Fix `maxAge` option to not throw error
64 0.0.1 / 2012-05-28
65 ==================
67   * Add more tests
69 0.0.0 / 2012-05-28
70 ==================
72   * Initial release