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
- build: fixed automated release pipeline (1fe9135)
Bug Fixes
- locale: Turkish camelize and decamelize issues with toLocaleLowerCase/toLocaleUpperCase (2617303)
- perf: address slow parse when using unknown-options-as-args (#394) (441f059)
- string-utils: detect [0,1] ranged values as numbers (#388) (efcc32c)
Bug Fixes
- deno: force release for Deno (6687c97)
Bug Fixes
Bug Fixes
Bug Fixes
Bug Fixes
- exports: node 13.0 and 13.1 require the dotted object form with a string fallback (#336) (3ae7242)
Bug Fixes
- exports: node 13.0-13.6 require a string fallback (#333) (291aeda)
Bug Fixes
Features
- string-utils: export looksLikeNumber helper (#324) (c8580a2)
Bug Fixes
- unknown-options-as-args: convert positionals that look like numbers (#326) (f85ebb4)
Features
- adds parse-positional-numbers configuration (#321) (9cec00a)
Bug Fixes
- build: update release-please; make labels kick off builds (#323) (09f448b)
⚠ BREAKING CHANGES
- do not ship type definitions (#318)
Bug Fixes
Code Refactoring
Bug Fixes
Bug Fixes
Bug Fixes
Bug Fixes
- build: push tag created for deno (2186a14)
⚠ BREAKING CHANGES
- adds support for ESM and Deno (#295)
- ts: projects using
@types/yargs-parser
may see variations in type definitions.
- drops Node 6. begin following Node.js LTS schedule (#278)
Features
Bug Fixes
- boolean numeric short option (#294) (f600082)
- raise permission error for Deno if config load fails (#298) (1174e2b)
- deps: update dependency decamelize to v3 (#274) (4d98698)
- types: switch back to using Partial types (#293) (bdc80ba)
Build System
- drops Node 6. begin following Node.js LTS schedule (#278) (9014ed7)
Code Refactoring
Bug Fixes
- setArg: options using camel-case and dot-notation populated twice (#268) (f7e15b9)
Bug Fixes
- array, nargs: support -o=--value and --option=--value format (#262) (41d3f81)
Bug Fixes
- __proto__ will now be replaced with ___proto___ in parse (#258), patching a potential
prototype pollution vulnerability. This was reported by the Snyk Security Research Team.(63810ca)
Features
- introduce single-digit boolean aliases (#255) (9c60265)
⚠ BREAKING CHANGES
- the narg count is now enforced when parsing arrays.
Features
- NaN can now be provided as a value for nargs, indicating “at least” one value is expected for array (#251) (9db4be8)
Features
- introduce greedy-arrays config, for specifying whether arrays consume multiple positionals (#249) (60e880a)
Bug Fixes
⚠ BREAKING CHANGES
- this reverts parsing behavior of booleans to that of yargs@14
- objects used during parsing are now created with a null
prototype. There may be some scenarios where this change in behavior
leaks externally.
Features
- boolean arguments will not be collected into an implicit array (#236) (34c4e19)
- introduce nargs-eats-options config option (#246) (d50822a)
Bug Fixes
- address bugs with “uknown-options-as-args” (bc023e3)
- array should take precedence over nargs, but enforce nargs (#243) (4cbc188)
- support keys that collide with object prototypes (#234) (1587b6d)
- unknown options terminated with digits now handled by unknown-options-as-args (#238) (d36cdfa)
⚠ BREAKING CHANGES
- populate error if incompatible narg/count or array/count options are used (#191)
Features
- options that have had their default value used are now tracked (#211) (a525234)
- populate error if incompatible narg/count or array/count options are used (#191) (84a401f)
Reverts
- revert 16.0.0 CHANGELOG entry (920320a)