From 41257aa91e437149112668dd018aaa2081f98d0d Mon Sep 17 00:00:00 2001 From: dead-horse Date: Thu, 12 Jul 2018 14:16:53 +0800 Subject: [PATCH] Release 2.5.2 --- History.md | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index f0f9c63..a09d6df 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,23 @@ +2.5.2 / 2018-07-12 +================== + + * 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) + 2.5.1 / 2018-04-27 ================== diff --git a/package.json b/package.json index 830b4cb..4274609 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "koa", - "version": "2.5.1", + "version": "2.5.2", "description": "Koa web app framework", "main": "lib/application.js", "scripts": {