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.

21 lines
387 B

  1. 1.0.2 / 2019-02-21
  2. ==================
  3. * Fix `res.writeHead` patch missing return value
  4. 1.0.1 / 2015-09-29
  5. ==================
  6. * perf: enable strict mode
  7. 1.0.0 / 2014-08-10
  8. ==================
  9. * Honor `res.statusCode` change in `listener`
  10. * Move to `jshttp` organization
  11. * Prevent `arguments`-related de-opt
  12. 0.0.0 / 2014-05-13
  13. ==================
  14. * Initial implementation