Releases: square/invert
Releases Β· square/invert
0.0.14
Changes since 0.0.13
- Add chunked JSON transport for large stat payloads. Stats exceeding 2 MB are split into parallel-fetchable chunks alongside the legacy single-file JS. The runtime tries chunked loading first and falls back to legacy if no manifest is found.
- Bump browser-side loading timeouts from 10s/30s to 15s/120s and replace
window.alert()on timeout with bounded state cleanup.
Full Changelog: 0.0.13...0.0.14
0.0.13
Version 0.0.13
- Stream SARIF serialization with sarif4k 0.7.0 to avoid materializing very large SARIF reports as a single string before writing.
Full Changelog: 0.0.12...0.0.13
0.0.11
What's Changed
- Expose owner details metadata through
InvertAllCollectedDataRepo.getOwners()for collector aggregation enrichment.
Full Changelog: 0.0.10...0.0.11
v0.0.10
Changes
- Fix composite build (
includeBuild) ClassNotFoundException for KMPinvert-modelsdependency (#94) - Add dark mode support (#93)
Full Changelog: 0.0.9...0.0.10
0.0.9
What's Changed
- Add support for filtering code references by values in 'extras' by @amorde in #55
- Fix NullPointerException when resolving ownership by @handstandsam in #90
- Release v0.0.9 by @handstandsam in #91
Full Changelog: 0.0.8...0.0.9
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