|
1 | 1 | # 🚧 Changelog |
2 | 2 |
|
| 3 | +## 1.4.0 |
| 4 | + |
| 5 | +### Features |
| 6 | + |
| 7 | +- Added `Event` and `EventTarget` to the sandbox. The global scope and |
| 8 | + `WebSocket` now inherit from `EventTarget` so `removeEventListener` is now |
| 9 | + supported. Closes [issue #18](https://github.com/mrbbot/miniflare/issues/18), |
| 10 | + thanks [@jayphelps](https://github.com/jayphelps). |
| 11 | +- Added workers' uncompressed size to logs, closes |
| 12 | + [issue #23](https://github.com/mrbbot/miniflare/issues/23), thanks |
| 13 | + [@ItsWendell](https://github.com/ItsWendell) |
| 14 | +- Switch to lighter dependencies, thanks [@lukeed](https://github.com/lukeed). |
| 15 | + There's still lots of work to do here for the next major release. |
| 16 | + |
| 17 | +### Fixes |
| 18 | + |
| 19 | +- Require the `GET` method for WebSocket upgrades, closes |
| 20 | + [issue #25](https://github.com/mrbbot/miniflare/issues/25), thanks |
| 21 | + [@ItsWendell](https://github.com/ItsWendell) |
| 22 | +- Added `WebSocket` to the sandbox, closes |
| 23 | + [issue #30](https://github.com/mrbbot/miniflare/issues/30), thanks |
| 24 | + [@ItsWendell](https://github.com/ItsWendell). Note you still need to use |
| 25 | + `WebSocketPair` and `fetch` to set up WebSocket connections. See |
| 26 | + [✉️ WebSockets](https://miniflare.dev/web-sockets.html) for more details. |
| 27 | +- Fixed caching with `URL` request keys, closes |
| 28 | + [issue #33](https://github.com/mrbbot/miniflare/issues/33), thanks |
| 29 | + [@TimTinkers](https://github.com/TimTinkers) |
| 30 | +- Disable the watcher whilst rebuilding, closes |
| 31 | + [issue #34](https://github.com/mrbbot/miniflare/issues/34), thanks |
| 32 | + [@TimTinkers](https://github.com/TimTinkers) |
| 33 | + |
3 | 34 | ## 1.3.3 |
4 | 35 |
|
5 | 36 | ### Features |
|
0 commit comments