File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Change Log
22
3- _ 2024-11-27_
3+ ## Version 0.0.6-dev
4+
5+ _ 2025-11-10_
6+
7+ * Improved export functionality to run after the aggregating stats phase for better data collection.
8+ * Enhanced stat aggregation by passing all accumulated stats to collectors during aggregation.
9+ * Migrated to OKIO for buffered file writing for improved performance.
10+
11+ ** Full Changelog** : https://github.com/square/invert/compare/0.0.5-dev...0.0.6-dev
412
513## Version 0.0.5-dev
614
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx16g
22kotlin.code.style =official
33android.useAndroidX =true
44group =com.squareup.invert
5- version =0.0.6-dev-SNAPSHOT
5+ version =0.0.6-dev
66
77# https://kotlinlang.org/docs/dokka-migration.html#enable-migration-helpers
88org.jetbrains.dokka.experimental.gradle.pluginMode =V2Enabled
You can’t perform that action at this time.
0 commit comments