Fix license issues
[sdnc/oam.git] / dgbuilder / dgeflows / node_modules / express / node_modules / parseurl / HISTORY.md
1 1.3.0 / 2014-08-09
2 ==================
3
4   * Add `parseurl.original` for parsing `req.originalUrl` with fallback
5   * Return `undefined` if `req.url` is `undefined`
6
7 1.2.0 / 2014-07-21
8 ==================
9
10   * Cache URLs based on original value
11   * Remove no-longer-needed URL mis-parse work-around
12   * Simplify the "fast-path" `RegExp`
13
14 1.1.3 / 2014-07-08
15 ==================
16
17   * Fix typo
18
19 1.1.2 / 2014-07-08
20 ==================
21
22   * Seriously fix Node.js 0.8 compatibility
23
24 1.1.1 / 2014-07-08
25 ==================
26
27   * Fix Node.js 0.8 compatibility
28
29 1.1.0 / 2014-07-08
30 ==================
31
32   * Incorporate URL href-only parse fast-path
33
34 1.0.1 / 2014-03-08
35 ==================
36
37   * Add missing `require`
38
39 1.0.0 / 2014-03-08
40 ==================
41
42   * Genesis from `connect`