Skip to content

Latest commit

 

History

History
173 lines (89 loc) · 7.82 KB

CHANGELOG.md

File metadata and controls

173 lines (89 loc) · 7.82 KB

Changelog

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)

Features

Bug Fixes

  • getting exact versions when multiple versions are present (82434a4)
  • js config retrieval (cd534ba)

Refactoring

  • logging and error handling (closes #41) (5eafbfa)

Others

  • remove unused import and add todo (fee26d3)
  • update readme (b5ce4ac)
  • update version in main heading (eebff77)

0.1.0-beta.5 (2021-03-06)

Features

  • add project types for dependents detection (closes #35) (f92d62e)

Refactoring

Tests

Others

0.1.0-beta.4 (2021-02-26)

Features

  • add formatters for cli-reporter (closes #34) (67108bf)
  • add versions visual comparison (d4c9847)

Bug Fixes

Refactoring

Docs

  • add module docs from TypeDoc (4a5606c)
  • make default values preformatted (501e09c)

Others

  • bump version (a2d329b)
  • remove docs from readme and point to docs (95d7258)

0.1.0-beta.3 (2021-02-08)

Features

  • 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)

Refactoring

  • add cache for project exact version (closes #28) (4d47eed)

Tests

  • fix configuration, get exact version tests (77a5a8e)
  • fix getExactVersion tests (dd464ca)

Others

Docs

  • add new features documentation (173e90c)
  • amend documentation (2089ed7)

0.1.0-beta.2 (2021-02-06)

Refactoring

0.1.0-beta.1

Added

  • tools path in component search

Changed

  • Removed GitHub authentication

0.1.0-beta.0

### Added

  • Expose pipeline service and steps.
  • API documentation.

Changed

  • Exposed runServiceDiscovery as a service class ServiceDiscovery.

0.1.0-alpha.2

Changed

  • rimraf in dependencies instead of devDependencies.

0.1.0-alpha.1

Added

  • Force run option (cache invalidation).
  • Option to specify the log file location.

Changed

  • Use GitHub API to retrieve vf-core latest release version.
  • Split commands: run and config.

0.1.0-alpha.0

Added

  • Get used and latest component version.
  • Get component config.
  • Get dependents for each installed component.