doit v0.35.0 Release Notes
Release Date: 2022-04-07 // 12 months ago-
- ๐ BACKWARD INCOMPATIBLE: Drop Python 3.6 support.
- ๐ BACKWARD INCOMPATIBLE: Drop Python 3.7 support.
- BACKWARD INCOMPATIBLE:
create_doit_tasks
does NOT automatically ignored when processing class. - ๐ Fix #344: Command
clean
: add support for wildcard*
. - โ Add
TaskLoader2.task_opts
attribute. This is passed to task creator and also as task config. - CmdOption add
metavar
attribute. - ๐ Fix #156:
actions.py:Writer
, add support forfileno()
. Taken from original stream. create_doit_tasks
supportsbasename
attribute.- Task: add attribute
io
; addio.capture
. - โ add
api.py::run_tasks()