Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit ff6341b

Browse files
authored
Merge pull request #54 from onerandomusername/update-links
update links to point to new location on the cloudflare organisation
2 parents e1cb97f + bf9ee7c commit ff6341b

File tree

6 files changed

+23
-23
lines changed

6 files changed

+23
-23
lines changed

CHANGELOG.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- Fixed linking of modules with cyclic imports, allowing
88
[new Rust workers](https://blog.cloudflare.com/workers-rust-sdk/) to be run
99
with Miniflare. Closes
10-
[issue #41](https://github.com/mrbbot/miniflare/issues/41), thanks
10+
[issue #41](https://github.com/cloudflare/miniflare/issues/41), thanks
1111
[@nuvanti](https://github.com/nuvanti).
1212
- Fixed handling of `ArrayBufferView`s as `Response` bodies
1313

@@ -17,29 +17,29 @@
1717

1818
- Added `Event` and `EventTarget` to the sandbox. The global scope and
1919
`WebSocket` now inherit from `EventTarget` so `removeEventListener` is now
20-
supported. Closes [issue #18](https://github.com/mrbbot/miniflare/issues/18),
20+
supported. Closes [issue #18](https://github.com/cloudflare/miniflare/issues/18),
2121
thanks [@jayphelps](https://github.com/jayphelps).
2222
- Added workers' uncompressed size to logs, closes
23-
[issue #23](https://github.com/mrbbot/miniflare/issues/23), thanks
23+
[issue #23](https://github.com/cloudflare/miniflare/issues/23), thanks
2424
[@ItsWendell](https://github.com/ItsWendell)
2525
- Switch to lighter dependencies, thanks [@lukeed](https://github.com/lukeed).
2626
There's still lots of work to do here for the next major release.
2727

2828
### Fixes
2929

3030
- Require the `GET` method for WebSocket upgrades, closes
31-
[issue #25](https://github.com/mrbbot/miniflare/issues/25), thanks
31+
[issue #25](https://github.com/cloudflare/miniflare/issues/25), thanks
3232
[@ItsWendell](https://github.com/ItsWendell)
3333
- Added `WebSocket` to the sandbox, closes
34-
[issue #30](https://github.com/mrbbot/miniflare/issues/30), thanks
34+
[issue #30](https://github.com/cloudflare/miniflare/issues/30), thanks
3535
[@ItsWendell](https://github.com/ItsWendell). Note you still need to use
3636
`WebSocketPair` and `fetch` to set up WebSocket connections. See
3737
[✉️ WebSockets](https://miniflare.dev/web-sockets.html) for more details.
3838
- Fixed caching with `URL` request keys, closes
39-
[issue #33](https://github.com/mrbbot/miniflare/issues/33), thanks
39+
[issue #33](https://github.com/cloudflare/miniflare/issues/33), thanks
4040
[@TimTinkers](https://github.com/TimTinkers)
4141
- Disable the watcher whilst rebuilding, closes
42-
[issue #34](https://github.com/mrbbot/miniflare/issues/34), thanks
42+
[issue #34](https://github.com/cloudflare/miniflare/issues/34), thanks
4343
[@TimTinkers](https://github.com/TimTinkers)
4444

4545
## 1.3.3
@@ -88,25 +88,25 @@
8888
[📄 HTMLRewriter](https://miniflare.dev/html-rewriter.html) for more details.
8989
- Added HTTPS support for local development, thanks
9090
[@RichiCoder1](https://github.com/RichiCoder1) for the
91-
[suggestion (#12)](https://github.com/mrbbot/miniflare/issues/12). See
91+
[suggestion (#12)](https://github.com/cloudflare/miniflare/issues/12). See
9292
[💻 Using the CLI](https://miniflare.dev/cli.html#https-server) and
9393
[🧰 Using the API](https://miniflare.dev/api.html#https-server) for more
9494
details.
9595
- When using the CLI, the `--watch` flag is now assumed if `--build-watch-path`
9696
is set, thanks [@evanderkoogh](https://github.com/evanderkoogh) for the
97-
[PR (#8)](https://github.com/mrbbot/miniflare/pull/8)
97+
[PR (#8)](https://github.com/cloudflare/miniflare/pull/8)
9898
- Added source maps to `CommonJS` module transformation
9999

100100
### Fixes
101101

102102
- Switched to real values for the `cf` property, thanks
103103
[@chase](https://github.com/chase) for the
104-
[PR (#11)](https://github.com/mrbbot/miniflare/pull/11)
104+
[PR (#11)](https://github.com/cloudflare/miniflare/pull/11)
105105
- Upgraded the TOML parser to support dotted keys, thanks
106106
[@leader22](https://github.com/leader22) for the
107-
[PR (#13)](https://github.com/mrbbot/miniflare/pull/13)
107+
[PR (#13)](https://github.com/cloudflare/miniflare/pull/13)
108108
- Added `CryptoKey` to the sandbox, thanks [@mosch](https://github.com/mosch)
109-
for the [PR (#14)](https://github.com/mrbbot/miniflare/pull/14)
109+
for the [PR (#14)](https://github.com/cloudflare/miniflare/pull/14)
110110

111111
## 1.2.0
112112

@@ -117,12 +117,12 @@
117117
[✨ Cache](https://miniflare.dev/cache.html#persistence) and
118118
[📌 Durable Objects](https://miniflare.dev/durable-objects.html#persistence)
119119
- Added support for loading scripts from `package.json`, closes
120-
[issue #7](https://github.com/mrbbot/miniflare/issues/7). See
120+
[issue #7](https://github.com/cloudflare/miniflare/issues/7). See
121121
[💻 Using the CLI](https://miniflare.dev/cli.html#script-requirement) and
122122
[⚡️ Developing with esbuild](https://miniflare.dev/recipes/esbuild.html#dependencies)
123123
for more details.
124124
- Added `FormData` to the sandbox, closes
125-
[issue #6](https://github.com/mrbbot/miniflare/issues/6)
125+
[issue #6](https://github.com/cloudflare/miniflare/issues/6)
126126
- Added an automatic update checker. See
127127
[💻 Using the CLI](https://miniflare.dev/cli.html#update-checker) for more
128128
details.
@@ -134,7 +134,7 @@
134134
### Fixes
135135

136136
- Fixed **Windows** support, closes
137-
[issue #10](https://github.com/mrbbot/miniflare/issues/10)
137+
[issue #10](https://github.com/cloudflare/miniflare/issues/10)
138138
- Fixed issue where scripts were not reloaded correctly when editing script path
139139
in `wrangler.toml`. Scripts are now always reloaded on options change.
140140
`Miniflare.reloadScript()` is now deprecated. You should use
@@ -232,7 +232,7 @@
232232

233233
- Fixed error if options object (containing `type` and `cacheTtl` properties)
234234
passed as second parameter to KV `get` method, closes
235-
[issue #3](https://github.com/mrbbot/miniflare/issues/3)
235+
[issue #3](https://github.com/cloudflare/miniflare/issues/3)
236236
- Fixed error if `ArrayBuffer` passed as `data` to
237237
`crypto.subtle.digest("md5", data)`
238238
- Fixed handling of `ignoreMethod` option for `Cache` `match` and `delete`
@@ -246,7 +246,7 @@
246246
### Fixes
247247

248248
- Depend on `@mrbbot/node-fetch` from npm instead of GitHub, closes
249-
[issue #2](https://github.com/mrbbot/miniflare/issues/2)
249+
[issue #2](https://github.com/cloudflare/miniflare/issues/2)
250250

251251
## 0.1.0
252252

docs/.vitepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = {
1515
["meta", { property: "og:description", content: pkg.description }],
1616
],
1717
themeConfig: {
18-
repo: "mrbbot/miniflare",
18+
repo: "cloudflare/miniflare",
1919
docsDir: "docs",
2020
editLinks: true,
2121
algolia: {

docs/durable-objects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ This assumes most concurrent transactions will operate on disjoint key sets. For
157157
development, it's likely there will be very little concurrency so this shouldn't
158158
be a problem. If running tests in parallel, on the same `Miniflare` instance,
159159
you may experience starvation in extreme cases. If you do, please
160-
[open a GitHub issue](https://github.com/mrbbot/miniflare/issues/new/choose). It
160+
[open a GitHub issue](https://github.com/cloudflare/miniflare/issues/new/choose). It
161161
would be interesting to hear about your use case.
162162

163163
`deleteAll` also has slightly different semantics to Cloudflare's

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ runtime APIs, refer to the
2424
If you find something that doesn't behave as it does in the real Workers
2525
environment (and this difference isn't documented), or something's wrong in
2626
these docs, please
27-
[open a GitHub issue](https://github.com/mrbbot/miniflare/issues/new/choose).
27+
[open a GitHub issue](https://github.com/cloudflare/miniflare/issues/new/choose).

docs/recipes/ava.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ test("increments path count for existing paths", async (t) => {
8686
## More Examples
8787

8888
For more examples of testing workers with AVA, Miniflare uses AVA for
89-
[its own testing](https://github.com/mrbbot/miniflare/tree/master/test/).
89+
[its own testing](https://github.com/cloudflare/miniflare/tree/master/test/).

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@
9393
},
9494
"repository": {
9595
"type": "git",
96-
"url": "git+https://github.com/mrbbot/miniflare.git"
96+
"url": "git+https://github.com/cloudflare/miniflare.git"
9797
},
9898
"bugs": {
99-
"url": "https://github.com/mrbbot/miniflare/issues"
99+
"url": "https://github.com/cloudflare/miniflare/issues"
100100
},
101101
"homepage": "https://miniflare.dev/",
102102
"volta": {

0 commit comments

Comments
 (0)