commit inicial
[VSoRC/.git] / node_modules / proxy-addr / HISTORY.md
1 2.0.5 / 2019-04-16
2 ==================
3
4   * deps: ipaddr.js@1.9.0
5
6 2.0.4 / 2018-07-26
7 ==================
8
9   * deps: ipaddr.js@1.8.0
10
11 2.0.3 / 2018-02-19
12 ==================
13
14   * deps: ipaddr.js@1.6.0
15
16 2.0.2 / 2017-09-24
17 ==================
18
19   * deps: forwarded@~0.1.2
20     - perf: improve header parsing
21     - perf: reduce overhead when no `X-Forwarded-For` header
22
23 2.0.1 / 2017-09-10
24 ==================
25
26   * deps: forwarded@~0.1.1
27     - Fix trimming leading / trailing OWS
28     - perf: hoist regular expression
29   * deps: ipaddr.js@1.5.2
30
31 2.0.0 / 2017-08-08
32 ==================
33
34   * Drop support for Node.js below 0.10
35
36 1.1.5 / 2017-07-25
37 ==================
38
39   * Fix array argument being altered
40   * deps: ipaddr.js@1.4.0
41
42 1.1.4 / 2017-03-24
43 ==================
44
45   * deps: ipaddr.js@1.3.0
46
47 1.1.3 / 2017-01-14
48 ==================
49
50   * deps: ipaddr.js@1.2.0
51
52 1.1.2 / 2016-05-29
53 ==================
54
55   * deps: ipaddr.js@1.1.1
56     - Fix IPv6-mapped IPv4 validation edge cases
57
58 1.1.1 / 2016-05-03
59 ==================
60
61   * Fix regression matching mixed versions against multiple subnets
62
63 1.1.0 / 2016-05-01
64 ==================
65
66   * Fix accepting various invalid netmasks
67     - IPv4 netmasks must be contingous
68     - IPv6 addresses cannot be used as a netmask
69   * deps: ipaddr.js@1.1.0
70
71 1.0.10 / 2015-12-09
72 ===================
73
74   * deps: ipaddr.js@1.0.5
75     - Fix regression in `isValid` with non-string arguments
76
77 1.0.9 / 2015-12-01
78 ==================
79
80   * deps: ipaddr.js@1.0.4
81     - Fix accepting some invalid IPv6 addresses
82     - Reject CIDRs with negative or overlong masks
83   * perf: enable strict mode
84
85 1.0.8 / 2015-05-10
86 ==================
87
88   * deps: ipaddr.js@1.0.1
89
90 1.0.7 / 2015-03-16
91 ==================
92
93   * deps: ipaddr.js@0.1.9
94     - Fix OOM on certain inputs to `isValid`
95
96 1.0.6 / 2015-02-01
97 ==================
98
99   * deps: ipaddr.js@0.1.8
100
101 1.0.5 / 2015-01-08
102 ==================
103
104   * deps: ipaddr.js@0.1.6
105
106 1.0.4 / 2014-11-23
107 ==================
108
109   * deps: ipaddr.js@0.1.5
110     - Fix edge cases with `isValid`
111
112 1.0.3 / 2014-09-21
113 ==================
114
115   * Use `forwarded` npm module
116
117 1.0.2 / 2014-09-18
118 ==================
119
120   * Fix a global leak when multiple subnets are trusted
121   * Support Node.js 0.6
122   * deps: ipaddr.js@0.1.3
123
124 1.0.1 / 2014-06-03
125 ==================
126
127   * Fix links in npm package
128
129 1.0.0 / 2014-05-08
130 ==================
131
132   * Add `trust` argument to determine proxy trust on
133     * Accepts custom function
134     * Accepts IPv4/IPv6 address(es)
135     * Accepts subnets
136     * Accepts pre-defined names
137   * Add optional `trust` argument to `proxyaddr.all` to
138     stop at first untrusted
139   * Add `proxyaddr.compile` to pre-compile `trust` function
140     to make subsequent calls faster
141
142 0.0.1 / 2014-05-04
143 ==================
144
145   * Fix bad npm publish
146
147 0.0.0 / 2014-05-04
148 ==================
149
150   * Initial release