root / HServer / 00.Server / 00.Program / node_modules / express-session / HISTORY.md
이력 | 보기 | 이력해설 | 다운로드 (8.78 KB)
1 |
1.15.6 / 2017-09-26 |
---|---|
2 |
=================== |
3 |
|
4 |
* deps: debug@2.6.9 |
5 |
* deps: parseurl@~1.3.2 |
6 |
- perf: reduce overhead for full URLs |
7 |
- perf: unroll the "fast-path" `RegExp` |
8 |
* deps: uid-safe@~2.1.5 |
9 |
- perf: remove only trailing `=` |
10 |
* deps: utils-merge@1.0.1 |
11 |
|
12 |
1.15.5 / 2017-08-02 |
13 |
=================== |
14 |
|
15 |
* Fix `TypeError` when `req.url` is an empty string |
16 |
* deps: depd@~1.1.1 |
17 |
- Remove unnecessary `Buffer` loading |
18 |
|
19 |
1.15.4 / 2017-07-18 |
20 |
=================== |
21 |
|
22 |
* deps: debug@2.6.8 |
23 |
|
24 |
1.15.3 / 2017-05-17 |
25 |
=================== |
26 |
|
27 |
* deps: debug@2.6.7 |
28 |
- deps: ms@2.0.0 |
29 |
|
30 |
1.15.2 / 2017-03-26 |
31 |
=================== |
32 |
|
33 |
* deps: debug@2.6.3 |
34 |
- Fix `DEBUG_MAX_ARRAY_LENGTH` |
35 |
* deps: uid-safe@~2.1.4 |
36 |
- Remove `base64-url` dependency |
37 |
|
38 |
1.15.1 / 2017-02-10 |
39 |
=================== |
40 |
|
41 |
* deps: debug@2.6.1 |
42 |
- Fix deprecation messages in WebStorm and other editors |
43 |
- Undeprecate `DEBUG_FD` set to `1` or `2` |
44 |
|
45 |
1.15.0 / 2017-01-22 |
46 |
=================== |
47 |
|
48 |
* Fix detecting modified session when session contains "cookie" property |
49 |
* Fix resaving already-saved reloaded session at end of request |
50 |
* deps: crc@3.4.4 |
51 |
- perf: use `Buffer.from` when available |
52 |
* deps: debug@2.6.0 |
53 |
- Allow colors in workers |
54 |
- Deprecated `DEBUG_FD` environment variable |
55 |
- Use same color for same namespace |
56 |
- Fix error when running under React Native |
57 |
- deps: ms@0.7.2 |
58 |
* perf: remove unreachable branch in set-cookie method |
59 |
|
60 |
1.14.2 / 2016-10-30 |
61 |
=================== |
62 |
|
63 |
* deps: crc@3.4.1 |
64 |
- Fix deprecation warning in Node.js 7.x |
65 |
* deps: uid-safe@~2.1.3 |
66 |
- deps: base64-url@1.3.3 |
67 |
|
68 |
1.14.1 / 2016-08-24 |
69 |
=================== |
70 |
|
71 |
* Fix not always resetting session max age before session save |
72 |
* Fix the cookie `sameSite` option to actually alter the `Set-Cookie` |
73 |
* deps: uid-safe@~2.1.2 |
74 |
- deps: base64-url@1.3.2 |
75 |
|
76 |
1.14.0 / 2016-07-01 |
77 |
=================== |
78 |
|
79 |
* Correctly inherit from `EventEmitter` class in `Store` base class |
80 |
* Fix issue where `Set-Cookie` `Expires` was not always updated |
81 |
* Methods are no longer enumerable on `req.session` object |
82 |
* deps: cookie@0.3.1 |
83 |
- Add `sameSite` option |
84 |
- Improve error message when `encode` is not a function |
85 |
- Improve error message when `expires` is not a `Date` |
86 |
- perf: enable strict mode |
87 |
- perf: use for loop in parse |
88 |
- perf: use string concatination for serialization |
89 |
* deps: parseurl@~1.3.1 |
90 |
- perf: enable strict mode |
91 |
* deps: uid-safe@~2.1.1 |
92 |
- Use `random-bytes` for byte source |
93 |
- deps: base64-url@1.2.2 |
94 |
* perf: enable strict mode |
95 |
* perf: remove argument reassignment |
96 |
|
97 |
1.13.0 / 2016-01-10 |
98 |
=================== |
99 |
|
100 |
* Fix `rolling: true` to not set cookie when no session exists |
101 |
- Better `saveUninitialized: false` + `rolling: true` behavior |
102 |
* deps: crc@3.4.0 |
103 |
|
104 |
1.12.1 / 2015-10-29 |
105 |
=================== |
106 |
|
107 |
* deps: cookie@0.2.3 |
108 |
- Fix cookie `Max-Age` to never be a floating point number |
109 |
|
110 |
1.12.0 / 2015-10-25 |
111 |
=================== |
112 |
|
113 |
* Support the value `'auto'` in the `cookie.secure` option |
114 |
* deps: cookie@0.2.2 |
115 |
- Throw on invalid values provided to `serialize` |
116 |
* deps: depd@~1.1.0 |
117 |
- Enable strict mode in more places |
118 |
- Support web browser loading |
119 |
* deps: on-headers@~1.0.1 |
120 |
- perf: enable strict mode |
121 |
|
122 |
1.11.3 / 2015-05-22 |
123 |
=================== |
124 |
|
125 |
* deps: cookie@0.1.3 |
126 |
- Slight optimizations |
127 |
* deps: crc@3.3.0 |
128 |
|
129 |
1.11.2 / 2015-05-10 |
130 |
=================== |
131 |
|
132 |
* deps: debug@~2.2.0 |
133 |
- deps: ms@0.7.1 |
134 |
* deps: uid-safe@~2.0.0 |
135 |
|
136 |
1.11.1 / 2015-04-08 |
137 |
=================== |
138 |
|
139 |
* Fix mutating `options.secret` value |
140 |
|
141 |
1.11.0 / 2015-04-07 |
142 |
=================== |
143 |
|
144 |
* Support an array in `secret` option for key rotation |
145 |
* deps: depd@~1.0.1 |
146 |
|
147 |
1.10.4 / 2015-03-15 |
148 |
=================== |
149 |
|
150 |
* deps: debug@~2.1.3 |
151 |
- Fix high intensity foreground color for bold |
152 |
- deps: ms@0.7.0 |
153 |
|
154 |
1.10.3 / 2015-02-16 |
155 |
=================== |
156 |
|
157 |
* deps: cookie-signature@1.0.6 |
158 |
* deps: uid-safe@1.1.0 |
159 |
- Use `crypto.randomBytes`, if available |
160 |
- deps: base64-url@1.2.1 |
161 |
|
162 |
1.10.2 / 2015-01-31 |
163 |
=================== |
164 |
|
165 |
* deps: uid-safe@1.0.3 |
166 |
- Fix error branch that would throw |
167 |
- deps: base64-url@1.2.0 |
168 |
|
169 |
1.10.1 / 2015-01-08 |
170 |
=================== |
171 |
|
172 |
* deps: uid-safe@1.0.2 |
173 |
- Remove dependency on `mz` |
174 |
|
175 |
1.10.0 / 2015-01-05 |
176 |
=================== |
177 |
|
178 |
* Add `store.touch` interface for session stores |
179 |
* Fix `MemoryStore` expiration with `resave: false` |
180 |
* deps: debug@~2.1.1 |
181 |
|
182 |
1.9.3 / 2014-12-02 |
183 |
================== |
184 |
|
185 |
* Fix error when `req.sessionID` contains a non-string value |
186 |
|
187 |
1.9.2 / 2014-11-22 |
188 |
================== |
189 |
|
190 |
* deps: crc@3.2.1 |
191 |
- Minor fixes |
192 |
|
193 |
1.9.1 / 2014-10-22 |
194 |
================== |
195 |
|
196 |
* Remove unnecessary empty write call |
197 |
- Fixes Node.js 0.11.14 behavior change |
198 |
- Helps work-around Node.js 0.10.1 zlib bug |
199 |
|
200 |
1.9.0 / 2014-09-16 |
201 |
================== |
202 |
|
203 |
* deps: debug@~2.1.0 |
204 |
- Implement `DEBUG_FD` env variable support |
205 |
* deps: depd@~1.0.0 |
206 |
|
207 |
1.8.2 / 2014-09-15 |
208 |
================== |
209 |
|
210 |
* Use `crc` instead of `buffer-crc32` for speed |
211 |
* deps: depd@0.4.5 |
212 |
|
213 |
1.8.1 / 2014-09-08 |
214 |
================== |
215 |
|
216 |
* Keep `req.session.save` non-enumerable |
217 |
* Prevent session prototype methods from being overwritten |
218 |
|
219 |
1.8.0 / 2014-09-07 |
220 |
================== |
221 |
|
222 |
* Do not resave already-saved session at end of request |
223 |
* deps: cookie-signature@1.0.5 |
224 |
* deps: debug@~2.0.0 |
225 |
|
226 |
1.7.6 / 2014-08-18 |
227 |
================== |
228 |
|
229 |
* Fix exception on `res.end(null)` calls |
230 |
|
231 |
1.7.5 / 2014-08-10 |
232 |
================== |
233 |
|
234 |
* Fix parsing original URL |
235 |
* deps: on-headers@~1.0.0 |
236 |
* deps: parseurl@~1.3.0 |
237 |
|
238 |
1.7.4 / 2014-08-05 |
239 |
================== |
240 |
|
241 |
* Fix response end delay for non-chunked responses |
242 |
|
243 |
1.7.3 / 2014-08-05 |
244 |
================== |
245 |
|
246 |
* Fix `res.end` patch to call correct upstream `res.write` |
247 |
|
248 |
1.7.2 / 2014-07-27 |
249 |
================== |
250 |
|
251 |
* deps: depd@0.4.4 |
252 |
- Work-around v8 generating empty stack traces |
253 |
|
254 |
1.7.1 / 2014-07-26 |
255 |
================== |
256 |
|
257 |
* deps: depd@0.4.3 |
258 |
- Fix exception when global `Error.stackTraceLimit` is too low |
259 |
|
260 |
1.7.0 / 2014-07-22 |
261 |
================== |
262 |
|
263 |
* Improve session-ending error handling |
264 |
- Errors are passed to `next(err)` instead of `console.error` |
265 |
* deps: debug@1.0.4 |
266 |
* deps: depd@0.4.2 |
267 |
- Add `TRACE_DEPRECATION` environment variable |
268 |
- Remove non-standard grey color from color output |
269 |
- Support `--no-deprecation` argument |
270 |
- Support `--trace-deprecation` argument |
271 |
|
272 |
1.6.5 / 2014-07-11 |
273 |
================== |
274 |
|
275 |
* Do not require `req.originalUrl` |
276 |
* deps: debug@1.0.3 |
277 |
- Add support for multiple wildcards in namespaces |
278 |
|
279 |
1.6.4 / 2014-07-07 |
280 |
================== |
281 |
|
282 |
* Fix blank responses for stores with synchronous operations |
283 |
|
284 |
1.6.3 / 2014-07-04 |
285 |
================== |
286 |
|
287 |
* Fix resave deprecation message |
288 |
|
289 |
1.6.2 / 2014-07-04 |
290 |
================== |
291 |
|
292 |
* Fix confusing option deprecation messages |
293 |
|
294 |
1.6.1 / 2014-06-28 |
295 |
================== |
296 |
|
297 |
* Fix saveUninitialized deprecation message |
298 |
|
299 |
1.6.0 / 2014-06-28 |
300 |
================== |
301 |
|
302 |
* Add deprecation message to undefined `resave` option |
303 |
* Add deprecation message to undefined `saveUninitialized` option |
304 |
* Fix `res.end` patch to return correct value |
305 |
* Fix `res.end` patch to handle multiple `res.end` calls |
306 |
* Reject cookies with missing signatures |
307 |
|
308 |
1.5.2 / 2014-06-26 |
309 |
================== |
310 |
|
311 |
* deps: cookie-signature@1.0.4 |
312 |
- fix for timing attacks |
313 |
|
314 |
1.5.1 / 2014-06-21 |
315 |
================== |
316 |
|
317 |
* Move hard-to-track-down `req.secret` deprecation message |
318 |
|
319 |
1.5.0 / 2014-06-19 |
320 |
================== |
321 |
|
322 |
* Debug name is now "express-session" |
323 |
* Deprecate integration with `cookie-parser` middleware |
324 |
* Deprecate looking for secret in `req.secret` |
325 |
* Directly read cookies; `cookie-parser` no longer required |
326 |
* Directly set cookies; `res.cookie` no longer required |
327 |
* Generate session IDs with `uid-safe`, faster and even less collisions |
328 |
|
329 |
1.4.0 / 2014-06-17 |
330 |
================== |
331 |
|
332 |
* Add `genid` option to generate custom session IDs |
333 |
* Add `saveUninitialized` option to control saving uninitialized sessions |
334 |
* Add `unset` option to control unsetting `req.session` |
335 |
* Generate session IDs with `rand-token` by default; reduce collisions |
336 |
* deps: buffer-crc32@0.2.3 |
337 |
|
338 |
1.3.1 / 2014-06-14 |
339 |
================== |
340 |
|
341 |
* Add description in package for npmjs.org listing |
342 |
|
343 |
1.3.0 / 2014-06-14 |
344 |
================== |
345 |
|
346 |
* Integrate with express "trust proxy" by default |
347 |
* deps: debug@1.0.2 |
348 |
|
349 |
1.2.1 / 2014-05-27 |
350 |
================== |
351 |
|
352 |
* Fix `resave` such that `resave: true` works |
353 |
|
354 |
1.2.0 / 2014-05-19 |
355 |
================== |
356 |
|
357 |
* Add `resave` option to control saving unmodified sessions |
358 |
|
359 |
1.1.0 / 2014-05-12 |
360 |
================== |
361 |
|
362 |
* Add `name` option; replacement for `key` option |
363 |
* Use `setImmediate` in MemoryStore for node.js >= 0.10 |
364 |
|
365 |
1.0.4 / 2014-04-27 |
366 |
================== |
367 |
|
368 |
* deps: debug@0.8.1 |
369 |
|
370 |
1.0.3 / 2014-04-19 |
371 |
================== |
372 |
|
373 |
* Use `res.cookie()` instead of `res.setHeader()` |
374 |
* deps: cookie@0.1.2 |
375 |
|
376 |
1.0.2 / 2014-02-23 |
377 |
================== |
378 |
|
379 |
* Add missing dependency to `package.json` |
380 |
|
381 |
1.0.1 / 2014-02-15 |
382 |
================== |
383 |
|
384 |
* Add missing dependencies to `package.json` |
385 |
|
386 |
1.0.0 / 2014-02-15 |
387 |
================== |
388 |
|
389 |
* Genesis from `connect` |