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
Features
Bug Fixes
- Print explicit error if use with babel 6 is attempted (#207) (a12cf16)
Features
- Support turning off node_modules default exclude via flag (#172) (a314f06)
Bug Fixes
Bug Fixes
- Ensure correct scope references after traversal (#192) (201a933)
Bug Fixes
Features
Features
- upgrade to babel 7 and newest istanbul libraries (#158) (a9e1564)
BREAKING CHANGES
- Drop node 4 support, upgrade to babel 7, stop shipping @babel/plugin-syntax-object-rest-spread
4.1.6 (2018-03-09)
- chore: explicit update of istanbul dependencies (#149) (77b6eb7), closes #149
- chore(package): update coveralls to version 3.0.0 (#133) (7045a03), closes #133
- chore(package): update mocha to version 4.0.0 (#134) (38176ba), closes #134
- fix: babel-preset-es2015 => babel-preset-env (#138) (18fe954), closes #138
- fix: include object-spread-syntax plugin (#141) (428a952), closes #141
Bug Fixes
- explicit upgrade to patched version of istanbul-lib-instrument (db8ecbe)
Features
- add includeUntested option to expose coverage of all instrumented files (#80) (b078bbd)
Bug Fixes
- load configuration from process.env.NYC_CONFIG if present (#93) (e902924)
Features
- drop Node 0.10 and 0.12 support, upgrade dependencies to reflect this (#88) (594c03a)
- we can now use the language feature Object.assign (#92) (f77db2a)
BREAKING CHANGES
- I’ve updated dependencies and dropped Node 0.10 and Node 0.12 support.
Bug Fixes
- address regression related to export const foo = () => {} (#79) (f870a8f)
Bug Fixes
- upgrade a bunch of core dependencies (#77) (e764330)
Features
- accept source map input for the visitor (#75) (437e90b)
Chores
- package: update test-exclude to version 3.0.0 (#68) (0396385)
BREAKING CHANGES
- package: test-exclude now adds
**/node_modules/**
as exclude rule by default.
Bug Fixes
- force istanbul-lib-instrument with variable hoisting fix (#64) (209a0cf)
- switch deprecated lodash.assign for object-assign (#58) (6e051fc)
Bug Fixes
- take realpath of cwd, whether or not set in env (#37) (6274d83)
Bug Fixes
- update istanbul-lib-instrument (573e0d4)
Chores
- upgrade to version of test-exclude with new exclude rules (#35) (220ce2b)
BREAKING CHANGES
Bug Fixes
- upgrade to istanbul-lib-instrument with faster babel-generator (#18) (d33263c)
Features
- allow exclude/include options to be passed as Babel plugin config (#16) (cf68421)
Bug Fixes
Bug Fixes
Bug Fixes
- upgrade to version of istanbul-lib-instrument that fixes some out of bounds issues (#6) (a949065), closes #6
1.0.0 (2016-06-26)
Features
- port functionality from coverage, get ready for first release (#2) (2a8ee44)