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.
Features
- function to cleanup allocated resources after usage (#161) (a3925e9)
⚠ BREAKING CHANGES
- minimum Node version now 10.12.
Bug Fixes
- address file URL path regression on Windows (#146) (bb04c56)
Bug Fixes
- fix undefined line in branches and functions (#139) (f5ed83d)
Bug Fixes
- use original source path if no sources (#135) (64b2c86)
Features
⚠ BREAKING CHANGES
- address off by one error processing branches (#127)
Bug Fixes
Bug Fixes
- build: use new relese-please strategy (c8edd37)
- source-maps: reverts off by one fix for ignore (#123) (a886fb8)
⚠ BREAKING CHANGES
- address off by one error processing branches (#118)
Features
- add support for 1:1 sourcesContent (ac3c79a)
Bug Fixes
Bug Fixes
⚠ BREAKING CHANGES
- drop Node 8 support (#110)
- source map files with multiple sources will now be parsed differently than source map files with a single source.
Features
Bug Fixes
- address path related bugs with 1:many source maps (#108) (9a618bc)
Build System
Bug Fixes
- handle relative sourceRoots in source map files (#100) (16ad3aa)
Bug Fixes
- handle sourcemap
sources
emtpy edge case (#94) (628af48)
- v8 coverage ranges that fall on \n characters cause exceptions (#96) (c5731a3)
Bug Fixes
- protect against undefined sourcesContent (#89) (5b94fe3)
Bug Fixes
- build: repository field should have type (#87) (f064542)
Features
- use the inline source content if available (#85) (1a6d47f)
Bug Fixes
- loosen engine requirement so it can be installed on node 8 (#82) (18f2587)
⚠ BREAKING CHANGES
- paths are now consistently absolute.
Features
Bug Fixes
- consistently resolve paths to absolute form (#72) (55f4116)
Bug Fixes
- remove scheme from paths before joining (#69) (10612fa)
Bug Fixes
- fs.promises was not introduced until 10 (#67) (cdcc225)
Bug Fixes
- regex for detecting Node < 10.16 was off (4ca7220)
Bug Fixes
- Node >10.16.0 now uses new module wrap API (7d7c9cb)
Bug Fixes
- logic for handling sourceRoot did not take into account process.cwd() (#39) (6ed9524)
Build System
Features
Bug Fixes
- deps: source-map should be dependency not dev-dependency (3f6208e)
Bug Fixes
- the line with the ignore comment itself should be skipped (#25) (e939594)
Bug Fixes
- we should ignore functions and branches (#24) (d468559)
Features
- allow uncovered lines to be ignored with special comment (#23) (f585cfa)
Bug Fixes
- initial column could be 0 on Node 10, after wrapper taken into account (#22) (aa3f73b)
Features
BREAKING CHANGES
- v8-to-istanbul is now async, making it possible to use the latest source-map library
Features
- store source so that it can be used by SourceMaps (#18) (5afafd6)
Bug Fixes
- don’t assume files to have CR characters on Windows (#16) (c59a21a)
Bug Fixes
- Node 11 no longer wraps scripts by default (#15) (fbbd113)
Bug Fixes
Bug Fixes
Features
- allow wrapper length to be configured (#9) (5e76198)
BREAKING CHANGES
- we no longer attempt to detect ESM modules, rather the consumer sets a wrapper length
Features
1.1.0 (2017-12-01)
Features