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

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