Releases: square/invert
Releases ยท square/invert
0.0.8
What's Changed
- Update For 0.0.8 SNAPSHOT by @steve-the-edwards in #86
- Write Individual JSON and SARIF files from ReportWriter by @steve-the-edwards in #87
- Releasing 0.0.8 by @steve-the-edwards in #88
Full Changelog: 0.0.7-dev...0.0.8
0.0.7-dev
What's Changed
- bump snapshot to 0.0.7-dev-SNAPSHOT by @mannydelgado in #82
- Remove println that prints every StatTotalAndMetadata value by @amorde in #83
- Add Base Model for TDI and Export to JSON in InvertTask by @steve-the-edwards in #84
- Release 0.0.7-dev by @steve-the-edwards in #85
Full Changelog: 0.0.6-dev...0.0.7-dev
0.0.6-dev
What's Changed
- Bump snapshot version to 0.0.6 by @mannydelgado in #78
- Export to JSON and SARIF after Aggregating Stats Phase by @steve-the-edwards in #79
- Aggregation and File Writing Updates by @steve-the-edwards in #80
- Bump release to 0.0.6-dev by @mannydelgado in #81
New Contributors
- @steve-the-edwards made their first contribution in #79
Full Changelog: 0.0.5-dev...0.0.6-dev
0.0.5-dev
What's Changed
- Bump to the new snapshots version by @mannydelgado in #67
- Update README.md to show proper snapshot version by @mannydelgado in #69
- Upgrade to Kotlin 2.1.21 and upgrade other libraries to compatible versions by @handstandsam in #70
- Fix Kotlin 2.1.21 webpack resources issue by @handstandsam in #71
- Rename 'tech debt' to 'stats burndown' by @kdaker in #75
- Replace deprecated getDependencyProject() method with Gradle 9-compatible version by @MichaelEvans in #76
- Bump release to 0.0.5-dev by @mannydelgado in #77
New Contributors
- @kdaker made their first contribution in #75
- @MichaelEvans made their first contribution in #76
Full Changelog: 0.0.4-dev...0.0.5-dev
0.0.4-dev
What's Changed
- Huge changes, too many for one commit... but here we go! 0.0.4-dev-SNAPSHOT beings by @handstandsam in #31
- Compute totals by module and by ownership. by @handstandsam in #33
- Added Historical Data by @handstandsam in #35
- Historical data param, git tagName by @handstandsam in #36
- Making invert more build system agnostic. by @handstandsam in #37
- Breaking Model Changes - Report Metadata and Totals by @handstandsam in #39
- Ownership Revamp by @handstandsam in #41
- Fixing navigation to stop adding on random "#" to the URL by @handstandsam in #42
- Split apart stat js by @handstandsam in #43
- StatMetadata "description" -> "title" and new "description" field. by @handstandsam in #45
- Revert "StatMetadata "description" -> "title" and new "description" field." by @handstandsam in #46
- Added new (optional) markdown string "documentation" field for a Stat. by @handstandsam in #47
- Better handling of different BuildSystems by @handstandsam in #48
- Added a new AllOwners field to the InvertOwnershipCollector by @handstandsam in #49
- Intellij Auto Formatting for Invert code by @handstandsam in #50
- Tech Debt Report Page and StatMetadata 'title' property added. by @handstandsam in #51
- Tech Debt Page Cleanup by @handstandsam in #52
- Putting Gradle Specific Nav items after custom nav items. by @handstandsam in #53
- Removed global stats object and added "owner" to Code Reference Stat export by @handstandsam in #54
- Delete unused InvertAllCollectedData type by @amorde in #56
- Bug Fix: Owner and module weren't getting added correctly. by @handstandsam in #57
- Update stat to include a new uniqueId based from filepath and startline by @mannydelgado in #58
- Add sarif support to Invert using sarif4k by @mannydelgado in #60
- Fix issue with Extras Metadata object and add test case. by @mannydelgado in #62
- Migrate to Sonatype Central Portal by @JakeWharton in #59
- Allow owner/module to be used in properties sarif by @mannydelgado in #63
- Update vanniktech-maven-publish to 0.33.0 by @mannydelgado in #65
- Add signMavenPublication to invert-owners by @mannydelgado in #66
- Bump release to 0.0.4-dev by @mannydelgado in #61
New Contributors
- @amorde made their first contribution in #56
- @mannydelgado made their first contribution in #58
- @JakeWharton made their first contribution in #59
Full Changelog: 0.0.3-dev...0.0.4-dev
0.0.3-dev
What's Changed
- Added in "ExtraMetadata" for CodeReferences and changed CollectedStatType -> DataType. by @handstandsam in #20
- gradlePath -> modulePath by @handstandsam in #21
- Ensure proper ordering of Gradle Task Execution between "clean" and "collect" tasks. by @handstandsam in #22
- Release Version 0.0.3-dev by @handstandsam in #32
Full Changelog: 0.0.2-dev...0.0.3-dev
0.0.2-dev
What's Changed
- 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
StatMetadatawhich 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.
Full Changelog: 0.0.1-dev...0.0.2-dev
0.0.1-dev
Initial Published Version