Releases: ruyadorno/ntl
Releases · ruyadorno/ntl
v5.1.0
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
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