All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- "Edit file" button to open feature files in the system text editor and edit them on the fly - issue
- Folders and Features in alphabetical order
- light graphical revamp
- build chain
CHANGELOG.md
to keep track of changes and versionsnightwatch-gui
as a command to launch the module
- Removed nightwatch dependency, now the module simply assumes that it will be invoked in a folder containing a
node_module
subfolder withnightwatch
in it
- Sanitized port address to prevent command injection, as suggested in the open security documentation