Skip to content

Releases: nedzelskiy/js_console_command_executor

Release 1.0.9

04 Dec 08:29
Compare
Choose a tag to compare
  • fixed bug on linux platforms with pwd lower case
  • fixed example running script
  • upgraded readme

Release 1.0.8

23 Nov 11:12
Compare
Choose a tag to compare
  • added new controls - separatedOfAutoCompletedList - it's separator of iles or dirs in list when you use tab
  • added clean exit with process.exit(0) as default
  • added hard exit with SIGKILL
  • upgraded tab action for show list when before cursor exists \s or \t or " or ' or nothing (cursor position = 0)

Release 1.0.7

22 Nov 12:42
Compare
Choose a tag to compare
  • Tests for travis - done
  • Minor changes in package.json and Readme.md

Release 1.0.4

21 Nov 15:41
Compare
Choose a tag to compare
  • Fixed bug with backspace action in position 0
  • Added autocomplete file or directory by "tab" key

Release 1.0.3

14 Nov 10:57
Compare
Choose a tag to compare

Added keywords to package.json

Release 1.0.2

14 Nov 10:05
Compare
Choose a tag to compare

Code coverage 98%
Main functionality works good!
Node version 4+