Skip to content

0.0.2

Compare
Choose a tag to compare
@aappleby aappleby released this 09 Mar 01:20
· 360 commits to main since this release

2024-03-07 - Tests should run on Windows now. Added a Windows build example. Promises are now valid as inputs to any template.

2024-03-04 - Cleaned up pylint & formatting issues in hancho.py and test.py. Hancho.py is now over 500 lines if you include whitespace and comments :D.

2024-03-04 - Unrecognized '--key=value' command line flags are now merged into the global config object. This allows you to do things like "hancho.py --build_dir=some/other/dir" which could be annoying otherwise.