1
0

update readmes

This commit is contained in:
2023-02-02 17:40:28 +01:00
parent ceed474f24
commit e122feadb5
2 changed files with 37 additions and 46 deletions

View File

@@ -17,7 +17,7 @@ Follow Cloudflare's [Migration Guide](https://developers.cloudflare.com/workers/
## Update
Update to the latest version verstion
Update to the latest version version of the router.
```bash
npm i -D @tsndr/cloudflare-worker-router
@@ -25,7 +25,7 @@ npm i -D @tsndr/cloudflare-worker-router
## Import / Require
Switch to ESModules.
Switch from `require()` to `import`.
### Before
@@ -43,7 +43,7 @@ import Router from '@tsndr/cloudflare-worker-router'
## Routes
Just add curly braces.
Just add curly braces `{}`.
### Before
@@ -54,18 +54,3 @@ Just add curly braces.
### After
<a href="https://gist.github.com/tsndr/8db6e8dd55e348015c2ff8e93dd6aa31" target="_blank"><img width="469" alt="Petrify 2022-06-24 at 5 55 56 PM" src="https://user-images.githubusercontent.com/2940127/175572549-0eea8fc4-3d90-412a-89cc-d2f4569f1139.png"></a>
## Fetch / `router.handle()`
❗️ Be aware that with `v2.0.0` the parameters of `router.handle()` changed ❗️
### Before
<a href="https://gist.github.com/tsndr/12b0f800269760c597646c90a562ef88" target="_blank"><img width="469" alt="Petrify 2022-06-24 at 5 58 43 PM" src="https://user-images.githubusercontent.com/2940127/175572993-fb4681c2-eece-4c92-88e8-1c2f57644769.png"></a>
### After
<a href="https://gist.github.com/tsndr/30902b01b134e2a58cf3a53648dd3e47" target="_blank"><img width="393" alt="Petrify 2022-06-24 at 5 59 22 PM" src="https://user-images.githubusercontent.com/2940127/175573110-b7dfcfb2-855d-4529-a957-6f8b9ec439f3.png"></a>