💥 Breaking
- Removed the
experiments.interweavedTaskInheritance
setting from.moon/workspace.yml
.
Interweaved inheritance is now always enabled (was previously true by default). - Removed the
experiments.taskOutputBoundaries
setting from.moon/workspace.yml
. We opted to
remove boundaries entirely, as they caused more problems than solved. Task outputs may now overlap
without issue.
🚀 Updates
- Updated
implicitDeps
in.moon/tasks.yml
and taskdeps
inmoon.yml
to support arguments and
environment variables for the dependency target. - Updated the action graph and pipeline to not run the same target (but with different arguments
and environment variable variations) in parallel, to avoid unexpected collisions. - Updated VS Code extension to support multiple VS Code workspace folders.
- Improved code generation and templates:
- Added a
destination
field totemplate.yml
, to customize a default location. - Added a
extends
field totemplate.yml
, allowing templates to extend and inherit other
templates. - Updated
[var]
syntax to support filters:[var | camel_case]
.
- Added a
🧩 Plugins
- Updated
bun_plugin
to v0.7. - Updated
node_plugin
andnode_depman_plugin
to v0.7. - Updated
rust_plugin
to v0.6.
⚙️ Internal
- Updated Rust to v1.75.
- Updated proto to v0.26.4 (from v0.25).