v0.1.6
0.1.6 - 2019-12-20
This release improves the overall code quality through the use of python type annotation, and a significant increase in the documentation coverage. Additionally, a new flag was added --ignore-compile
and we moved from travis to GitHub actions.
Thanks to our external contributor:
Added
- Python type annotation (#54)
--ignore-compile
flag, which disables the compilation for any platform (shortcut for--truffle-ignore-compile --embark-ignore-compile ....
) (#55)
Changed
- Increase documentation coverage (#54)
cryticparser.defaults_flag_in_config
is renamedDEFAULTS_FLAG_IN_CONFIG
(#54, breaking change)- Use GitHub action instead of travis (#57, #58)
Fixed
- Many pylint issues (#54)