From e3b8fd788ff337bd13155ea23ad48a03d30e341c Mon Sep 17 00:00:00 2001 From: Jonatan Nilsson Date: Sat, 12 Oct 2019 05:01:35 +0000 Subject: [PATCH] Update history/readme --- History.md | 5 +++++ Readme.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 4ae847b..11f5f95 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,8 @@ +2.8.7 / 2019-10-11 +================== + +Re-implemented accepts, acceptsEncoding, acceptsLanguage and etc. + 2.8.6 / 2019-10-11 ================== diff --git a/Readme.md b/Readme.md index 22d89a4..88bfda1 100644 --- a/Readme.md +++ b/Readme.md @@ -2,7 +2,7 @@ This is a tiny (improved) fork of [Koa](https://github.com/koajs/koa) that is about 50% smaller in disc space and uses a lot less dependancies, a total of 8 packages compared to Koa's 42 package installation. It also uses some improved versions to some of the previous dependencies. Overall the whole installation can be expected to go from 807KB to less than 394KB. - #### Breaking change: + ### Breaking change: One of the core mechanic was removed from the core as it should be found in a middleware instead (in my opinion) and that would be ctx.cookies() as I never found myself using cookies ever in all my projects.