Skip to content

Now with more docs

Pre-release
Pre-release

Choose a tag to compare

@leynos leynos released this 08 Jun 23:19
· 7 commits to main since this release

What's Changed

  • Normalize underscore-prefixed scenario fixtures and tests by @leynos in #436
  • Packaging and editor enablement: workspace-root, debounce, smoke tests, and docs by @leynos in #434
  • Document generate_scenario_test: fix spelling and dir resolution note by @leynos in #438
  • Add rstest-bdd-harness crate with adapter, policy, and tests (9.1.1) by @leynos in #433
  • Extend #[scenario] and scenarios! with harness adapters and policies by @leynos in #439
  • Delegate scenario execution to HarnessAdapter (Default-bound; async-gated) by @leynos in #440
  • Implement Tokio-compatibility alias in macro by @leynos in #441
  • Add rstest-bdd-harness-tokio: TokioHarness and TokioAttributePolicy by @leynos in #442
  • ExecPlan 9.3.4: Wire AttributePolicy::test_attributes() into codegen by @leynos in #444
  • ExecPlan 9.3.6: StdHarness parity tests, panic propagation, and docs by @leynos in #445
  • Add negative test for Tokio async fn integration by @leynos in #446
  • Introduce HarnessAdapter Context (ADR-007) and ExecPlan 9.4.1 by @leynos in #447
  • Add UI lint tests for unused vars and underscore bindings in rstest-bdd by @leynos in #449
  • Add rstest-bdd-harness-gpui; vendor GPUI shim; policy integration by @leynos in #450
  • Bump proc-macro-crate from 3.3.0 to 3.4.0 by @dependabot[bot] in #205
  • Bump serde from 1.0.225 to 1.0.228 by @dependabot[bot] in #241
  • Bump clap from 4.5.47 to 4.5.51 by @dependabot[bot] in #287
  • Bump cfg-if from 1.0.3 to 1.0.4 by @dependabot[bot] in #295
  • Chore(deps): Bump actions/checkout from 5.0.0 to 6.0.2 by @dependabot[bot] in #414
  • Chore(deps): Bump astral-sh/setup-uv from 6.7.0 to 7.3.1 by @dependabot[bot] in #448
  • Chore(deps): Bump oven-sh/setup-bun from 2.0.2 to 2.1.3 by @dependabot[bot] in #451
  • Bump regex from 1.11.2 to 1.12.2 by @dependabot[bot] in #270
  • Activate Tokio current-thread alias with deprecation and TokioHarness by @leynos in #452
  • Add GPUI counter demo crate with BDD tests and ExecPlan 9.4.5 by @leynos in #453
  • Docs: Add 9.6.1 ExecPlan and consolidate harness docs by @leynos in #461
  • docs: update milestone wording in user guide to outcomes by @leynos in #464
  • Add Tokio reminders example (9.3.8) with BDD tests; preserve flush recipients by @leynos in #462
  • ADR-008: Harness-led integration defaults by @leynos in #466
  • Correct British to Oxford spelling in docs by @leynos in #472
  • GPUI attribute-policy tests: canonical/absolute paths (9.6.2) by @leynos in #467
  • Support Result- and StepResult-returning fixtures in rstest-bdd by @leynos in #471
  • Audit underscore-prefixed fixture name support; ADR-009 added by @leynos in #476
  • Add automated cross-crate enum drift guards (#407) by @leynos in #473
  • ADR-008 harness-led defaults: ExecPlan, path resolution, tests, docs by @leynos in #474
  • Add semantic behaviour tests for async loops (#395) by @leynos in #475
  • Refactor HarnessAdapter to return Result with HarnessError by @leynos in #479
  • Normalize single leading underscore for implicit fixture keys by @leynos in #477
  • Update v0.6.0 migration guide by @leynos in #480
  • Fix release publish dependency isolation by @leynos in #482
  • Guard shared policy enum exports (#407) by @leynos in #481
  • Record beta feedback roadmap outcomes by @leynos in #484
  • Document third-party harness adapters (9.6.3) by @LodyAI[bot] in #486
  • Allow adapter-only first-party harness use (10.1.1) by @leynos in #487
  • Extend first-party policy hint resolution (9.7.1) by @leynos in #488
  • Implement first-party harness-led attribute defaults (9.7.2) by @LodyAI[bot] in #493
  • Provide detailed missing-fixture diagnostics (10.1.2) by @LodyAI[bot] in #492
  • Implement feature-gated GPUI regression suite (10.1.3) by @leynos in #495
  • Cover harness-led attribute-policy defaults (9.7.3) by @leynos in #494
  • Update harness-led defaults documentation (9.7.4) by @leynos in #497
  • Surface GPUI scenario names on panic (10.1.4) by @leynos in #496
  • Sync agent and documentation guidance by @LodyAI[bot] in #500
  • Ship stateful GPUI playbook for v0.6.0 docs (10.2.1) by @LodyAI[bot] in #501
  • E0499/E0502 troubleshooting entry (10.2.2) by @LodyAI[bot] in #502
  • Migration-guide downstream-test advice (10.2.3) by @LodyAI[bot] in #503

New Contributors

Full Changelog: v0.5.0...v0.6.0-beta2