Projekt

Obecné

Profil

Stáhnout (1.02 KB) Statistiky
| Větev: | Revize:
1 3a515b92 cagy
1.3.3 / 2019-04-15
2
==================
3
4
  * Fix Node.js 0.8 return value inconsistencies
5
6
1.3.2 / 2017-09-09
7
==================
8
9
  * perf: reduce overhead for full URLs
10
  * perf: unroll the "fast-path" `RegExp`
11
12
1.3.1 / 2016-01-17
13
==================
14
15
  * perf: enable strict mode
16
17
1.3.0 / 2014-08-09
18
==================
19
20
  * Add `parseurl.original` for parsing `req.originalUrl` with fallback
21
  * Return `undefined` if `req.url` is `undefined`
22
23
1.2.0 / 2014-07-21
24
==================
25
26
  * Cache URLs based on original value
27
  * Remove no-longer-needed URL mis-parse work-around
28
  * Simplify the "fast-path" `RegExp`
29
30
1.1.3 / 2014-07-08
31
==================
32
33
  * Fix typo
34
35
1.1.2 / 2014-07-08
36
==================
37
38
  * Seriously fix Node.js 0.8 compatibility
39
40
1.1.1 / 2014-07-08
41
==================
42
43
  * Fix Node.js 0.8 compatibility
44
45
1.1.0 / 2014-07-08
46
==================
47
48
  * Incorporate URL href-only parse fast-path
49
50
1.0.1 / 2014-03-08
51
==================
52
53
  * Add missing `require`
54
55
1.0.0 / 2014-03-08
56
==================
57
58
  * Genesis from `connect`