π 0.5.1
-
π€ Fixes
-
Child Process and output management - fitzgen, issue/287 pull/392
Not exactly a "fix", but definitely a huge improvment in how child processes and their
output are handled bywasm-pack
. Ever sat at a long prompt fromwasm-pack
and
wondered what was happening? No longer! Didwasm-pack
eat your test output- no more! -
Less scary missing field messages - mstallmo, issue/393 pull/394
After watching a livestream of someone using
wasm-pack
, fitzgen noted that folks
seemed pretty alarmed by the loud warning about missing optional manifest fields.
As a result, we are now downgrading those messages from WARN to INFO, and consolidating
them on a single line. -
Add
exit_status
to CLI errors - konstin, issue/291 pull/387We'd been hiding these- but we shouldn't have been!
-
Remove lingering forced nightly usage - alexcrichton, pull/383
In 0.5.0 we removed all forced nightly usage as we depend on
~1.30
which is now
available on both nightly and beta channels! We had a bit of a race condition with
that PR and thewasm-pack test
PR, and missed a few as a result! This removes all
lingering forced nightly, which only affected thewasm-pack test
command. -
Fix
wasm-bindgen-test
dependency error message - fitzgen, issue/377 pull/378The error message about missing the
wasm-bindgen-test
dependency errantly stated
that the user was missing awasm-bindgen
dependency! We've fixed it to correctly
state the missing dependency now.
-
-
π οΈ Maintenance