3.7 KiB
3.7 KiB
Change Log
0.6.0
Minor Changes
-
623b10a3: Custom '--allowlist' takes precedence over '--allowlist-mode'Features
- Custom '--allowlist' takes precedence over '--allowlist-mode' when conflicting. For instance, when running CLI with '--allowlist-mode git --allowlist ./dist' (and .gitignore contained '/dist'), './dist' will still be analyzed.
Patches
- Align naming conventions between CLI and InputDataService.gatherFilesFromDir
0.5.0
Minor Changes
-
ca6c8e62: Allowlist modesFeatures
- Allowlist mode: autodetects whether analyzed repository is a "git" or "npm" (published artifact) repository.
Via the cli
--allowlist-mode 'npm|git|all'and--allowlist-mode-reference 'npm|git|all'can be configured to override the autodetected mode.
Bugfixes
- Clean output extend-docs: strings like '[no-dependency]' will not end up in aggregated result
- Allowlist mode: autodetects whether analyzed repository is a "git" or "npm" (published artifact) repository.
Via the cli
0.4.0
Minor Changes
-
c702e47c: Providence update to fix some issues with target/reference and to allow filtering target project dependencies.Features
- Allow specifying target project dependencies via CLI using
--target-dependenciesflag: When--target-dependenciesis applied without argument, it will act as boolean and include all dependencies for all search targets (node_modules and bower_components). When a regex is supplied like--target-dependencies /^my-brand-/, it will filter all packages that comply with the regex.
Bugfixes
- Use the correct gatherFilesConfig for references/targets
- Provide target/reference result match
- Edit
from-import-to-exporthelper function to work without filesystem lookup. This will allow to supply target/reference result matches tomatch-importsanalyzer
- Allow specifying target project dependencies via CLI using
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
0.3.0 (2020-07-22)
Bug Fixes
- providence-analytics: allow dashboard to run within package (12b6608)
- providence-analytics: allow scoped package refs dashboard (9dea018)
Features
- providence-analytics: supply prev results match-imports (e31d1f5)
0.2.2 (2020-07-13)
Note: Version bump only for package providence-analytics
0.2.1 (2020-06-29)
Bug Fixes
- providence-analytics: extensions argument extend-docs (5bf014b)
0.2.0 (2020-06-29)
Features
- providence-analytics: cli arguments extend-docs (7299665)
- providence-analytics: filepath matching based on anymatch (54d06b9)