source: trip-planner-front/node_modules/parseurl/HISTORY.md@ 188ee53

Last change on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.0 KB
Line 
11.3.3 / 2019-04-15
2==================
3
4 * Fix Node.js 0.8 return value inconsistencies
5
61.3.2 / 2017-09-09
7==================
8
9 * perf: reduce overhead for full URLs
10 * perf: unroll the "fast-path" `RegExp`
11
121.3.1 / 2016-01-17
13==================
14
15 * perf: enable strict mode
16
171.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
231.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
301.1.3 / 2014-07-08
31==================
32
33 * Fix typo
34
351.1.2 / 2014-07-08
36==================
37
38 * Seriously fix Node.js 0.8 compatibility
39
401.1.1 / 2014-07-08
41==================
42
43 * Fix Node.js 0.8 compatibility
44
451.1.0 / 2014-07-08
46==================
47
48 * Incorporate URL href-only parse fast-path
49
501.0.1 / 2014-03-08
51==================
52
53 * Add missing `require`
54
551.0.0 / 2014-03-08
56==================
57
58 * Genesis from `connect`
Note: See TracBrowser for help on using the repository browser.