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.
Change Log
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
Bug Fixes
- deno: force modern release for Deno (b1c215a)
Bug Fixes
Bug Fixes
- webpack: skip readFileSync if not defined (#117) (6966fa9)
Bug Fixes
Bug Fixes
- exports: node 13.0 and 13.1 require the dotted object form with a string fallback (#105) (4f85d80)
Bug Fixes
- exports: node 13.0-13.6 require a string fallback (#103) (e39921e)
Bug Fixes
Bug Fixes
⚠ BREAKING CHANGES
- exports maps are now used, which modifies import behavior.
- drops Node 6 and 4. begin following Node.js LTS schedule (#89)
Features
Build System
- drops Node 6 and 4. begin following Node.js LTS schedule (#89) (3cc0c28)
4.0.1 (2020-10-25)
Bug Fixes
Bug Fixes
- allow support for falsy values like 0 in tagged literal (#45) (c926123)
Features
- __: added tagged template literal support (#44) (0598daf)
BREAKING CHANGES
- __: dropping Node 0.10/Node 0.12 support