Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

Release 1.9.0

Compare
Choose a tag to compare
@Sv443 Sv443 released this 18 Mar 01:06
· 44 commits to master since this release
e8c3738
  • New Features:
    • Added function jsl.removeDuplicates() to remove duplicate entries in an array
    • Added function jsl.pause() to wait until user confirmation before continuing code execution
    • Added function jsl.inDebugger() to check if the process is currently running in a debugger
  • Improvements / Fixes:
    • jsl.unused() now has a rest parameter instead of a single parameter
    • Added a localization property to jsl.MenuPrompt to enable it for being translated
    • Fixed a bug in jsl.MenuPrompt by ensuring that the raw mode of the stdin is always set to true
    • Massively improved unit tests
    • Added a code coverage report