docs: add Rstest 0.11 release blog#1508
Conversation
Deploying rstest with
|
| Latest commit: |
e4dd79f
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://88f451ba.rstest.pages.dev |
| Branch Preview URL: | https://docs-announcing-0-11.rstest.pages.dev |
e8f4623 to
10433a4
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 10433a4b0a
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
10433a4 to
d89b0d5
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d89b0d55d0
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
8be92d1 to
b320ad5
Compare
- Add the Rstest 0.11 release blog (EN + ZH): API breaking changes, faster V8 coverage, and fake timers aligned with @sinonjs/fake-timers 15. - Generalize the image script into a single `gen:release-image` that renders the blog banner and the OG image from one shared gradient; rename website/scripts/og-image -> website/scripts/release-image. - Fix jumpTimersByTime / setTickMode doc addedVersion (0.10.7 -> 0.11.0).
b320ad5 to
e4dd79f
Compare
Summary
Adds the Rstest 0.11 release blog (EN + ZH). 0.11 is a transitional release on the road to 1.0, so the post leads with the breaking API changes (
TestOptionssecond-argument move, synchronous-only mock factories,pool.minWorkersremoval,shardCLI-only), then covers the faster V8 coverage path and the fake timers upgrade to@sinonjs/fake-timers15.Also formalizes release-image generation: a single
pnpm gen:release-imagecommand renders the banner (docs/public/) and og image (design-resources CDN) from one shared gradient, and the fake-timers API docs getaddedVersion="0.11.0"markers for the two new methods.Related Links
Checklist