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 4.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  1. 2.3.3 / 2018-05-08
  2. ==================
  3. * deps: http-errors@1.6.3
  4. - deps: depd@~1.1.2
  5. - deps: setprototypeof@1.1.0
  6. - deps: statuses@'>= 1.3.1 < 2'
  7. * deps: iconv-lite@0.4.23
  8. - Fix loading encoding with year appended
  9. - Fix deprecation warnings on Node.js 10+
  10. 2.3.2 / 2017-09-09
  11. ==================
  12. * deps: iconv-lite@0.4.19
  13. - Fix ISO-8859-1regression
  14. - Update Windows-1255
  15. 2.3.1 / 2017-09-07
  16. ==================
  17. * deps: bytes@3.0.0
  18. * deps: http-errors@1.6.2
  19. - deps: depd@1.1.1
  20. * perf: skip buffer decoding on overage chunk
  21. 2.3.0 / 2017-08-04
  22. ==================
  23. * Add TypeScript definitions
  24. * Use `http-errors` for standard emitted errors
  25. * deps: bytes@2.5.0
  26. * deps: iconv-lite@0.4.18
  27. - Add support for React Native
  28. - Add a warning if not loaded as utf-8
  29. - Fix CESU-8 decoding in Node.js 8
  30. - Improve speed of ISO-8859-1 encoding
  31. 2.2.0 / 2017-01-02
  32. ==================
  33. * deps: iconv-lite@0.4.15
  34. - Added encoding MS-31J
  35. - Added encoding MS-932
  36. - Added encoding MS-936
  37. - Added encoding MS-949
  38. - Added encoding MS-950
  39. - Fix GBK/GB18030 handling of Euro character
  40. 2.1.7 / 2016-06-19
  41. ==================
  42. * deps: bytes@2.4.0
  43. * perf: remove double-cleanup on happy path
  44. 2.1.6 / 2016-03-07
  45. ==================
  46. * deps: bytes@2.3.0
  47. - Drop partial bytes on all parsed units
  48. - Fix parsing byte string that looks like hex
  49. 2.1.5 / 2015-11-30
  50. ==================
  51. * deps: bytes@2.2.0
  52. * deps: iconv-lite@0.4.13
  53. 2.1.4 / 2015-09-27
  54. ==================
  55. * Fix masking critical errors from `iconv-lite`
  56. * deps: iconv-lite@0.4.12
  57. - Fix CESU-8 decoding in Node.js 4.x
  58. 2.1.3 / 2015-09-12
  59. ==================
  60. * Fix sync callback when attaching data listener causes sync read
  61. - Node.js 0.10 compatibility issue
  62. 2.1.2 / 2015-07-05
  63. ==================
  64. * Fix error stack traces to skip `makeError`
  65. * deps: iconv-lite@0.4.11
  66. - Add encoding CESU-8
  67. 2.1.1 / 2015-06-14
  68. ==================
  69. * Use `unpipe` module for unpiping requests
  70. 2.1.0 / 2015-05-28
  71. ==================
  72. * deps: iconv-lite@0.4.10
  73. - Improved UTF-16 endianness detection
  74. - Leading BOM is now removed when decoding
  75. - The encoding UTF-16 without BOM now defaults to UTF-16LE when detection fails
  76. 2.0.2 / 2015-05-21
  77. ==================
  78. * deps: bytes@2.1.0
  79. - Slight optimizations
  80. 2.0.1 / 2015-05-10
  81. ==================
  82. * Fix a false-positive when unpiping in Node.js 0.8
  83. 2.0.0 / 2015-05-08
  84. ==================
  85. * Return a promise without callback instead of thunk
  86. * deps: bytes@2.0.1
  87. - units no longer case sensitive when parsing
  88. 1.3.4 / 2015-04-15
  89. ==================
  90. * Fix hanging callback if request aborts during read
  91. * deps: iconv-lite@0.4.8
  92. - Add encoding alias UNICODE-1-1-UTF-7
  93. 1.3.3 / 2015-02-08
  94. ==================
  95. * deps: iconv-lite@0.4.7
  96. - Gracefully support enumerables on `Object.prototype`
  97. 1.3.2 / 2015-01-20
  98. ==================
  99. * deps: iconv-lite@0.4.6
  100. - Fix rare aliases of single-byte encodings
  101. 1.3.1 / 2014-11-21
  102. ==================
  103. * deps: iconv-lite@0.4.5
  104. - Fix Windows-31J and X-SJIS encoding support
  105. 1.3.0 / 2014-07-20
  106. ==================
  107. * Fully unpipe the stream on error
  108. - Fixes `Cannot switch to old mode now` error on Node.js 0.10+
  109. 1.2.3 / 2014-07-20
  110. ==================
  111. * deps: iconv-lite@0.4.4
  112. - Added encoding UTF-7
  113. 1.2.2 / 2014-06-19
  114. ==================
  115. * Send invalid encoding error to callback
  116. 1.2.1 / 2014-06-15
  117. ==================
  118. * deps: iconv-lite@0.4.3
  119. - Added encodings UTF-16BE and UTF-16 with BOM
  120. 1.2.0 / 2014-06-13
  121. ==================
  122. * Passing string as `options` interpreted as encoding
  123. * Support all encodings from `iconv-lite`
  124. 1.1.7 / 2014-06-12
  125. ==================
  126. * use `string_decoder` module from npm
  127. 1.1.6 / 2014-05-27
  128. ==================
  129. * check encoding for old streams1
  130. * support node.js < 0.10.6
  131. 1.1.5 / 2014-05-14
  132. ==================
  133. * bump bytes
  134. 1.1.4 / 2014-04-19
  135. ==================
  136. * allow true as an option
  137. * bump bytes
  138. 1.1.3 / 2014-03-02
  139. ==================
  140. * fix case when length=null
  141. 1.1.2 / 2013-12-01
  142. ==================
  143. * be less strict on state.encoding check
  144. 1.1.1 / 2013-11-27
  145. ==================
  146. * add engines
  147. 1.1.0 / 2013-11-27
  148. ==================
  149. * add err.statusCode and err.type
  150. * allow for encoding option to be true
  151. * pause the stream instead of dumping on error
  152. * throw if the stream's encoding is set
  153. 1.0.1 / 2013-11-19
  154. ==================
  155. * dont support streams1, throw if dev set encoding
  156. 1.0.0 / 2013-11-17
  157. ==================
  158. * rename `expected` option to `length`
  159. 0.2.0 / 2013-11-15
  160. ==================
  161. * republish
  162. 0.1.1 / 2013-11-15
  163. ==================
  164. * use bytes
  165. 0.1.0 / 2013-11-11
  166. ==================
  167. * generator support
  168. 0.0.3 / 2013-10-10
  169. ==================
  170. * update repo
  171. 0.0.2 / 2013-09-14
  172. ==================
  173. * dump stream on bad headers
  174. * listen to events after defining received and buffers
  175. 0.0.1 / 2013-09-14
  176. ==================
  177. * Initial release