Skip to content

Commit

Permalink
Merge branch 'main' into chunked-request
Browse files Browse the repository at this point in the history
  • Loading branch information
aaharu committed Mar 10, 2024
2 parents 968a14e + 2c38d13 commit 4ac8a1d
Show file tree
Hide file tree
Showing 75 changed files with 5,729 additions and 1,167 deletions.
1 change: 1 addition & 0 deletions .config/automd.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
input: ["README.md", "docs/**/*.md"]
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
dist
lib
.nuxt
.output
8 changes: 4 additions & 4 deletions .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: "pnpm"
- run: pnpm install
- name: Fix lint issues
run: pnpm run lint:fix
- run: pnpm run lint:fix
- run: pnpm automd
- uses: autofix-ci/action@ea32e3a12414e6d3183163c3424a7d7a8631ad84
with:
commit-message: "chore: apply automated fixes"
commit-message: "chore: apply automated updates"
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- run: pnpm lint
- run: pnpm build
- run: pnpm vitest --coverage && rm -rf coverage/tmp
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
- name: nightly release
if: |
github.event_name == 'push' &&
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ coverage
.idea
.eslintcache
tsconfig.vitest-temp.json
.DS_Store
5 changes: 5 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
dist
lib
.nuxt
.output
docs/**/*.md
88 changes: 88 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,94 @@

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.11.1

[compare changes](https://github.com/unjs/h3/compare/v1.11.0...v1.11.1)

### 🩹 Fixes

- **ws:** Resolve pathname for matching ([4f211f8](https://github.com/unjs/h3/commit/4f211f8))

### 📖 Documentation

- Update bun ws example ([da464c3](https://github.com/unjs/h3/commit/da464c3))

### 🏡 Chore

- Update crossws ([a61f98a](https://github.com/unjs/h3/commit/a61f98a))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))

## v1.11.0

[compare changes](https://github.com/unjs/h3/compare/v1.10.2...v1.11.0)

### 🚀 Enhancements

- Add utilities for server sent events ([#586](https://github.com/unjs/h3/pull/586))
- **response:** Add `sendIterable` util ([#655](https://github.com/unjs/h3/pull/655))
- Handler resolver ([#669](https://github.com/unjs/h3/pull/669))
- Websocket support ([#671](https://github.com/unjs/h3/pull/671))

### 🩹 Fixes

- **serveStatic:** Ensure `etag` header is set before sending 304 response ([#653](https://github.com/unjs/h3/pull/653))

### 📖 Documentation

- Add basic jsdocs for utils ([c8aa150](https://github.com/unjs/h3/commit/c8aa150))
- Fix typo ([#668](https://github.com/unjs/h3/pull/668))
- Fix typos ([#665](https://github.com/unjs/h3/pull/665))
- Fix typo ([#662](https://github.com/unjs/h3/pull/662))
- Fix typos ([#661](https://github.com/unjs/h3/pull/661))
- Fix import name ([#658](https://github.com/unjs/h3/pull/658))
- **examples/from-expressjs-to-h3:** Add node middleware usage ([#663](https://github.com/unjs/h3/pull/663))
- Refine function usages ([#667](https://github.com/unjs/h3/pull/667))
- Remove unwanted `console.log` ([#675](https://github.com/unjs/h3/pull/675))
- Add jsdoc examples ([#672](https://github.com/unjs/h3/pull/672))
- Update jsdocs example for route utils ([#673](https://github.com/unjs/h3/pull/673))

### 🏡 Chore

- **release:** V1.10.2 ([a58d7c9](https://github.com/unjs/h3/commit/a58d7c9))
- Apply automated fixes ([f5a89fc](https://github.com/unjs/h3/commit/f5a89fc))
- Fix does issues ([#657](https://github.com/unjs/h3/pull/657))
- Integrate automd ([5212f01](https://github.com/unjs/h3/commit/5212f01))
- Lint ([ddffb0e](https://github.com/unjs/h3/commit/ddffb0e))
- Update docs ([1d8b389](https://github.com/unjs/h3/commit/1d8b389))
- Update docs ([5e3b5e5](https://github.com/unjs/h3/commit/5e3b5e5))
- Update lockfiles ([272e1be](https://github.com/unjs/h3/commit/272e1be))
- Apply automated updates ([96eda87](https://github.com/unjs/h3/commit/96eda87))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Estéban ([@Barbapapazes](http://github.com/Barbapapazes))
- Bram Kamies
- Joshua Sosso ([@joshmossas](http://github.com/joshmossas))
- Nozomu Ikuta
- Markthree ([@markthree](http://github.com/markthree))
- Sacha Stafyniak ([@stafyniaksacha](http://github.com/stafyniaksacha))
- Meir Lamdan
- Joshua
- Matej Černý
- Amit Gurbani ([@AmitGurbani](http://github.com/AmitGurbani))
- Neil Richter ([@noook](http://github.com/noook))

## v1.10.2

[compare changes](https://github.com/unjs/h3/compare/v1.10.1...v1.10.2)

### 🩹 Fixes

- **proxy:** Ignore incoming `accept` header ([#646](https://github.com/unjs/h3/pull/646))

### ❤️ Contributors

- Daniel Roe ([@danielroe](http://github.com/danielroe))

## v1.10.1

[compare changes](https://github.com/unjs/h3/compare/v1.10.0...v1.10.1)
Expand Down
Loading

0 comments on commit 4ac8a1d

Please sign in to comment.