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.

51 lines
946 B

7 years ago
  1. 0.3.2 / 2014-10-22
  2. ==================
  3. * deps: on-finished@~2.1.1
  4. - Fix handling of pipelined requests
  5. 0.3.1 / 2014-10-16
  6. ==================
  7. * deps: debug@~2.1.0
  8. - Implement `DEBUG_FD` env variable support
  9. 0.3.0 / 2014-09-17
  10. ==================
  11. * Terminate in progress response only on error
  12. * Use `on-finished` to determine request status
  13. 0.2.0 / 2014-09-03
  14. ==================
  15. * Set `X-Content-Type-Options: nosniff` header
  16. * deps: debug@~2.0.0
  17. 0.1.0 / 2014-07-16
  18. ==================
  19. * Respond after request fully read
  20. - prevents hung responses and socket hang ups
  21. * deps: debug@1.0.4
  22. 0.0.3 / 2014-07-11
  23. ==================
  24. * deps: debug@1.0.3
  25. - Add support for multiple wildcards in namespaces
  26. 0.0.2 / 2014-06-19
  27. ==================
  28. * Handle invalid status codes
  29. 0.0.1 / 2014-06-05
  30. ==================
  31. * deps: debug@1.0.2
  32. 0.0.0 / 2014-06-05
  33. ==================
  34. * Extracted from connect/express