-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replaced node-progress with cli-progress
- Loading branch information
1 parent
eacfce0
commit 861667a
Showing
6 changed files
with
90 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
### 1.1.0 ### | ||
Added: NodeMCU-Tool to use the connector as well as all CLI functions programmatic | ||
Added: NodeMCU-Tool.js to use the connector as well as all CLI functions programmatically | ||
Added: Colorized terminal messages | ||
Changed: the bin tool has been separated in two files (CLI and API layer) | ||
Changed: all errors are handled as callbacks (node.js standard) | ||
Bugfix: Replaced the progress bar to avoid random empty line terminal output | ||
Added: Low Level API for direct interactions with the LUA interpreter | ||
Changed: The bin tool has been separated in two files (CLI and API layer) | ||
Changed: all errors are handled as callbacks (Node.js standard) | ||
Bugfix: Replaced the progress bar with [cli-progress](https://www.npmjs.com/package/cli-progress) to avoid random empty lines on the terminal | ||
|
||
### 1.0.0 ### | ||
Initial public release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters