Skip to content

Commit

Permalink
chore(release): v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jun 20, 2023
1 parent 23b3f6b commit 709708f
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 2 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,44 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## v1.7.0

[compare changes](https://github.com/unjs/h3/compare/v1.6.6...v1.7.0)


### 🚀 Enhancements

- **proxy:** Support `onResponse` callback ([#368](https://github.com/unjs/h3/pull/368))
- **useSession:** Support custom session id generator ([#390](https://github.com/unjs/h3/pull/390))
- `event.handled` flag ([#410](https://github.com/unjs/h3/pull/410))

### 🩹 Fixes

- **types:** Type for get router parameter utils ([#400](https://github.com/unjs/h3/pull/400))
- **proxy:** Split cookie headers properly with native node fetch ([#408](https://github.com/unjs/h3/pull/408))
- **readRawBody:** Handle body as object ([#403](https://github.com/unjs/h3/pull/403))
- **router:** Send 204 with empty string in preemptive mode instead of 404 ([#409](https://github.com/unjs/h3/pull/409))
- **cache, proxy, response:** Avoid sending handled events ([#411](https://github.com/unjs/h3/pull/411))

### 📖 Documentation

- Add event as first arg for proxyRequest ([3e5f427](https://github.com/unjs/h3/commit/3e5f427))

### 🏡 Chore

- Update dependencies ([8468b90](https://github.com/unjs/h3/commit/8468b90))
- Lint ([3494084](https://github.com/unjs/h3/commit/3494084))
- Update destr to v2 ([bb59c69](https://github.com/unjs/h3/commit/bb59c69))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- 魔王少年 ([@maou-shonen](http://github.com/maou-shonen))
- Ígor Jacaúna
- Enkot ([@enkot](http://github.com/enkot))
- Cerino Ligutom III ([@zeferinix](http://github.com/zeferinix))
- Sébastien Chopin <seb@nuxtjs.com>

## v1.6.6

[compare changes](https://github.com/unjs/h3/compare/v1.6.5...v1.6.6)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "h3",
"version": "1.6.6",
"version": "1.7.0",
"description": "Tiny JavaScript Server",
"repository": "unjs/h3",
"license": "MIT",
Expand Down Expand Up @@ -61,4 +61,4 @@
"vitest": "^0.32.2"
},
"packageManager": "pnpm@8.6.3"
}
}

0 comments on commit 709708f

Please sign in to comment.