platformio-node-helpers

Collection of Node.JS helpers for PlatformIO.Org

APACHE-2.0 License

Downloads
374
Stars
18
Committers
5

Bot releases are visible (Hide)

platformio-node-helpers - 3.0.0

Published by ivankravets about 6 years ago

  • Implement Project Indexer and Task Manager
  • Extend misc API with isPIOProject, arrayRemove, and disposeSubscriptions helpers
  • Skip shutdown server when it has not been started yet
platformio-node-helpers - 2.1.0

Published by ivankravets about 6 years ago

  • Update PIP to 18.0
  • Add "getErrorReportUrl" to misc API
  • Check PIO Core updates every 7 days
  • Do not upgrade PIO Core packages automatically
platformio-node-helpers - 2.0.4

Published by ivankravets over 6 years ago

  • Downgrade to JSON-RPC 1.0 and fix "Cannot find module 'tslib'"
platformio-node-helpers - 2.0.2

Published by ivankravets over 6 years ago

  • Fixed "PIP: Command "python setup.py egg_info" failed" error
platformio-node-helpers - 2.0.1

Published by ivankravets over 6 years ago

platformio-node-helpers - 2.0.0

Published by ivankravets over 6 years ago

  • Drop "autorunPIOCmds" from params; install PIOHome dependencies
  • Skip Python interpreter from MinGW
platformio-node-helpers -

Published by ivankravets over 6 years ago

  • Install virtualenv to the global scope if possible
  • Handle PIO Home server errors
platformio-node-helpers - 0.6.2

Published by ivankravets over 6 years ago

  • Speed up finding of compatible Python interpreter
platformio-node-helpers - 0.6.1

Published by ivankravets over 6 years ago

  • Use Python from virtualenv when installing PIO Core
platformio-node-helpers - 0.6.0

Published by ivankravets over 6 years ago

  • Use the latest Python 2.7.15 and VirtualEnv 16.0.0
  • Call pip as Python module
  • Reduce console logs from error to warning
platformio-node-helpers - 0.5.2

Published by ivankravets over 6 years ago

  • Update virtualenv to 15.2.0
  • Try to upgrade PIP in virtualenv (eliminate TLS issue)
platformio-node-helpers - 0.5.1

Published by ivankravets over 6 years ago

  • Allow multiple "when" items for autorunCmds
platformio-node-helpers - 0.5.0

Published by ivankravets over 6 years ago

  • Allow running the custom commands for pre-install and post-install actions
platformio-node-helpers - 0.4.3

Published by ivankravets over 6 years ago

  • Do not start multiple IDE CMDs listeners
  • Skip empty params to PIO Home Frontend
platformio-node-helpers - 0.4.2

Published by ivankravets over 6 years ago

  • Fix endless loop with installing PIO Core
platformio-node-helpers - 0.4.1

Published by ivankravets over 6 years ago

  • Fix "Cannot read property 'theme' of undefined"
platformio-node-helpers - 0.4.0

Published by ivankravets over 6 years ago

  • Configurable PIO Home frontend (multi-themes, workspaces)
  • Download PIO Core source files with Node.JS (avoid TLS issue with GitHub)
platformio-node-helpers - 0.3.7

Published by ivankravets over 6 years ago

  • Fix issue with upgrading from stable to development version of PIO Core
platformio-node-helpers - 0.3.6

Published by ivankravets over 6 years ago

  • Use a custom HOME environment variable for Windows
platformio-node-helpers - 0.3.5

Published by ivankravets over 6 years ago

  • Fix MSI installer when UserName contains a space