History.md 1.2 KB

1.3.1 / 2016-03-21

  • fix: only unset text headers

1.3.0 / 2016-03-10

  • feat: support set err.headers

1.2.1 / 2015-05-13

  • Merge pull request #5 from koajs/fix-test-iojs
  • fix: test run on iojs and upgrade copy-to

1.2.0 / 2014-08-08

  • fix status in on error

1.1.0 / 2014-08-05

  • fix link
  • Merge pull request #4 from koajs/custom-accepts
  • update links and add coveralls
  • Support options.accepts custom detect function
  • fix readme

1.0.3 / 2014-04-25

  • Merge pull request #2 from koajs/redirect
  • Allow options.redirect = 'http://example/500.html'.

1.0.2 / 2014-04-25

  • use path.join

1.0.1 / 2014-04-25

  • add assert error type
  • update repo

1.0.0 / 2014-04-24

  • refine readme, bump dependencies
  • fix status

0.0.2 / 2014-04-18

  • all do not set type

0.0.1 / 2014-04-18

  • add test
  • fix status
  • rename to koa-onerror
  • refactor
  • update readme
  • update readme
  • error handler by hack ctx.onerror
  • Initial commit