Changelog
Here are listed all the meaningfull changes done on nmk-proto 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
Fix proto.gen.py task behavior, to clean only generated files of a given python module, excluding sub-folders.
Remove parent folders without generated code of ${protoPythonSrcFolders} item.
Changed ${protoPythonSrcFoldersWildcard} wildcards to
*.*instead of*Contribute ${protoPythonSrcFoldersWildcard} to git ignored files instead of ${protoPythonSrcFolders}
Release 1.1.0
Replace deprecated vscode-proto3 extension suggestion and settings by Protobuf VSC ones.