Skip to content

Releases: polymorph-components/polymorph-test

polymorph-test v0.2.1

Choose a tag to compare

@lannbot lannbot released this 22 Aug 22:33
9f9e4d5

Release 0.2.1 at 9f9e4d5.

Patch release: the js/runner-polyengine leg consumes the polyengine v0.4.0 release (@polyengine/{runtime,translator,wasi,ct-runner}@0.4.0; @polyengine/protocol 0.2.1 via its own range). The package's own exports and behavior are unchanged — upstream's one breaking change (the A19 err-result brand-key rename) is internal to the engine and unobservable from this runner. The Rust crates are unchanged; the bump-together contract names this commit as the release rev for cargo pins.

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

polymorph-test v0.2.0

Choose a tag to compare

@lannbot lannbot released this 22 Aug 03:13
38bfedf

Release 0.2.0 at 38bfedf.

Minor (breaking) release: the engine renamed deltic -> polyengine (@deltic/* -> @polyengine/* on JSR) and cut 0.3.0; this release consumes it and renames the JS runner core's engine-facing surface to match — exports ./deltic-worker, ./deltic-engine, ./deltic-worker-main become ./polyengine-worker, ./polyengine-engine, ./polyengine-worker-main (physical dir runner-polyengine/), workerMain's option key is now polyengine, and the runner's default target string is polyengine/deno. The Rust crates are otherwise unchanged; the bump-together contract names this commit as the release rev for cargo pins.

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

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.