Skip to content

Commit

Permalink
chore(release): v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Oct 15, 2022
1 parent a1f975f commit 42e97e6
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,49 @@

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.

## v0.8.0


### 🚀 Enhancements

- Add `writeEarlyHints` utility (#184)

### 🩹 Fixes

- **writeEarlyHints:** Call callback if not supported too (10eab1b)
- **router:** Make router handler non preemtive by default (#194)
- ⚠️ Remove default `statusMessage` from errors (#195)
- **router:** Parse url using `URL` for pathname (#196)

### 💅 Refactors

- ⚠️ Reduce node.js dependency (#178)
- Move `writeEarlyHints` to `response` (af61d95)

### 📖 Documentation

- Add `sendStream` to the utils list (d58fad8)

### 🏡 Chore

- Update readme (#185)
- Update dependencies (b986629)

### 📦 Build

- Add `package.json` to subpath exports (#186)

#### ⚠️ Breaking Changes

- ⚠️ Remove default `statusMessage` from errors (#195)
- ⚠️ Reduce node.js dependency (#178)

### ❤️ Contributors

- Alexander Lichter
- Daniel Roe
- Pooya Parsa

## main (v0.7.20..main)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "h3",
"version": "0.7.21",
"version": "0.8.0",
"description": "Tiny JavaScript Server",
"repository": "unjs/h3",
"license": "MIT",
Expand Down

0 comments on commit 42e97e6

Please sign in to comment.