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.
⚠ BREAKING CHANGES
- ProcessInfo#save is now async
- ProcessInfo#getCoverageMap is now async
- ProcessDB#writeIndex is now async
- ProcessDB#readIndex is now async
- ProcessDB#readProcessInfos is now async
- ProcessDB#renderTree is now async
- ProcessDB#buildProcessTree is now async
- ProcessDB#getCoverageMap is now async
- ProcessDB#spawn now returns a Promise which resolves to
the child process object
- ProcessDB#spawnSync has been removed
- ProcessDB#expunge is now async
Bug Fixes
Features
Bug Fixes
Features
- Require Node.js 8, update dependencies (#10) (36f03c0)
BREAKING CHANGES
- ProcessInfo field and property
processInfoDirectory
is
renamed to directory
.
- ProcessDB readonly property
dir
is renamed to
directory
.
- ProcessInfo directory must be set if
.save()
will be
used. It is no longer calculated from NYC_CONFIG environment.
- Require Node.js 8, update dependencies (#10)
- The
root
field has been removed from processinfo files.