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.

464 lines
11 KiB

  1. 1.15.2 / 2016-06-19
  2. ===================
  3. * deps: bytes@2.4.0
  4. * deps: content-type@~1.0.2
  5. - perf: enable strict mode
  6. * deps: http-errors@~1.5.0
  7. - Use `setprototypeof` module to replace `__proto__` setting
  8. - deps: statuses@'>= 1.3.0 < 2'
  9. - perf: enable strict mode
  10. * deps: qs@6.2.0
  11. * deps: raw-body@~2.1.7
  12. - deps: bytes@2.4.0
  13. - perf: remove double-cleanup on happy path
  14. * deps: type-is@~1.6.13
  15. - deps: mime-types@~2.1.11
  16. 1.15.1 / 2016-05-05
  17. ===================
  18. * deps: bytes@2.3.0
  19. - Drop partial bytes on all parsed units
  20. - Fix parsing byte string that looks like hex
  21. * deps: raw-body@~2.1.6
  22. - deps: bytes@2.3.0
  23. * deps: type-is@~1.6.12
  24. - deps: mime-types@~2.1.10
  25. 1.15.0 / 2016-02-10
  26. ===================
  27. * deps: http-errors@~1.4.0
  28. - Add `HttpError` export, for `err instanceof createError.HttpError`
  29. - deps: inherits@2.0.1
  30. - deps: statuses@'>= 1.2.1 < 2'
  31. * deps: qs@6.1.0
  32. * deps: type-is@~1.6.11
  33. - deps: mime-types@~2.1.9
  34. 1.14.2 / 2015-12-16
  35. ===================
  36. * deps: bytes@2.2.0
  37. * deps: iconv-lite@0.4.13
  38. * deps: qs@5.2.0
  39. * deps: raw-body@~2.1.5
  40. - deps: bytes@2.2.0
  41. - deps: iconv-lite@0.4.13
  42. * deps: type-is@~1.6.10
  43. - deps: mime-types@~2.1.8
  44. 1.14.1 / 2015-09-27
  45. ===================
  46. * Fix issue where invalid charset results in 400 when `verify` used
  47. * deps: iconv-lite@0.4.12
  48. - Fix CESU-8 decoding in Node.js 4.x
  49. * deps: raw-body@~2.1.4
  50. - Fix masking critical errors from `iconv-lite`
  51. - deps: iconv-lite@0.4.12
  52. * deps: type-is@~1.6.9
  53. - deps: mime-types@~2.1.7
  54. 1.14.0 / 2015-09-16
  55. ===================
  56. * Fix JSON strict parse error to match syntax errors
  57. * Provide static `require` analysis in `urlencoded` parser
  58. * deps: depd@~1.1.0
  59. - Support web browser loading
  60. * deps: qs@5.1.0
  61. * deps: raw-body@~2.1.3
  62. - Fix sync callback when attaching data listener causes sync read
  63. * deps: type-is@~1.6.8
  64. - Fix type error when given invalid type to match against
  65. - deps: mime-types@~2.1.6
  66. 1.13.3 / 2015-07-31
  67. ===================
  68. * deps: type-is@~1.6.6
  69. - deps: mime-types@~2.1.4
  70. 1.13.2 / 2015-07-05
  71. ===================
  72. * deps: iconv-lite@0.4.11
  73. * deps: qs@4.0.0
  74. - Fix dropping parameters like `hasOwnProperty`
  75. - Fix user-visible incompatibilities from 3.1.0
  76. - Fix various parsing edge cases
  77. * deps: raw-body@~2.1.2
  78. - Fix error stack traces to skip `makeError`
  79. - deps: iconv-lite@0.4.11
  80. * deps: type-is@~1.6.4
  81. - deps: mime-types@~2.1.2
  82. - perf: enable strict mode
  83. - perf: remove argument reassignment
  84. 1.13.1 / 2015-06-16
  85. ===================
  86. * deps: qs@2.4.2
  87. - Downgraded from 3.1.0 because of user-visible incompatibilities
  88. 1.13.0 / 2015-06-14
  89. ===================
  90. * Add `statusCode` property on `Error`s, in addition to `status`
  91. * Change `type` default to `application/json` for JSON parser
  92. * Change `type` default to `application/x-www-form-urlencoded` for urlencoded parser
  93. * Provide static `require` analysis
  94. * Use the `http-errors` module to generate errors
  95. * deps: bytes@2.1.0
  96. - Slight optimizations
  97. * deps: iconv-lite@0.4.10
  98. - The encoding UTF-16 without BOM now defaults to UTF-16LE when detection fails
  99. - Leading BOM is now removed when decoding
  100. * deps: on-finished@~2.3.0
  101. - Add defined behavior for HTTP `CONNECT` requests
  102. - Add defined behavior for HTTP `Upgrade` requests
  103. - deps: ee-first@1.1.1
  104. * deps: qs@3.1.0
  105. - Fix dropping parameters like `hasOwnProperty`
  106. - Fix various parsing edge cases
  107. - Parsed object now has `null` prototype
  108. * deps: raw-body@~2.1.1
  109. - Use `unpipe` module for unpiping requests
  110. - deps: iconv-lite@0.4.10
  111. * deps: type-is@~1.6.3
  112. - deps: mime-types@~2.1.1
  113. - perf: reduce try block size
  114. - perf: remove bitwise operations
  115. * perf: enable strict mode
  116. * perf: remove argument reassignment
  117. * perf: remove delete call
  118. 1.12.4 / 2015-05-10
  119. ===================
  120. * deps: debug@~2.2.0
  121. * deps: qs@2.4.2
  122. - Fix allowing parameters like `constructor`
  123. * deps: on-finished@~2.2.1
  124. * deps: raw-body@~2.0.1
  125. - Fix a false-positive when unpiping in Node.js 0.8
  126. - deps: bytes@2.0.1
  127. * deps: type-is@~1.6.2
  128. - deps: mime-types@~2.0.11
  129. 1.12.3 / 2015-04-15
  130. ===================
  131. * Slight efficiency improvement when not debugging
  132. * deps: depd@~1.0.1
  133. * deps: iconv-lite@0.4.8
  134. - Add encoding alias UNICODE-1-1-UTF-7
  135. * deps: raw-body@1.3.4
  136. - Fix hanging callback if request aborts during read
  137. - deps: iconv-lite@0.4.8
  138. 1.12.2 / 2015-03-16
  139. ===================
  140. * deps: qs@2.4.1
  141. - Fix error when parameter `hasOwnProperty` is present
  142. 1.12.1 / 2015-03-15
  143. ===================
  144. * deps: debug@~2.1.3
  145. - Fix high intensity foreground color for bold
  146. - deps: ms@0.7.0
  147. * deps: type-is@~1.6.1
  148. - deps: mime-types@~2.0.10
  149. 1.12.0 / 2015-02-13
  150. ===================
  151. * add `debug` messages
  152. * accept a function for the `type` option
  153. * use `content-type` to parse `Content-Type` headers
  154. * deps: iconv-lite@0.4.7
  155. - Gracefully support enumerables on `Object.prototype`
  156. * deps: raw-body@1.3.3
  157. - deps: iconv-lite@0.4.7
  158. * deps: type-is@~1.6.0
  159. - fix argument reassignment
  160. - fix false-positives in `hasBody` `Transfer-Encoding` check
  161. - support wildcard for both type and subtype (`*/*`)
  162. - deps: mime-types@~2.0.9
  163. 1.11.0 / 2015-01-30
  164. ===================
  165. * make internal `extended: true` depth limit infinity
  166. * deps: type-is@~1.5.6
  167. - deps: mime-types@~2.0.8
  168. 1.10.2 / 2015-01-20
  169. ===================
  170. * deps: iconv-lite@0.4.6
  171. - Fix rare aliases of single-byte encodings
  172. * deps: raw-body@1.3.2
  173. - deps: iconv-lite@0.4.6
  174. 1.10.1 / 2015-01-01
  175. ===================
  176. * deps: on-finished@~2.2.0
  177. * deps: type-is@~1.5.5
  178. - deps: mime-types@~2.0.7
  179. 1.10.0 / 2014-12-02
  180. ===================
  181. * make internal `extended: true` array limit dynamic
  182. 1.9.3 / 2014-11-21
  183. ==================
  184. * deps: iconv-lite@0.4.5
  185. - Fix Windows-31J and X-SJIS encoding support
  186. * deps: qs@2.3.3
  187. - Fix `arrayLimit` behavior
  188. * deps: raw-body@1.3.1
  189. - deps: iconv-lite@0.4.5
  190. * deps: type-is@~1.5.3
  191. - deps: mime-types@~2.0.3
  192. 1.9.2 / 2014-10-27
  193. ==================
  194. * deps: qs@2.3.2
  195. - Fix parsing of mixed objects and values
  196. 1.9.1 / 2014-10-22
  197. ==================
  198. * deps: on-finished@~2.1.1
  199. - Fix handling of pipelined requests
  200. * deps: qs@2.3.0
  201. - Fix parsing of mixed implicit and explicit arrays
  202. * deps: type-is@~1.5.2
  203. - deps: mime-types@~2.0.2
  204. 1.9.0 / 2014-09-24
  205. ==================
  206. * include the charset in "unsupported charset" error message
  207. * include the encoding in "unsupported content encoding" error message
  208. * deps: depd@~1.0.0
  209. 1.8.4 / 2014-09-23
  210. ==================
  211. * fix content encoding to be case-insensitive
  212. 1.8.3 / 2014-09-19
  213. ==================
  214. * deps: qs@2.2.4
  215. - Fix issue with object keys starting with numbers truncated
  216. 1.8.2 / 2014-09-15
  217. ==================
  218. * deps: depd@0.4.5
  219. 1.8.1 / 2014-09-07
  220. ==================
  221. * deps: media-typer@0.3.0
  222. * deps: type-is@~1.5.1
  223. 1.8.0 / 2014-09-05
  224. ==================
  225. * make empty-body-handling consistent between chunked requests
  226. - empty `json` produces `{}`
  227. - empty `raw` produces `new Buffer(0)`
  228. - empty `text` produces `''`
  229. - empty `urlencoded` produces `{}`
  230. * deps: qs@2.2.3
  231. - Fix issue where first empty value in array is discarded
  232. * deps: type-is@~1.5.0
  233. - fix `hasbody` to be true for `content-length: 0`
  234. 1.7.0 / 2014-09-01
  235. ==================
  236. * add `parameterLimit` option to `urlencoded` parser
  237. * change `urlencoded` extended array limit to 100
  238. * respond with 413 when over `parameterLimit` in `urlencoded`
  239. 1.6.7 / 2014-08-29
  240. ==================
  241. * deps: qs@2.2.2
  242. - Remove unnecessary cloning
  243. 1.6.6 / 2014-08-27
  244. ==================
  245. * deps: qs@2.2.0
  246. - Array parsing fix
  247. - Performance improvements
  248. 1.6.5 / 2014-08-16
  249. ==================
  250. * deps: on-finished@2.1.0
  251. 1.6.4 / 2014-08-14
  252. ==================
  253. * deps: qs@1.2.2
  254. 1.6.3 / 2014-08-10
  255. ==================
  256. * deps: qs@1.2.1
  257. 1.6.2 / 2014-08-07
  258. ==================
  259. * deps: qs@1.2.0
  260. - Fix parsing array of objects
  261. 1.6.1 / 2014-08-06
  262. ==================
  263. * deps: qs@1.1.0
  264. - Accept urlencoded square brackets
  265. - Accept empty values in implicit array notation
  266. 1.6.0 / 2014-08-05
  267. ==================
  268. * deps: qs@1.0.2
  269. - Complete rewrite
  270. - Limits array length to 20
  271. - Limits object depth to 5
  272. - Limits parameters to 1,000
  273. 1.5.2 / 2014-07-27
  274. ==================
  275. * deps: depd@0.4.4
  276. - Work-around v8 generating empty stack traces
  277. 1.5.1 / 2014-07-26
  278. ==================
  279. * deps: depd@0.4.3
  280. - Fix exception when global `Error.stackTraceLimit` is too low
  281. 1.5.0 / 2014-07-20
  282. ==================
  283. * deps: depd@0.4.2
  284. - Add `TRACE_DEPRECATION` environment variable
  285. - Remove non-standard grey color from color output
  286. - Support `--no-deprecation` argument
  287. - Support `--trace-deprecation` argument
  288. * deps: iconv-lite@0.4.4
  289. - Added encoding UTF-7
  290. * deps: raw-body@1.3.0
  291. - deps: iconv-lite@0.4.4
  292. - Added encoding UTF-7
  293. - Fix `Cannot switch to old mode now` error on Node.js 0.10+
  294. * deps: type-is@~1.3.2
  295. 1.4.3 / 2014-06-19
  296. ==================
  297. * deps: type-is@1.3.1
  298. - fix global variable leak
  299. 1.4.2 / 2014-06-19
  300. ==================
  301. * deps: type-is@1.3.0
  302. - improve type parsing
  303. 1.4.1 / 2014-06-19
  304. ==================
  305. * fix urlencoded extended deprecation message
  306. 1.4.0 / 2014-06-19
  307. ==================
  308. * add `text` parser
  309. * add `raw` parser
  310. * check accepted charset in content-type (accepts utf-8)
  311. * check accepted encoding in content-encoding (accepts identity)
  312. * deprecate `bodyParser()` middleware; use `.json()` and `.urlencoded()` as needed
  313. * deprecate `urlencoded()` without provided `extended` option
  314. * lazy-load urlencoded parsers
  315. * parsers split into files for reduced mem usage
  316. * support gzip and deflate bodies
  317. - set `inflate: false` to turn off
  318. * deps: raw-body@1.2.2
  319. - Support all encodings from `iconv-lite`
  320. 1.3.1 / 2014-06-11
  321. ==================
  322. * deps: type-is@1.2.1
  323. - Switch dependency from mime to mime-types@1.0.0
  324. 1.3.0 / 2014-05-31
  325. ==================
  326. * add `extended` option to urlencoded parser
  327. 1.2.2 / 2014-05-27
  328. ==================
  329. * deps: raw-body@1.1.6
  330. - assert stream encoding on node.js 0.8
  331. - assert stream encoding on node.js < 0.10.6
  332. - deps: bytes@1
  333. 1.2.1 / 2014-05-26
  334. ==================
  335. * invoke `next(err)` after request fully read
  336. - prevents hung responses and socket hang ups
  337. 1.2.0 / 2014-05-11
  338. ==================
  339. * add `verify` option
  340. * deps: type-is@1.2.0
  341. - support suffix matching
  342. 1.1.2 / 2014-05-11
  343. ==================
  344. * improve json parser speed
  345. 1.1.1 / 2014-05-11
  346. ==================
  347. * fix repeated limit parsing with every request
  348. 1.1.0 / 2014-05-10
  349. ==================
  350. * add `type` option
  351. * deps: pin for safety and consistency
  352. 1.0.2 / 2014-04-14
  353. ==================
  354. * use `type-is` module
  355. 1.0.1 / 2014-03-20
  356. ==================
  357. * lower default limits to 100kb