Skip to content

Releases: polymorph-components/polymorph-test

polymorph-test v0.1.1

Choose a tag to compare

@lannbot lannbot released this 17 Aug 19:38
fffd196

Release 0.1.1 at fffd196.

Patch release (JS-only; caret-compatible within the 0.1 line): the browser-driver harness server is layout-agnostic — it mounts the module's own directory and serves /viewer/*, correct for jsr:@polymorph/test (and its npm-compat form) as well as repo checkouts; the page import map carries the @polymorph/test/* names. The Rust crates are unchanged: consumers' cargo pins at the v0.1.0 commit remain compatible.

Still 0.x/unstable, but caret-honest: releases within a minor line stay compatible; breaking changes bump the minor.

polymorph-test v0.1.0

Choose a tag to compare

@lannbot lannbot released this 17 Aug 11:59
b4444a2

Release 0.1.0 at b4444a2.

First release of the polymorph:test stack: the frozen polymorph:test@0.1.0 WIT contract, the component-test crates (core, formats, results, sdk, sdk-macro, cli, runner), the deltic runner leg and browser harness, the @polymorph/component-test-js npm facade, and the composite actions (setup, aggregate).

Still 0.x/unstable, but caret-honest: releases within a minor line stay compatible; breaking changes bump the minor. Consumption is pinned git dependencies at a release commit — cargo git deps, npm github: installs, actions @<rev> — bumped deliberately. See README.md.