github 0xGF/boneyard v1.8.1

one month ago

Patch release.

Fixes

  • HTTPS dev servers (#80) — CLI auto-detect falls back to https:// per port; non-CDP browser contexts launched with ignoreHTTPSErrors: true; Vite plugin honours server.https from Vite config when building the capture URL. Works with mkcert, next --experimental-https, vite preview, Quasar https mode.
  • Previously-captured bones no longer drop out of the registry (#81) — registry regen now merges freshly-captured bones with everything already on disk. Typical scenario: capture /login unauthenticated, then add auth.cookies and re-run — the login bones now survive into the regenerated registry. --force still rebuilds from scratch. The cross-run dropout was especially bad after v1.8.0's single-page mode, which would prune the registry down to the one skeleton captured this run.

Tests

  • 143 pass / 0 fail (was 136 — added 7 new mergePreservingExisting tests).

Full Changelog: v1.8.0...v1.8.1

Don't miss a new boneyard release

NewReleases is sending notifications on new releases.