Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

HISTORY.md 2.7KB

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