twitst4tz

twitter statistics web application
Log | Files | Refs | README | LICENSE

HISTORY.md (2869B)


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