root / HServer / 00.Server / 00.Program / node_modules / parseurl / HISTORY.md
이력 | 보기 | 이력해설 | 다운로드 (954 Bytes)
1 |
1.3.2 / 2017-09-09 |
---|---|
2 |
================== |
3 |
|
4 |
* perf: reduce overhead for full URLs |
5 |
* perf: unroll the "fast-path" `RegExp` |
6 |
|
7 |
1.3.1 / 2016-01-17 |
8 |
================== |
9 |
|
10 |
* perf: enable strict mode |
11 |
|
12 |
1.3.0 / 2014-08-09 |
13 |
================== |
14 |
|
15 |
* Add `parseurl.original` for parsing `req.originalUrl` with fallback |
16 |
* Return `undefined` if `req.url` is `undefined` |
17 |
|
18 |
1.2.0 / 2014-07-21 |
19 |
================== |
20 |
|
21 |
* Cache URLs based on original value |
22 |
* Remove no-longer-needed URL mis-parse work-around |
23 |
* Simplify the "fast-path" `RegExp` |
24 |
|
25 |
1.1.3 / 2014-07-08 |
26 |
================== |
27 |
|
28 |
* Fix typo |
29 |
|
30 |
1.1.2 / 2014-07-08 |
31 |
================== |
32 |
|
33 |
* Seriously fix Node.js 0.8 compatibility |
34 |
|
35 |
1.1.1 / 2014-07-08 |
36 |
================== |
37 |
|
38 |
* Fix Node.js 0.8 compatibility |
39 |
|
40 |
1.1.0 / 2014-07-08 |
41 |
================== |
42 |
|
43 |
* Incorporate URL href-only parse fast-path |
44 |
|
45 |
1.0.1 / 2014-03-08 |
46 |
================== |
47 |
|
48 |
* Add missing `require` |
49 |
|
50 |
1.0.0 / 2014-03-08 |
51 |
================== |
52 |
|
53 |
* Genesis from `connect` |