All Versions
76
Latest Version
Avg Release Cycle
61 days
Latest Release
1169 days ago

Changelog History
Page 2

  • v2.7.0 Changes

    January 28, 2019

    πŸ”‹ features

    others

  • v2.6.2 Changes

    November 10, 2018

    πŸ›  fixes

    others

  • v2.6.1 Changes

    October 23, 2018

    πŸ›  fixes

  • v2.6.0 Changes

    October 23, 2018

    πŸ”‹ features

    others

  • v2.5.3 Changes

    September 11, 2018

    πŸ›  fixes

    others

  • v2.5.2 Changes

    July 12, 2018
    • deps: upgrade all dependencies
    • perf: avoid stringify when set header (#1220)
    • perf: cache content type's result (#1218)
    • perf: lazy init cookies and ip when first time use it (#1216)
    • chore: fix comment & approve cov (#1214)
    • docs: fix grammar
    • test&cov: add test case (#1211)
    • Lazily initialize request.accept and delegate context.accept (#1209)
    • fix: use non deprecated custom inspect (#1198)
    • Simplify processes in the getter request.protocol (#1203)
    • docs: better demonstrate middleware flow (#1195)
    • fix: Throw a TypeError instead of a AssertionError (#1199)
    • chore: mistake in a comment (#1201)
    • chore: use this.res.socket insteadof this.ctx.req.socket (#1177)
    • chore: Using "listenerCount" instead of "listeners" (#1184)
  • v2.5.1 Changes

    April 27, 2018
    • test: node v10 on travis (#1182)
    • fix tests: remove unnecessary assert doesNotThrow and api calls (#1170)
    • use this.response insteadof this.ctx.response (#1163)
    • deps: remove istanbul (#1151)
    • Update guide.md (#1150)
  • v2.5.0 Changes

    February 11, 2018
    • feat: ignore set header/status when header sent (#1137)
    • run coverage using --runInBand (#1141)
    • [Update] license year to 2018 (#1130)
    • docs: small grammatical fix in api docs index (#1111)
    • docs: fixed typo (#1112)
    • docs: capitalize K in word koa (#1126)
    • Error handling: on non-error throw try to stringify if error is an object (#1113)
    • Use eslint-config-koa (#1105)
    • Update mgol's name in AUTHORS, add .mailmap (#1100)
    • Avoid generating package locks instead of ignoring them (#1108)
    • chore: update copyright year to 2017 (#1095)
  • v2.4.1 Changes

    November 06, 2017
    • fix bad merge w/ 2.4.0
  • v2.4.0 Changes

    November 06, 2017

    UNPUBLISHED

    • update package.engines.node to be more strict
    • update fresh@^0.5.2
    • fix: inspect() no longer crashes context
    • fix: gated res.statusMessage for HTTP/2
    • added: app.handleRequest() is exposed