Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2019-11-24 | 1.6 kB | |
v5.0.0 source code.tar.gz | 2019-11-24 | 72.2 kB | |
v5.0.0 source code.zip | 2019-11-24 | 92.4 kB | |
Totals: 3 Items | 166.2 kB | 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 nt
command 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-only
option 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
,-r
and ant
command 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
-i
and-o
options https://github.com/ruyadorno/ntl/commit/37742ea30e71b65ce9a9266c232f39c50094ee68