source: trip-planner-front/node_modules/cookie/HISTORY.md

Last change on this file was e29cc2e, checked in by Ema <ema_spirova@…>, 3 years ago

primeNG components

  • Property mode set to 100644
File size: 2.6 KB
Line 
10.4.0 / 2019-05-15
2==================
3
4 * Add `SameSite=None` support
5
60.3.1 / 2016-05-26
7==================
8
9 * Fix `sameSite: true` to work with draft-7 clients
10 - `true` now sends `SameSite=Strict` instead of `SameSite`
11
120.3.0 / 2016-05-26
13==================
14
15 * Add `sameSite` option
16 - Replaces `firstPartyOnly` option, never implemented by browsers
17 * Improve error message when `encode` is not a function
18 * Improve error message when `expires` is not a `Date`
19
200.2.4 / 2016-05-20
21==================
22
23 * perf: enable strict mode
24 * perf: use for loop in parse
25 * perf: use string concatination for serialization
26
270.2.3 / 2015-10-25
28==================
29
30 * Fix cookie `Max-Age` to never be a floating point number
31
320.2.2 / 2015-09-17
33==================
34
35 * Fix regression when setting empty cookie value
36 - Ease the new restriction, which is just basic header-level validation
37 * Fix typo in invalid value errors
38
390.2.1 / 2015-09-17
40==================
41
42 * Throw on invalid values provided to `serialize`
43 - Ensures the resulting string is a valid HTTP header value
44
450.2.0 / 2015-08-13
46==================
47
48 * Add `firstPartyOnly` option
49 * Throw better error for invalid argument to parse
50 * perf: hoist regular expression
51
520.1.5 / 2015-09-17
53==================
54
55 * Fix regression when setting empty cookie value
56 - Ease the new restriction, which is just basic header-level validation
57 * Fix typo in invalid value errors
58
590.1.4 / 2015-09-17
60==================
61
62 * Throw better error for invalid argument to parse
63 * Throw on invalid values provided to `serialize`
64 - Ensures the resulting string is a valid HTTP header value
65
660.1.3 / 2015-05-19
67==================
68
69 * Reduce the scope of try-catch deopt
70 * Remove argument reassignments
71
720.1.2 / 2014-04-16
73==================
74
75 * Remove unnecessary files from npm package
76
770.1.1 / 2014-02-23
78==================
79
80 * Fix bad parse when cookie value contained a comma
81 * Fix support for `maxAge` of `0`
82
830.1.0 / 2013-05-01
84==================
85
86 * Add `decode` option
87 * Add `encode` option
88
890.0.6 / 2013-04-08
90==================
91
92 * Ignore cookie parts missing `=`
93
940.0.5 / 2012-10-29
95==================
96
97 * Return raw cookie value if value unescape errors
98
990.0.4 / 2012-06-21
100==================
101
102 * Use encode/decodeURIComponent for cookie encoding/decoding
103 - Improve server/client interoperability
104
1050.0.3 / 2012-06-06
106==================
107
108 * Only escape special characters per the cookie RFC
109
1100.0.2 / 2012-06-01
111==================
112
113 * Fix `maxAge` option to not throw error
114
1150.0.1 / 2012-05-28
116==================
117
118 * Add more tests
119
1200.0.0 / 2012-05-28
121==================
122
123 * Initial release
Note: See TracBrowser for help on using the repository browser.