Typescript client for Driftline analytics
1# Changelog
2
3## [0.1.3] - 2025-11-28
4
5### Changed
6
7- Track methods are now fire-and-forget (non-blocking)
8- Methods return `void` instead of `Promise<void>`
9- Analytics calls no longer block app execution
10
11## [0.1.2] - 2025-11-28
12
13### Added
14
15- Full JSDoc documentation for all exports
16- Module-level documentation with examples
17- Examples for all public methods
18
19## [0.1.1] - 2025-11-28
20
21### Fixed
22
23- Added missing license field for JSR publishing
24
25## [0.1.0] - 2025-11-28
26
27Initial release.
28
29### Added
30
31- `AnalyticsClient` class for tracking events
32- `deriveUidFromDid` helper for anonymous user ID generation
33- Support for account, view, and action events