프로젝트

일반

사용자정보

통계
| 개정판:

root / HServer / 00.Server / 00.Program / node_modules / proxy-addr / HISTORY.md

이력 | 보기 | 이력해설 | 다운로드 (2.61 KB)

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