Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGELOG.md 2.7KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.0 (2019-12-20)

⚠ BREAKING CHANGES

  • no longer feature detect spawnSync, present since Node 0.11.
  • Drop support for iojs (#84)
  • explicitly drops support for Node 6

Bug Fixes

Features

2.0.0-beta.0 (2019-10-07)

See 2.0.0 for notes.

1.4.3 (2019-08-23)

Bug Fixes

  • win32: handle cases where “node” is quoted (#102) (aac8730)