What's Changed
- new
io.test.all
command runs all the IO tests in your namespace - new
rename
command, is the same asmove
namespace.dependencies
now ignoreslib
. You cancd
intolib
and run it there if you are curious about the state of your libraries.- auto-completion improvements for many project commands
- several bugfixes
All PRs since last release
- io.test.all by @ChrisPenner in #4507
- make
namespace.dependencies
ignorelib
by @mitchellwrosen in #4509 - Partial implementation for native execution/compilation via a standalone executable by @dolio in #4511
- Better project-branch completion for many project commands by @ChrisPenner in #4513
- add
rename
as an alias formove
by @aryairani in #4523 - don't
isTest
-check entiredeepTerms
onview
/edit
by @ChrisPenner in #4520 - bugtweak: force result of
synthesizeForce
earlier by @mitchellwrosen in #4530 - update the name of the pre-release build by @aryairani in #4508
- bugfix: make
run
able to run things that don't return builtins by @mitchellwrosen in #4533 - fix "branch already exists" error message to show project, too by @mitchellwrosen in #4505
- Fix bug in
Bytes.fromBase16
when chunks have an odd size by @runarorama in #4529
Full Changelog: release/0.5.11...release/0.5.12