View Source Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
v0.1.2 (2024-09-30)
workspace.list: support filtering by dependents through the--dependentflag. You can now list all projects that are direct dependencies of a given project:mix workspace.list --dependent my_projectworkspace.list: support filtering by dependencies through the--dependency. Using this flag you can list only those projects that have the given direct dependency:mix workspace.list --dependency a_projectworkspace.list: add--maintainerfor filtering projects with the given maintainer
v0.1.1 (2024-07-04)
Added
workspace.run: add--exportoption for exporting execution results as ajsonfileworkspace.run: log execution time per projectworkspace.list: add--relative-pathsoption for exporting relative paths with respect to the workspace path instead of absolute paths (the default one).
Removed
workspace.run: remove--execution-modeflag
v0.1.0 (2024-05-13)
Initial release.