source: trip-planner-front/node_modules/proxy-addr/HISTORY.md@ ceaed42

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

initial commit

  • Property mode set to 100644
File size: 2.9 KB
Line 
12.0.7 / 2021-05-31
2==================
3
4 * deps: forwarded@0.2.0
5 - Use `req.socket` over deprecated `req.connection`
6
72.0.6 / 2020-02-24
8==================
9
10 * deps: ipaddr.js@1.9.1
11
122.0.5 / 2019-04-16
13==================
14
15 * deps: ipaddr.js@1.9.0
16
172.0.4 / 2018-07-26
18==================
19
20 * deps: ipaddr.js@1.8.0
21
222.0.3 / 2018-02-19
23==================
24
25 * deps: ipaddr.js@1.6.0
26
272.0.2 / 2017-09-24
28==================
29
30 * deps: forwarded@~0.1.2
31 - perf: improve header parsing
32 - perf: reduce overhead when no `X-Forwarded-For` header
33
342.0.1 / 2017-09-10
35==================
36
37 * deps: forwarded@~0.1.1
38 - Fix trimming leading / trailing OWS
39 - perf: hoist regular expression
40 * deps: ipaddr.js@1.5.2
41
422.0.0 / 2017-08-08
43==================
44
45 * Drop support for Node.js below 0.10
46
471.1.5 / 2017-07-25
48==================
49
50 * Fix array argument being altered
51 * deps: ipaddr.js@1.4.0
52
531.1.4 / 2017-03-24
54==================
55
56 * deps: ipaddr.js@1.3.0
57
581.1.3 / 2017-01-14
59==================
60
61 * deps: ipaddr.js@1.2.0
62
631.1.2 / 2016-05-29
64==================
65
66 * deps: ipaddr.js@1.1.1
67 - Fix IPv6-mapped IPv4 validation edge cases
68
691.1.1 / 2016-05-03
70==================
71
72 * Fix regression matching mixed versions against multiple subnets
73
741.1.0 / 2016-05-01
75==================
76
77 * Fix accepting various invalid netmasks
78 - IPv4 netmasks must be contingous
79 - IPv6 addresses cannot be used as a netmask
80 * deps: ipaddr.js@1.1.0
81
821.0.10 / 2015-12-09
83===================
84
85 * deps: ipaddr.js@1.0.5
86 - Fix regression in `isValid` with non-string arguments
87
881.0.9 / 2015-12-01
89==================
90
91 * deps: ipaddr.js@1.0.4
92 - Fix accepting some invalid IPv6 addresses
93 - Reject CIDRs with negative or overlong masks
94 * perf: enable strict mode
95
961.0.8 / 2015-05-10
97==================
98
99 * deps: ipaddr.js@1.0.1
100
1011.0.7 / 2015-03-16
102==================
103
104 * deps: ipaddr.js@0.1.9
105 - Fix OOM on certain inputs to `isValid`
106
1071.0.6 / 2015-02-01
108==================
109
110 * deps: ipaddr.js@0.1.8
111
1121.0.5 / 2015-01-08
113==================
114
115 * deps: ipaddr.js@0.1.6
116
1171.0.4 / 2014-11-23
118==================
119
120 * deps: ipaddr.js@0.1.5
121 - Fix edge cases with `isValid`
122
1231.0.3 / 2014-09-21
124==================
125
126 * Use `forwarded` npm module
127
1281.0.2 / 2014-09-18
129==================
130
131 * Fix a global leak when multiple subnets are trusted
132 * Support Node.js 0.6
133 * deps: ipaddr.js@0.1.3
134
1351.0.1 / 2014-06-03
136==================
137
138 * Fix links in npm package
139
1401.0.0 / 2014-05-08
141==================
142
143 * Add `trust` argument to determine proxy trust on
144 * Accepts custom function
145 * Accepts IPv4/IPv6 address(es)
146 * Accepts subnets
147 * Accepts pre-defined names
148 * Add optional `trust` argument to `proxyaddr.all` to
149 stop at first untrusted
150 * Add `proxyaddr.compile` to pre-compile `trust` function
151 to make subsequent calls faster
152
1530.0.1 / 2014-05-04
154==================
155
156 * Fix bad npm publish
157
1580.0.0 / 2014-05-04
159==================
160
161 * Initial release
Note: See TracBrowser for help on using the repository browser.