Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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