Skip to content

v5.0.0

Compare
Choose a tag to compare
@ruyadorno ruyadorno released this 24 Nov 20:46
· 11 commits to master since this release
v5.0.0
a1fa064

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 a nt 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 257141d
  • Fixed combination of -i and -o options 37742ea