Merge "LOG SQL dump files getting installed"
[sdnc/oam.git] / dgbuilder / dgeflows / node_modules / express / node_modules / proxy-addr / HISTORY.md
1 1.0.6 / 2015-02-01
2 ==================
3
4   * deps: ipaddr.js@0.1.8
5
6 1.0.5 / 2015-01-08
7 ==================
8
9   * deps: ipaddr.js@0.1.6
10
11 1.0.4 / 2014-11-23
12 ==================
13
14   * deps: ipaddr.js@0.1.5
15     - Fix edge cases with `isValid`
16
17 1.0.3 / 2014-09-21
18 ==================
19
20   * Use `forwarded` npm module
21
22 1.0.2 / 2014-09-18
23 ==================
24
25   * Fix a global leak when multiple subnets are trusted
26   * Support Node.js 0.6
27   * deps: ipaddr.js@0.1.3
28
29 1.0.1 / 2014-06-03
30 ==================
31
32   * Fix links in npm package
33
34 1.0.0 / 2014-05-08
35 ==================
36
37   * Add `trust` argument to determine proxy trust on
38     * Accepts custom function
39     * Accepts IPv4/IPv6 address(es)
40     * Accepts subnets
41     * Accepts pre-defined names
42   * Add optional `trust` argument to `proxyaddr.all` to
43     stop at first untrusted
44   * Add `proxyaddr.compile` to pre-compile `trust` function
45     to make subsequent calls faster
46
47 0.0.1 / 2014-05-04
48 ==================
49
50   * Fix bad npm publish
51
52 0.0.0 / 2014-05-04
53 ==================
54
55   * Initial release