Skip to content

Commit 71902b1

Browse files
committed
3.0.0-alpha.2
1 parent 4c34546 commit 71902b1

File tree

3 files changed

+31
-3
lines changed

3 files changed

+31
-3
lines changed

History.md

+28
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,32 @@
11

2+
3.0.0-alpha.2 / 2024-11-04
3+
==================
4+
5+
**breaking changes**
6+
- Update `http-errors` to `v2.0.0` [#1486](https://github.com/koajs/koa/pull/1486)
7+
- `ctx.throw` now requires a format of `ctx.throw(status, error, properties)`. See: https://www.npmjs.com/package/http-errors
8+
- Remove `res.redirect('back')`, add `back()` method to `ctx` [#1115](https://github.com/koajs/koa/pull/1115)
9+
- Replace node querystring with `URLSearchParams` [#1828](https://github.com/koajs/koa/pull/1828)
10+
- Remove obsolete `createAsyncCtxStorageMiddleware` [#1817](https://github.com/koajs/koa/pull/1817)
11+
12+
**features**
13+
- Add support for web WHATWG [#1830](https://github.com/koajs/koa/pull/1830)
14+
15+
**updates**
16+
- Update `cookies` to `~0.9.1` [#1846](https://github.com/koajs/koa/pull/1846)
17+
- Update `statuses` to `^2.0.1`
18+
- Update `supertest` to `^7.0.0` [#1841](https://github.com/koajs/koa/pull/1841)
19+
20+
**fixes**
21+
- Fix `exports.defaults` in `package.json` [#1630](https://github.com/koajs/koa/pull/1630)
22+
- Fix leaky handles in tests [#1838](https://github.com/koajs/koa/pull/1838)
23+
- Fix body null checks [#1814](https://github.com/koajs/koa/pull/1814)
24+
- Fix reformatting redirect URLs [#1805](https://github.com/koajs/koa/pull/1805) [#1804](https://github.com/koajs/koa/pull/1804)
25+
- Fix passing `ctx` in error handler [#1758](https://github.com/koajs/koa/pull/1758)
26+
27+
**migrations**
28+
- Migrate from `jest` to the native node test runner [#1845](https://github.com/koajs/koa/pull/1845)
29+
230
3.0.0-alpha.1 / 2023-04-12
331
==================
432

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "koa",
3-
"version": "3.0.0-alpha.1",
3+
"version": "3.0.0-alpha.2",
44
"publishConfig": {
55
"tag": "experimental"
66
},

0 commit comments

Comments
 (0)