Releases: Ring-wdr/react-devtool-cli
Releases · Ring-wdr/react-devtool-cli
v0.2.0
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
returnedCountandtruncatedso agents can distinguish partial results from zero-match results. interact typeand targetedinteract pressnow support--target-textand--rolein addition to CSS selectors.- Targeted interaction responses now report
targetingResolutionalongsidetargetingStrategy,matchCount, andresolvedNth. - Untargeted
interact pressremains supported for compatibility and now documents its page-focus semantics explicitly. - Invalid interaction combinations such as targetless
press --strict, targetlesspress --nth, andnode search --limit 0now fail with concrete CLI errors.
Compatibility Notes
- This release is intended to replace the
0.1.35-rc.xline for normal installs. - No intentional breaking change was introduced to the published CLI surface.
- npm dist-tags now resolve as:
latest→0.2.0next→0.1.35-rc.3
Validation
npm run buildnpm testnpm run test:integrationnpm run docs:buildnpm pack --dry-runnpm publish --dry-run
v0.1.35-rc.3
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
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
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
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
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: