File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66
77## [ Unreleased]
88
9+ ### Added
10+
911* Add ` :affected_by ` option for explicit project dependencies
1012
1113 Enables projects to declare dependencies on files outside their directory
@@ -37,6 +39,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
3739 - Shared configuration files across multiple projects
3840 - Documentation changes that affect project builds
3941
42+ ### Deprecated
43+
44+ * Add ` --format ` option to ` workspace.list ` with support for ` json ` and ` pretty ` output formats
45+
46+ The new ` --format ` option provides a more flexible way to control output format:
47+ - ` --format json ` outputs JSON data (replaces the deprecated ` --json ` flag)
48+ - ` --format pretty ` outputs human-readable format (default)
49+
50+ The ` --json ` option is now deprecated and will be removed in version 0.4.0.
51+ Use ` --format json ` with ` --output ` instead for the same functionality.
52+
4053## [ v0.2.2] ( https://github.com/sportradar/elixir-workspace/tree/workspace/v0.2.2 ) (2025-07-10)
4154
4255### Added
You can’t perform that action at this time.
0 commit comments