Releases: espositoandrea/Make-to-Batch
Version 0.2.2
Changelog
- Fixed an error on the CLI option parsing: if the
--output
option was set without a 'parent directory' (for exampledest.bat
instead of./dest.bat
), the tool crashed - Added support for inline make calls using
$(MAKE)
or${MAKE}
Version 0.2.1
Changelog
- Added comments' parsing
- Added support for 'cp' command
Parsing Improvements
In this version, a more powerful parser has been added: the tool is now capable of recognizing the options in commands and converts them in the batch equivalents. Furthermore, a new command is now recognized (ls
).
First working version
Changelog
- Added the
mkdir
equivalent (MKDIR
) - Added some useful files for contributing (like
CONTRIBUTING.md
) - Added docstrings to every class, method and function
This is the first working version of the tool. It's still rudimentary.
– From
v0.1.1
's release notes
First working version
This is the first working version of the tool. It's still rudimentary.
Note that the version code is v0.1.1
(and not v0.1.0
) because this project is an evolution of a previously existing project I worked on.