Skip to content

Commit

Permalink
Bump versions to 2.10.0, update CHANGELOG.md and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbbot committed Oct 11, 2022
1 parent 8333ef5 commit b55ab40
Show file tree
Hide file tree
Showing 33 changed files with 407 additions and 409 deletions.
6 changes: 0 additions & 6 deletions .changeset/big-seals-obey.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/breezy-gifts-buy.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fifty-cobras-watch.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/itchy-needles-arrive.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/unlucky-moose-watch.md

This file was deleted.

28 changes: 28 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# 🚧 Changelog

## 2.10.0

### Features

- Add support for `TextEncoderStream`/`TextDecoderStream`. Closes
[issue #389](https://github.com/cloudflare/miniflare/issues/389), thanks
[@vlovich](https://github.com/vlovich).

### Fixes

- Fix reporting of server port when using `--port=0`. Closes
[issue #381](https://github.com/cloudflare/miniflare/issues/381), thanks
[@GregBrimble](https://github.com/GregBrimble) for
[the PR](https://github.com/cloudflare/miniflare/pull/382).
- Return Durable Object `get()`s in lexicographic order. Closes
[issue #393](https://github.com/cloudflare/miniflare/issues/393), thanks
[@vlovich](https://github.com/vlovich).
- Add missing `@miniflare/r2` dependency to `@miniflare/shared-test-environment`
package. Thanks [@askoufis](https://github.com/askoufis) for
[the PR](https://github.com/cloudflare/miniflare/pull/394).
- Return correct `Content-Length` from `Cache#match()` partial responses. Closes
[issue #406](https://github.com/cloudflare/miniflare/issues/406). Thanks
[@notorca](https://github.com/notorca) for
[the PR](https://github.com/cloudflare/miniflare/pull/405).
- Fix links in Vitest test environment docs. Thanks
[@eadmundo](https://github.com/eadmundo) for
[the PR](https://github.com/cloudflare/miniflare/pull/404).

## 2.9.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/core/standards.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Miniflare supports the following Web Standards in its sandbox:
`TransformStream`, `TransformStreamDefaultController`, `WritableStream`,
`WritableStreamDefaultController`, `WritableStreamDefaultWriter`,
`IdentityTransformStream`, `FixedLengthStream`, `CompressionStream`,
`DecompressionStream`
`DecompressionStream`, `TextEncoderStream`, `TextDecoderStream`
- **Events:** `Event`, `EventTarget`, `AbortController`, `AbortSignal`
- **Event Types:** `fetch`, `scheduled`, `unhandledrejection`,
`rejectionhandled`
Expand Down
Loading

0 comments on commit b55ab40

Please sign in to comment.