Changelog
Here are listed all the meaningfull changes done on nmk-workspace since version 1.0
Note
Only interface and important behavior changes are listed here.
The fully detailed changelog is also available on Github
Release 1.2.0
New ${workspaceDisableLocalTasks} config item, used to disable all subprojects builds locally (no effect in CI).
New ${workspaceSubModules} config item listing all project submodules.
New workspace.sync task, used to synchronize all workspace submodules.
Release 1.1.0
New ${workspaceBuildExtraArgsByStage} config item, used to specify nmk options per metatask.
Build behavior changed for projects specified in ${workspaceSubProjectsToBuildFirst} and ${workspaceSubProjectsToBuildAfter} config items:
they are ignored in build if not also listed in ${workspaceSubProjectsToBuild} config item.