Skip to content

Releases: ruyadorno/ntl

v5.1.0

27 Jun 03:52
v5.1.0
b8b98d7
Compare
Choose a tag to compare
  • Added a new multiple-item-selection interface that preserves selection order: --ordered OR -O thanks to @RecuencoJones 🎉 #61

v5.0.0

24 Nov 20:46
v5.0.0
a1fa064
Compare
Choose a tag to compare

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

v4.0.0

30 Jul 21:38
aba90ba
Compare
Choose a tag to compare

Changes

  • Breaking change: Missing descriptions when using --descriptions option now only throws a warning instead of an error msg + exit
  • Added npm-tasklist as a longhand command alternative (#48) thanks @wgolledge 🎉
  • Added runner options (#45 and #49) thanks @Mehdi-Hp 🎉
  • Updated dependencies

v3.2.4

19 Mar 17:13
9af0af6
Compare
Choose a tag to compare
  • Fix excluding scripts when showing descriptions or scripts contents

thanks @mischah 🎉

v3.2.3

18 Mar 02:10
f5c60bc
Compare
Choose a tag to compare

Update dependencies

  • read-pkg@5.0.0
  • yargs@13.2.2

v3.2.2

16 Mar 04:52
8663f51
Compare
Choose a tag to compare

Update dep

  • ipt@2.1.1

v3.2.1

08 Mar 20:34
bda4c18
Compare
Choose a tag to compare
  • Bumped ipt to its latest version

v3.2.0

08 Mar 20:29
a38461d
Compare
Choose a tag to compare
  • Added new --exclude option

Thanks @mischah and @Paquan 🎉

v3.1.1

05 Mar 22:08
7696d46
Compare
Choose a tag to compare
  • Fixed descriptions, regression from #33

thanks @mischah 🎉

v3.1.0

22 Feb 22:28
e57a8a1
Compare
Choose a tag to compare
  • Added a better error message if package.json contains a malformed JSON

thanks @mischah 🎉