Change Log
Unreleased¶
TBA
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#properties
aMap
instead of aMutableMap
-- Breaking change. - Updated
KAnalyticsEvent#copy
function'sparameters
name toproperties
of typeMap
instead ofMutableMap
-- Breaking change. - Renamed
KAnalyticsEvent#addParameter
toKAnalyticsEvent#addProperty
-- Breaking change. - Renamed
KAnalyticsEvent#addParameters
toKAnalyticsEvent#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/