Skip to content

Releases: klimeapp/klime-js

v1.3.0

10 Mar 15:51
9aed506

Choose a tag to compare

Release v1.3.0

v1.2.1

17 Feb 15:20
1fa27d3

Choose a tag to compare

Release v1.2.1

v1.2.0

03 Feb 13:57
d574fdc

Choose a tag to compare

  • Universal module support: both @klime/browser and @klime/node now ship dual ESM/CJS builds, working out of the box with import and require() without special bundler configuration

v1.1.0

27 Jan 12:50
d7026c8

Choose a tag to compare

  • Sync methods for all operations: trackSync(), identifySync(), groupSync() that return BatchResponse or throw SendError

  • getQueueSize() method to check number of queued events

  • Support for group-only events: pass groupId without userId for organization-level tracking (webhooks, cron jobs, system metrics)

  • onError and onSuccess callbacks in client configuration

  • Custom logger option for configurable logging

  • Export SendError, BatchResponse, Logger, KlimeConfig, TrackOptions, and Event types

  • BREAKING: IP tracking removed from all SDKs - the ip option is no longer supported in track calls

v1.0.3

10 Dec 14:48
ee0ebfc

Choose a tag to compare

No user-facing changes in this release.

v1.0.2

10 Dec 14:40
2520d5b

Choose a tag to compare

  • LICENSE file and updated project metadata

  • Updated SDK endpoints for improved consistency

v1.0.1

27 Nov 15:22
75a8dd5

Choose a tag to compare

  • Initial release