Skip to content

Releases: stackloomdev/causescope

v1.0.0-beta.10

v1.0.0-beta.10 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 28 Jul 09:35
3ef48eb

What's Changed

  • docs: lead with the evidence chain and shrink the demo GIF by @stackloomdev in #57
  • docs: lead installs with npm and sync the StackBlitz lab to beta.9 by @stackloomdev in #58
  • ci: fail verify:stackblitz once the release is published by @stackloomdev in #59
  • feat: keep provenance across destructured primitives by @stackloomdev in #60
  • feat: keep provenance across computed keys resolved at render time by @stackloomdev in #61
  • feat: recover provenance past the per-object recording budget by @stackloomdev in #62
  • release: prepare 1.0.0-beta.10 by @stackloomdev in #63

Full Changelog: v1.0.0-beta.9...v1.0.0-beta.10

v1.0.0-beta.9

v1.0.0-beta.9 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 27 Jul 22:06

v1.0.0-beta.8

v1.0.0-beta.8 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 27 Jul 10:45
5c3c4af

What's Changed

Full Changelog: v1.0.0-beta.7...v1.0.0-beta.8

v1.0.0-beta.7

v1.0.0-beta.7 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 27 Jul 06:40
cba3243

What's Changed

Full Changelog: v1.0.0-beta.6...v1.0.0-beta.7

v1.0.0-beta.6

v1.0.0-beta.6 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 27 Jul 05:52
a97f628

What's Changed

Full Changelog: v1.0.0-beta.5...v1.0.0-beta.6

v1.0.0-beta.5

v1.0.0-beta.5 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 27 Jul 05:10
a73d30b

What's Changed

Full Changelog: v1.0.0-beta.4...v1.0.0-beta.5

v1.0.0-beta.4

v1.0.0-beta.4 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 25 Jul 23:17
130a2bf

What's Changed

Full Changelog: v1.0.0-beta.3...v1.0.0-beta.4

v1.0.0-beta.3

v1.0.0-beta.3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 25 Jul 13:53
608f04d

What's Changed

Full Changelog: v1.0.0-beta.2...v1.0.0-beta.3

v1.0.0-beta.2

v1.0.0-beta.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 25 Jul 06:02
929b2a9

What's Changed

  • Bump actions/upload-artifact from 4.6.2 to 7.0.1 by @dependabot[bot] in #3
  • Bump actions/checkout from 4.4.0 to 7.0.1 by @dependabot[bot] in #1
  • Bump pnpm/action-setup from f40ffcd9367d9f12939873eb1018b921a783ffaa to b906affcce14559ad1aafd4ab0e942779e9f58b1 by @dependabot[bot] in #2
  • Bump actions/setup-node from 4.4.0 to 7.0.0 by @dependabot[bot] in #4
  • Tighten Dependabot update policy by @stackloomdev in #11
  • Ignore Dependabot major updates for GitHub Actions by @stackloomdev in #14
  • Bump @playwright/test from 1.61.1 to 1.62.0 in the development-dependencies group across 1 directory by @dependabot[bot] in #13
  • Bump pnpm/action-setup from 4.3.0 to 4.4.0 in the minor-and-patch group by @dependabot[bot] in #15
  • feat: complete week-one launch readiness by @stackloomdev in #18

New Contributors

Full Changelog: v1.0.0-beta.1...v1.0.0-beta.2

CauseScope v1.0.0-beta.1

Pre-release

Choose a tag to compare

@github-actions github-actions released this 24 Jul 15:21

CauseScope’s first public beta turns a rendered React element into a local evidence chain: exact TSX, live expression values, deciding conditions, state and reducer transitions, props, network requests, React Query, Zustand, and browser storage.

Highlights

  • Select buttons, text, inputs, lists, and other ordinary DOM elements.
  • Jump to the exact TypeScript source file, line, and column.
  • Inspect real expression operands and conditional results without synthesized explanations.
  • Follow state updates and event chains across components and routes.
  • Correlate rendered values with Fetch, XHR, React Query, Zustand, and accessed storage keys.
  • Export bounded JSON or Markdown traces with a second redaction pass.
  • Keep all instrumentation, UI, and editor endpoints out of production builds.

Install

pnpm add -D causescope@beta

This tag supports React 18–19 and Vite 5–6. See the documentation and source at this tag.

Full changelog: https://github.com/stackloomdev/causescope/commits/v1.0.0-beta.1