Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.22 KB

CHANGELOG.md

File metadata and controls

30 lines (21 loc) · 1.22 KB

Change Log

2024-11-27

Version 0.0.3-dev

  • Added in the ability to attach "extras" key/value pairs to a CodeReference
  • Renamed gradlePath -> modulePath to be more general.
  • Removed the "Dependency Injection" page that was not generally applicable.
  • Cleaned up "Custom Pages" and now showing them first.
  • Filtering of CodeReferences by owner and module.
  • Added a CodeReferences report page.
  • Added first version of the "Owner Breakdown" page to show CodeReferences tallied by owner.

Full Changelog: https://github.com/square/invert/compare/0.0.2-dev...0.0.3-dev

Version 0.0.2-dev

2024-09-03

  • Introduced the "aggregate" phase which allows analysis to be done once all projects have been analyzed. This gives enables more insights regarding cross-project information and collected stats.
  • Added a "category" to StatMetadata which creates groupings in the left nav.
  • Added a new tabular view for CodeReferences.
  • Shows stat totals on the home page.
  • Bug fixes and other small changes. See all changes here.

Version 0.0.1-dev

2024-06-30