💥 Breaking
- The
typescript
setting in.moon/workspace.yml
is now optional, allowing repos to opt-out of
TypeScript support. This shouldn't affect you if the setting is already explicitly defined.
🚀 Updates
- Added support for Linux ARM GNU (
aarch64-unknown-linux-gnu
). - Added support for Linux ARM musl (
aarch64-unknown-linux-musl
). - Added a
typescript
setting tomoon.yml
, allowing TypeScript support to be toggled per project. - Added a
--report
option to themoon run
command, for generating run reports for debugging. - Added an
--affected
option to themoon query projects
command. - Updated the task
command
to also support inline arguments. You can now mergecommand
and
args
into a single field.