Change Log
Unreleased¶
Added¶
- Migrated from Gradle Nexus publishing library to Gradle Maven Publish Plugin(#86).
Dependencies¶
- Bumped gradle to
v8.14.3(#85) - Bumped kotlinx-serialization-json to
v1.9.0(#84) - Bumped atomicfu to
v0.29.0(#83) - Bumped AGP to
v8.11.0(#81) - Bumped dev.mokkery to
v2.9.0(#80) - Bumped kotlin to
v2.2.0(#79) - Bumped lifecycle-viewmodel-compose to
v2.9.1(#78) - Bumped compose-gradle-plugin to
v1.8.2(#77) - Bumped kermit to
v2.0.6(#75) - Bumped appcompat to
v1.7.1(#72) - Bumped data-table-material3 to
v0.11.4(#70) - Bumped lifecycle-viewmodel-compose to
v2.9.0(#66)
1.3.0 - 2025-05-21¶
Added¶
- Migrated from using OSSRH to Sonatype Central Portal(#64).
Fixed¶
- Fixed the issue of custom fonts not loading on iOS devices and instead loading the default system font(#63).
Documentation¶
- Updated documentation with Sonatype Central Portal's URLs.
Dependencies¶
- Bumped sqldelight to
v2.1.0(#62) - Bumped kotlinx collections immutable to
v0.4.0(#61) - Bumped kotlin to
v2.1.21(#60) - Bumped agp to
v8.10.0(#58) - Bumped compose multiplatform to
v1.8.0(#57) - Bumped gradle to
v8.14(#56) - Bumped kotlinx coroutines to
v1.10.2(#53) - Bumped kotlinx serialization json to
v1.8.1(#51) - Bumped androidx benchmark marco junit4 to
v1.3.4(#50) - Bumped jsontree androidx baseline profile to
v1.3.4(#49) - Bumped dev.mokkery to
v2.7.2(#47)
1.2.0 - 2025-03-23¶
Added¶
- Added ability to toggle sending of analytics events to tracking tools. Useful for GDPR compliance.
- Added support for sending user properties to analytics trackers.
Documentation¶
- Added multi-version support to the project documentation based on the library version. Now you should be able to select the documentation for the library version.
Dependencies¶
- Bumped data-table-material3 to
v0.11.3 - Bumped activity-compose to
v1.10.1 - Bumped jsontree to
v2.5.0 - Bumped agp to
v8.9.0 - Bumped dev.mokkery to
v2.7.1
1.1.0 - 2025-02-22¶
Changed¶
- Made
KAnalyticsEvent#propertiesaMapinstead of aMutableMap-- Breaking change. - Updated
KAnalyticsEvent#copyfunction'sparametersname topropertiesof typeMapinstead ofMutableMap-- Breaking change. - Renamed
KAnalyticsEvent#addParametertoKAnalyticsEvent#addProperty-- Breaking change. - Renamed
KAnalyticsEvent#addParameterstoKAnalyticsEvent#addProperties-- Breaking change.
1.0.0 - 2025-02-21¶
Added¶
- Initial release of KAnalytics core library.
- Initial release of KAnalytics Viewer app.
See documentation for more details: https://addhen.github.io/kanalytics/