runkit-task
Version:
Class to use for creating runkit tasks
55 lines (36 loc) • 1.2 kB
Markdown
0.0.10 / 2017-01-13
==================
* rename to runkit-task
0.0.9 / 2017-01-13
==================
* pass in kit object instead of separate arguments.
* added init function to hook into instead of overwriting constructor
* chore(package): update eslint-config-firstandthird to version 3.2.0
0.0.8 / 2017-01-09
==================
* create output directory automatically
* updated depedencies
0.0.7 / 2016-12-16
==================
* pass in logger as separate arg instead of argument
* added clientkitVersion prop
0.0.6 / 2016-11-24
==================
* remove logr depedency, logr instance gets passed in via options now
* works if dist isn't set
* defaultOptions is class property with getter
* able to set default options
0.0.5 / 2016-11-18
==================
* support both files and items key (where files doesn't make sense)
* updated logr and set log to prefix with task name
0.0.4 / 2016-11-18
==================
* be able to disable task from config
0.0.3 / 2016-11-17
==================
* added method to updateOptions - so tasks can hook into this
0.0.2 / 2016-11-17
==================
* show filesize in log
* fixed default process fn