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

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