Skip to content

Commit

Permalink
Release 3.0.0-alpha.0 (#1720)
Browse files Browse the repository at this point in the history
publish with experimental tag
  • Loading branch information
fengmk2 authored Jan 2, 2023
1 parent 14dec59 commit bec13ec
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
8 changes: 6 additions & 2 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@

3.0.0 /
3.0.0-alpha.0 / 2023-01-02
==================

## Breaking Changes

- Supports node@12+ only.
- Removes generator deprecation messages.
- Removes generator deprecation messages.
Generators are no longer supported.
Koa no longer asserts if generators are used.
- Set `content-length: 0` if body is explicitly set to `null` @ognjenjevremovic #1528

## Features

- Use asyncLocalStorage to get current context from app, e.g.: `const ctx = app.currentContext`.

## Fixes

- fix: Do not response Content-Length if Transfer-Encoding is defined #1562 @charlyzeng
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "koa",
"version": "2.13.1",
"version": "3.0.0-alpha.0",
"publishConfig": {
"tag": "experimental"
},
"description": "Koa web app framework",
"main": "lib/application.js",
"exports": {
Expand Down

0 comments on commit bec13ec

Please sign in to comment.