doit v0.5.0 Release Notes

Release Date: 2009-11-30 // over 14 years ago
    • ⚠ task parameter 'clean' == True, cleans empty folders, and display warning for non-empty folders
    • ➕ added command line option --continue. Execute all tasks even if tasks fails
    • ➕ added command line option --reporter to select result output reporter
    • ➕ added executed-only reporter
    • ➕ added json reporter
    • 👌 support for task-result dependency #438174
    • ➕ added sub-command ignore task
    • ➕ added command line option --outfile. write output to specified file path
    • ➕ added support for passing arguments to tasks on cmd line
    • ➕ added command line option --dir (-d) to set current working directory
    • ✂ removed dodo-sample sub-command
    • ➕ added task field 'verbosity'
    • ➕ added task field 'title'
    • modified default way a task is printed on console (just show ". name"), old way added to doit.tools.task_title_with_actions