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
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
Bug Fixes
⚠ BREAKING CHANGES
- The API is completely rewritten, the export is now an
Array.
- Propagated variables are no longer supported. For this
functionality preload a local module which uses
process-on-spawn
directly.
Features
Features
Bug Fixes
- Properly handle backslashes in paths on Node.js 12 (#2) (2ad4448)
Bug Fixes
- esm must be loaded from the internal/preload module (a5444dd)
Bug Fixes
- Add
main
to package.json (6b39401)
- Handle situations where a preload might require node-preload. (3b41164)
0.1.0 (2019-09-23)
Features