All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.1.0-beta.6 (2021-03-14)
- remove unused import and add todo (fee26d3)
- update readme (b5ce4ac)
- update version in main heading (eebff77)
0.1.0-beta.5 (2021-03-06)
- dependents detection (7ffabc2)
- add demo (a1addc5)
- add new demo (c13fd19)
- bump version in run.ts (33436e2)
- remove imports (6cd01f9)
- replace demo (5bd5d14)
0.1.0-beta.4 (2021-02-26)
- cache invalidation (3041cfe)
0.1.0-beta.3 (2021-02-08)
- add option to disable optional pipeline steps (closes #30) (79b55e8)
- add outdated only option (closes #33) (3e82889)
- add profiling option (closes #29) (987ccb0)
- refactor cli reporter and add json reporter (closes #31) (842abed)
0.1.0-beta.2 (2021-02-06)
- pipeline processing (closes #24, closes #26) (ea5cf2a)
- use non-blocking fs functions (closes #25) (42a6433)
tools
path in component search
- Removed GitHub authentication
### Added
- Expose pipeline service and steps.
- API documentation.
- Exposed
runServiceDiscovery
as a service classServiceDiscovery
.
- rimraf in dependencies instead of devDependencies.
- Force run option (cache invalidation).
- Option to specify the log file location.
- Use GitHub API to retrieve vf-core latest release version.
- Split commands: run and config.
- Get used and latest component version.
- Get component config.
- Get dependents for each installed component.