platformio-node-helpers

Collection of Node.JS helpers for PlatformIO.Org

APACHE-2.0 License

Downloads
374
Stars
18
Committers
5

Bot releases are hidden (Show)

platformio-node-helpers - 5.1.0

Published by ivankravets about 5 years ago

  • Python 3 has the highest priority over the Python 2
  • Use Python 3.7 as a default installer for Windows
platformio-node-helpers - 5.0.5

Published by ivankravets about 5 years ago

  • Fixed an issue with incorrect checking of a valid Python 3 interpreter (issue #9)
platformio-node-helpers - 5.0.4

Published by ivankravets about 5 years ago

  • Catch "ModuleNotFoundError: No module named 'distutils" error
platformio-node-helpers - 5.0.3

Published by ivankravets about 5 years ago

  • Show multi-environment tasks when more than one env is declared
  • Automatically add auto label for autogenerated issue
platformio-node-helpers - 5.0.2

Published by ivankravets about 5 years ago

  • Fix issue when non-multi-environment tasks were listed in Project Tasks
platformio-node-helpers - 5.0.1

Published by ivankravets over 5 years ago

  • Fix for support Node.JS >=8
platformio-node-helpers - 5.0.0

Published by ivankravets over 5 years ago

  • Add support for Python 3 and its "venv" module
  • Add "Fuses" related project tasks (issues #5, #6)
  • Add "Erase" project task for Espressif and Nordic dev/platforms
  • Add PIO Remote project tasks
  • Implement ProjectConfig parser follows PIO Core 4.0 specification
  • Support custom port for PIO Home server
  • Override default ~/.platformio/penv folder with environment variable PLATFORMIO_PENV_DIR (issue #4)
  • Do not encode Github title and description (issue #7)
platformio-node-helpers - 4.1.0

Published by ivankravets over 5 years ago

  • Use EnvBinDir as CWD for runCommand by default
  • Use ".platformio" directory in the root of disk if it was created before (Windows)
platformio-node-helpers - 4.0.0

Published by ivankravets almost 6 years ago

  • Catch errors when upgrading PIP
  • Drop SockJS, switch to native WebSockets
  • Update dependencies
  • Check for official Python installation on Windows (resolve issue with static sys.prefix and custom python builds)
platformio-node-helpers - 3.5.3

Published by ivankravets almost 6 years ago

  • A better explanation about PIP issue on Windows
  • Catch all installation errors
platformio-node-helpers - 3.5.2

Published by ivankravets almost 6 years ago

  • Use actual Python path when creating virtual environment
  • Shutdown all PIO Home servers when can't start a new one
platformio-node-helpers - 3.5.1

Published by ivankravets almost 6 years ago

  • Refactor library bundling
  • Update PIP to 18.1
platformio-node-helpers - 3.4.0

Published by ivankravets almost 6 years ago

  • Add support for upcoming native WebSockets for PIO Home
  • Update Virtualenv to 16.1.0
platformio-node-helpers - 3.3.2

Published by ivankravets almost 6 years ago

  • Remove debug info
platformio-node-helpers - 3.3.1

Published by ivankravets almost 6 years ago

  • Convert rejected strings to the error objects
platformio-node-helpers - 3.3.0

Published by ivankravets almost 6 years ago

  • Implement "reportError" API
platformio-node-helpers - 3.2.0

Published by ivankravets about 6 years ago

  • Export project TaskItem to API
platformio-node-helpers - 3.1.2

Published by ivankravets about 6 years ago

  • Improve task filter
platformio-node-helpers - 3.1.1

Published by ivankravets about 6 years ago

  • Revert back to Python 2.7.13, resolve issue with "_remove_dead_weakref"
  • Do not look for Python27 in C drive (just in PATH)
  • Rebuild index synchronously for multiple projects
  • Use valid IDE's GitHub repository for error reporting
  • Do 3 attempts for starting PIO Home Server
platformio-node-helpers - 3.1.0

Published by ivankravets about 6 years ago

  • Use specified ide when rebuilding project index