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.

206 lines
3.8 KiB

7 years ago
  1. 1.7.2 / 2015-01-02
  2. ==================
  3. * Fix potential open redirect when mounted at root
  4. 1.7.1 / 2014-10-22
  5. ==================
  6. * deps: send@0.10.1
  7. - deps: on-finished@~2.1.1
  8. 1.7.0 / 2014-10-15
  9. ==================
  10. * deps: send@0.10.0
  11. - deps: debug@~2.1.0
  12. - deps: depd@~1.0.0
  13. - deps: etag@~1.5.0
  14. 1.6.4 / 2014-10-08
  15. ==================
  16. * Fix redirect loop when index file serving disabled
  17. 1.6.3 / 2014-09-24
  18. ==================
  19. * deps: send@0.9.3
  20. - deps: etag@~1.4.0
  21. 1.6.2 / 2014-09-15
  22. ==================
  23. * deps: send@0.9.2
  24. - deps: depd@0.4.5
  25. - deps: etag@~1.3.1
  26. - deps: range-parser@~1.0.2
  27. 1.6.1 / 2014-09-07
  28. ==================
  29. * deps: send@0.9.1
  30. - deps: fresh@0.2.4
  31. 1.6.0 / 2014-09-07
  32. ==================
  33. * deps: send@0.9.0
  34. - Add `lastModified` option
  35. - Use `etag` to generate `ETag` header
  36. - deps: debug@~2.0.0
  37. 1.5.4 / 2014-09-04
  38. ==================
  39. * deps: send@0.8.5
  40. - Fix a path traversal issue when using `root`
  41. - Fix malicious path detection for empty string path
  42. 1.5.3 / 2014-08-17
  43. ==================
  44. * deps: send@0.8.3
  45. 1.5.2 / 2014-08-14
  46. ==================
  47. * deps: send@0.8.2
  48. - Work around `fd` leak in Node.js 0.10 for `fs.ReadStream`
  49. 1.5.1 / 2014-08-09
  50. ==================
  51. * Fix parsing of weird `req.originalUrl` values
  52. * deps: parseurl@~1.3.0
  53. * deps: utils-merge@1.0.0
  54. 1.5.0 / 2014-08-05
  55. ==================
  56. * deps: send@0.8.1
  57. - Add `extensions` option
  58. 1.4.4 / 2014-08-04
  59. ==================
  60. * deps: send@0.7.4
  61. - Fix serving index files without root dir
  62. 1.4.3 / 2014-07-29
  63. ==================
  64. * deps: send@0.7.3
  65. - Fix incorrect 403 on Windows and Node.js 0.11
  66. 1.4.2 / 2014-07-27
  67. ==================
  68. * deps: send@0.7.2
  69. - deps: depd@0.4.4
  70. 1.4.1 / 2014-07-26
  71. ==================
  72. * deps: send@0.7.1
  73. - deps: depd@0.4.3
  74. 1.4.0 / 2014-07-21
  75. ==================
  76. * deps: parseurl@~1.2.0
  77. - Cache URLs based on original value
  78. - Remove no-longer-needed URL mis-parse work-around
  79. - Simplify the "fast-path" `RegExp`
  80. * deps: send@0.7.0
  81. - Add `dotfiles` option
  82. - deps: debug@1.0.4
  83. - deps: depd@0.4.2
  84. 1.3.2 / 2014-07-11
  85. ==================
  86. * deps: send@0.6.0
  87. - Cap `maxAge` value to 1 year
  88. - deps: debug@1.0.3
  89. 1.3.1 / 2014-07-09
  90. ==================
  91. * deps: parseurl@~1.1.3
  92. - faster parsing of href-only URLs
  93. 1.3.0 / 2014-06-28
  94. ==================
  95. * Add `setHeaders` option
  96. * Include HTML link in redirect response
  97. * deps: send@0.5.0
  98. - Accept string for `maxAge` (converted by `ms`)
  99. 1.2.3 / 2014-06-11
  100. ==================
  101. * deps: send@0.4.3
  102. - Do not throw un-catchable error on file open race condition
  103. - Use `escape-html` for HTML escaping
  104. - deps: debug@1.0.2
  105. - deps: finished@1.2.2
  106. - deps: fresh@0.2.2
  107. 1.2.2 / 2014-06-09
  108. ==================
  109. * deps: send@0.4.2
  110. - fix "event emitter leak" warnings
  111. - deps: debug@1.0.1
  112. - deps: finished@1.2.1
  113. 1.2.1 / 2014-06-02
  114. ==================
  115. * use `escape-html` for escaping
  116. * deps: send@0.4.1
  117. - Send `max-age` in `Cache-Control` in correct format
  118. 1.2.0 / 2014-05-29
  119. ==================
  120. * deps: send@0.4.0
  121. - Calculate ETag with md5 for reduced collisions
  122. - Fix wrong behavior when index file matches directory
  123. - Ignore stream errors after request ends
  124. - Skip directories in index file search
  125. - deps: debug@0.8.1
  126. 1.1.0 / 2014-04-24
  127. ==================
  128. * Accept options directly to `send` module
  129. * deps: send@0.3.0
  130. 1.0.4 / 2014-04-07
  131. ==================
  132. * Resolve relative paths at middleware setup
  133. * Use parseurl to parse the URL from request
  134. 1.0.3 / 2014-03-20
  135. ==================
  136. * Do not rely on connect-like environments
  137. 1.0.2 / 2014-03-06
  138. ==================
  139. * deps: send@0.2.0
  140. 1.0.1 / 2014-03-05
  141. ==================
  142. * Add mime export for back-compat
  143. 1.0.0 / 2014-03-05
  144. ==================
  145. * Genesis from `connect`