|
2 | 2 |
|
3 | 3 | 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.
|
4 | 4 |
|
| 5 | +## v2.11.7 |
| 6 | + |
| 7 | +[compare changes](https://github.com/nitrojs/nitro/compare/v2.11.6...v2.11.7) |
| 8 | + |
| 9 | +### 🩹 Fixes |
| 10 | + |
| 11 | +- **app:** Import user code last to avoid initialization order issues ([#3226](https://github.com/nitrojs/nitro/pull/3226)) |
| 12 | +- Only inherit `waitUntil` and platform context in fetch ([#3224](https://github.com/nitrojs/nitro/pull/3224)) |
| 13 | +- **dev:** Always throw proxy errors ([#3229](https://github.com/nitrojs/nitro/pull/3229)) |
| 14 | + |
| 15 | +### 💅 Refactors |
| 16 | + |
| 17 | +- Update internal hash utils order ([#3227](https://github.com/nitrojs/nitro/pull/3227)) |
| 18 | +- Update scalar types ([10c8e534](https://github.com/nitrojs/nitro/commit/10c8e534)) |
| 19 | +- **cloudflare:** Update node.js compatibility ([#3230](https://github.com/nitrojs/nitro/pull/3230)) |
| 20 | +- **netlify-edge:** Update node.js compatibility ([#3231](https://github.com/nitrojs/nitro/pull/3231)) |
| 21 | + |
| 22 | +### 📖 Documentation |
| 23 | + |
| 24 | +- **deno-server:** Add `compatibilityDate` note ([#3190](https://github.com/nitrojs/nitro/pull/3190)) |
| 25 | +- **netlify:** Add `compatibilityDate` note ([#3189](https://github.com/nitrojs/nitro/pull/3189)) |
| 26 | +- Updated callout ([#3219](https://github.com/nitrojs/nitro/pull/3219)) |
| 27 | +- **firebase:** Add firebase-app-hosting ([#3217](https://github.com/nitrojs/nitro/pull/3217)) |
| 28 | +- Use `server/` dir ([#2775](https://github.com/nitrojs/nitro/pull/2775)) |
| 29 | + |
| 30 | +### 🏡 Chore |
| 31 | + |
| 32 | +- Update readme and ci scripts ([350d7998](https://github.com/nitrojs/nitro/commit/350d7998)) |
| 33 | +- Update readme ([c17d18c6](https://github.com/nitrojs/nitro/commit/c17d18c6)) |
| 34 | +- Update dependencies ([c24f39c2](https://github.com/nitrojs/nitro/commit/c24f39c2)) |
| 35 | +- Remove unused dependencies ([ff9c4f08](https://github.com/nitrojs/nitro/commit/ff9c4f08)) |
| 36 | + |
| 37 | +### ❤️ Contributors |
| 38 | + |
| 39 | +- Pooya Parsa ([@pi0](https://github.com/pi0)) |
| 40 | +- Gerome Grignon ([@geromegrignon](https://github.com/geromegrignon)) |
| 41 | +- Yuangwang <yuangwang2@gmail.com> |
| 42 | +- Ollie W ([@ollie-bud](https://github.com/ollie-bud)) |
| 43 | +- Restent Ou ([@gxres042](https://github.com/gxres042)) |
| 44 | + |
5 | 45 | ## v2.11.6
|
6 | 46 |
|
7 | 47 | [compare changes](https://github.com/nitrojs/nitro/compare/v2.11.5...v2.11.6)
|
|
0 commit comments