doit v0.4.0 Release Notes

Release Date: 2009-10-05 // over 14 years ago
    • 🗄 deprecate anything other than a boolean values as return of python actions
    • sub-cmd clean (#421450)
    • ✂ remove support for task generators returning action (not documented behavior)
    • 🗄 setup parameter for a task should be a list - single value deprecated (#437225)
    • 👍 PythonAction support 'dependencies', 'targets', 'changed' parameters
    • ➕ added tools.create_folder (#421453)
    • 🗄 deprecate folder-dependency
    • CmdActions reference to dependencies, targets and changed dependencies (#434327)
    • 🖨 print task description when printing through doit list (#425811)
    • action as list of commands/python (#421445)
    • 🗄 deprecate "action" use "actions"