Changelog¶
Here are listed all the meaningfull changes done on nmk 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.5¶
1.5.0¶
Change documentation theme
Release 1.4¶
1.4.0¶
API changes to prepare buildenv version 2 “environment backend” support:
compatibility layer in
nmk.envbackendfor both buildenv versions 1 and 2 supportdeprecation of
nmk.model.model.NmkModel.pip_argsandnmk.utils.run_pip
Release 1.3¶
1.3.1¶
Now supports simple config override for int and bool values (see Extra configuration)
1.3.0¶
Changed default value for
--log-fileoption (see Logs file)
Release 1.2¶
1.2.0¶
New
--log-prefixoption (see Logs prefix)
Release 1.1¶
1.1.2¶
Fix types resolution for config item pure references (see Resolved config item type)
1.1.1¶
Added capability to escape config item references (see Escaped references)
1.1.0¶
New
PACKAGESREFSbuilt-in config item, listing all referenced python packages from project files.