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