Skip to content

v1.1.0

Compare
Choose a tag to compare
@AndiDittrich AndiDittrich released this 14 Dec 22:17
· 157 commits to master since this release
  • Added: NodeMCU-Tool.js to use the connector as well as all CLI functions programmatically
  • Added: Colorized terminal messages
  • 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)
  • Changed: moved the test.lua file to top-level and renamed it to helloworld.lua
  • Changed: Whitespaces of the beginning of each line are removed when using the optimize flag
  • Bugfix: Replaced the progress bar with cli-progress to avoid random empty lines on the terminal
  • Bugfix: Aborting the confirm dialog of the mkfs command with ctrl+c raised an error