New
v5.0.0
Special thanks
This release wouldn't have been possible without the help from the amazing community around ntl π
- @mischah for all the help coordinating the features and changes π
- @goatfryed for the original work adding the task rerun functionality #53 π
- @mikicho which reported rerun last task as an available alternative #28 β€οΈ
- @zeke for proposing reusing history which inspired the
ntcommand alias #16 π₯ - @Calinou for proposing the reasonable change of showing up descriptions by default #30
- @eemelianov for stepping up to help out with the description change impl #52
Breaking:
- requires
node@10+ - branding change, project is now named:
Node Task List - Changed greeting message
- Descriptions are now showed by default if they're available in
package.json --description-onlyoption now always filters out items missing description
Added:
- Cache system to store last ran tasks along with many options to customize it
- Auto-select last ran task as default active item (enables just hitting enter twice to repeat task)
- Option
--rerun,-rand antcommand shorthand to repeat last executed task - Added unix manual page
- Added support to forward options to scripts using
-- - Added unit tests suite with 100% test coverage
- Added windows CI
Fixed:
- Support to absolute paths https://github.com/ruyadorno/ntl/commit/257141deb7f63b6a869418fa2e4708f05ed09666
- Fixed combination of
-iand-ooptions https://github.com/ruyadorno/ntl/commit/37742ea30e71b65ce9a9266c232f39c50094ee68