Skip to content

Releases: Ring-wdr/react-devtool-cli

v0.2.0

26 Mar 10:50
6e77a15

Choose a tag to compare

Summary

0.2.0 is the first stable cut after the rc line. It locks the search and interaction contracts that were previously exercised in prerelease form and publishes them on the default latest npm tag.

Highlights

  • node search --limit <n> now preserves the full match count while returning a truncated result set in structured mode.
  • Structured search responses now include returnedCount and truncated so agents can distinguish partial results from zero-match results.
  • interact type and targeted interact press now support --target-text and --role in addition to CSS selectors.
  • Targeted interaction responses now report targetingResolution alongside targetingStrategy, matchCount, and resolvedNth.
  • Untargeted interact press remains supported for compatibility and now documents its page-focus semantics explicitly.
  • Invalid interaction combinations such as targetless press --strict, targetless press --nth, and node search --limit 0 now fail with concrete CLI errors.

Compatibility Notes

  • This release is intended to replace the 0.1.35-rc.x line for normal installs.
  • No intentional breaking change was introduced to the published CLI surface.
  • npm dist-tags now resolve as:
    • latest0.2.0
    • next0.1.35-rc.3

Validation

  • npm run build
  • npm test
  • npm run test:integration
  • npm run docs:build
  • npm pack --dry-run
  • npm publish --dry-run

v0.1.35-rc.3

26 Mar 07:08
c5b5e69

Choose a tag to compare

v0.1.35-rc.3 Pre-release
Pre-release

Summary

  • add a minimal repo-owned integration harness for browser-backed CLI validation
  • expand interact click targeting with --text, --role, --nth, and --strict
  • harden session open JSON stdout handling and keep the prerelease lane on rc.3

Validation

  • npm run build
  • npm test
  • npm run test:integration

v0.1.35-rc.2

26 Mar 06:34
f2603c3

Choose a tag to compare

v0.1.35-rc.2 Pre-release
Pre-release

Summary

  • add the
    dt doctor alias and ree stats
  • add structured automation-safe output for
    ode search and source reveal
  • add interact click --delivery controls and bump the prerelease lane to rc.2

Validation

  • npm run build
  • npm test

This is a prerelease and should publish to the npm
ext dist-tag.

v0.1.35-rc.1

25 Mar 15:15
8cd472f

Choose a tag to compare

v0.1.35-rc.1 Pre-release
Pre-release

Summary

  • upgrade the npm publish workflow to a trusted-publishing compatible runtime
  • install the latest npm explicitly in the publish job
  • rerun prerelease validation on the dist-tag

Validation

  • npm run build
  • npm test
  • npm pack --dry-run

This release is intended to verify npm trusted publishing after correcting the publish job runtime.

v0.1.35-rc.0

25 Mar 14:55
7a96e6c

Choose a tag to compare

v0.1.35-rc.0 Pre-release
Pre-release

Summary

  • validate npm trusted publishing through GitHub OIDC
  • add a dedicated publish workflow triggered by GitHub Releases
  • route prerelease versions to the npm next dist-tag

Validation

  • npm run build
  • npm test
  • npm pack --dry-run

This release is intended to verify the release-to-npm publish pipeline without changing the latest dist-tag.

v0.1.34-public

19 Mar 00:03

Choose a tag to compare

First public repository release for react-devtool-cli.

Highlights:

  • repository is now public with solo-maintainer contribution and security policies
  • lightweight CI is enabled for pushes and pull requests on main
  • issue and PR templates are in place to keep support and review load manageable
  • this release baseline includes the recent profiler interaction stability work shipped in 0.1.34

Recommended starting points: