Below is the list of most important changes and versions.
(28 April 2020)
- Added deprecation notice
- Updated README
(30 July 2017)
- Usage of
arguments
option is deprecated, use globals or imports instead - Usage of
module.dep
property is deprecated, usemodule.deps
instead
(31 May 2017)
- Fixed backward compatibility with older LTS Node versions
(16 May 2017)
- Implemented root directory tasks
index.js
in the root of tasks directory is now registered as a default taskmodule.dep
renamed tomodule.deps
,module.dep
is deprecated and will be removed in2.0
- Introduced yarn
(16 Mar 2016)
- Dependencies are now explicitly specified
- Improved support for Windows™ path separators
(07 Mar 2016)
- Initial release