Skip to content

Commit ad306e1

Browse files
committed
chore(release): v0.1.0
1 parent 36ad28e commit ad306e1

2 files changed

Lines changed: 53 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,57 @@
11
# Changelog
22

3+
## v0.1.0
4+
5+
[compare changes](https://github.com/pi0/nitro-cloudflare-dev/compare/v0.0.7...v0.1.0)
6+
7+
### 🚀 Enhancements
8+
9+
- ⚠️ Use `getPlatformProxy` and provide more context fields ([#6](https://github.com/pi0/nitro-cloudflare-dev/pull/6))
10+
- Support configurable `persistDir` ([725fd42](https://github.com/pi0/nitro-cloudflare-dev/commit/725fd42))
11+
- Log initialization time ([be0deec](https://github.com/pi0/nitro-cloudflare-dev/commit/be0deec))
12+
- Replicate nitro production behavior ([36ad28e](https://github.com/pi0/nitro-cloudflare-dev/commit/36ad28e))
13+
14+
### 🩹 Fixes
15+
16+
- Slash runtime path ([#8](https://github.com/pi0/nitro-cloudflare-dev/pull/8))
17+
- Use `H3EventContext` ([745a2d5](https://github.com/pi0/nitro-cloudflare-dev/commit/745a2d5))
18+
- Allow access to the context within `request` hook ([cab495a](https://github.com/pi0/nitro-cloudflare-dev/commit/cab495a))
19+
20+
### 💅 Refactors
21+
22+
- Improve plugin ([63b6f55](https://github.com/pi0/nitro-cloudflare-dev/commit/63b6f55))
23+
24+
### 📦 Build
25+
26+
- Externalize `wrangler` types ([e4092d4](https://github.com/pi0/nitro-cloudflare-dev/commit/e4092d4))
27+
28+
### 🌊 Types
29+
30+
- Improve context types ([f33599e](https://github.com/pi0/nitro-cloudflare-dev/commit/f33599e))
31+
32+
### 🏡 Chore
33+
34+
- Update readme (remove mention of beta version of wrangler) ([9b7a74e](https://github.com/pi0/nitro-cloudflare-dev/commit/9b7a74e))
35+
- Bump wrangler devDependency ([7f66c67](https://github.com/pi0/nitro-cloudflare-dev/commit/7f66c67))
36+
- **release:** V0.0.7 ([483955a](https://github.com/pi0/nitro-cloudflare-dev/commit/483955a))
37+
- Update deps ([acf210f](https://github.com/pi0/nitro-cloudflare-dev/commit/acf210f))
38+
- Apply automated fixes ([45ad7d2](https://github.com/pi0/nitro-cloudflare-dev/commit/45ad7d2))
39+
- Apply automated fixes ([b5e480c](https://github.com/pi0/nitro-cloudflare-dev/commit/b5e480c))
40+
- Update example ([dc0f5bc](https://github.com/pi0/nitro-cloudflare-dev/commit/dc0f5bc))
41+
- Update lock ([0b2da15](https://github.com/pi0/nitro-cloudflare-dev/commit/0b2da15))
42+
- Show log once ([9975161](https://github.com/pi0/nitro-cloudflare-dev/commit/9975161))
43+
44+
#### ⚠️ Breaking Changes
45+
46+
- ⚠️ Use `getPlatformProxy` and provide more context fields ([#6](https://github.com/pi0/nitro-cloudflare-dev/pull/6))
47+
48+
### ❤️ Contributors
49+
50+
- Pooya Parsa ([@pi0](http://github.com/pi0))
51+
- Markthree ([@markthree](http://github.com/markthree))
52+
- Dario Piotrowicz <dario@cloudflare.com>
53+
- Dario-piotrowicz ([@dario-piotrowicz](http://github.com/dario-piotrowicz))
54+
355
## v0.0.7
456

557
[compare changes](https://github.com/pi0/nitro-cloudflare-dev/compare/v0.0.6...v0.0.7)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nitro-cloudflare-dev",
3-
"version": "0.0.7",
3+
"version": "0.1.0",
44
"description": "POC module to enable access to the Cloudflare runtime bindings in development server of Nitro and Nuxt",
55
"repository": "pi0/nitro-cloudflare-dev",
66
"license": "MIT",

0 commit comments

Comments
 (0)