Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 915 Bytes

File metadata and controls

19 lines (12 loc) · 915 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.1.0] - 2026-01-27

  • Synchronous methods trackSync(), identifySync(), and groupSync() for cases requiring send confirmation

  • getQueueSize() method to check number of queued events

  • onError and onSuccess callback options for batch send results

  • SendException class for handling synchronous operation failures

  • Support for group-only events using groupId without userId for organization-level tracking

  • Documentation updated to support both analytics modes (Companies & Teams vs Individual Customers)

  • BREAKING: Remove IP tracking - the ip() option has been removed from TrackOptions, IdentifyOptions, and GroupOptions