Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 632 Bytes

CHANGELOG.md

File metadata and controls

31 lines (20 loc) · 632 Bytes

0.2.4

  • Fixed memory leak with event errors
  • Fixed event send error handling
  • Reduced logging on errors

0.2.3

  • Use new session id format

0.2.2

  • Fixed issue with settings importer

0.2.1

  • WebGL build handling
  • WebRequest helper added

0.2.0

  • Events are now sent in batches to reduce network overhead
  • Automatic flush of events when app loses focus
  • While offline, events will be enqueue and sent when the app is back online
  • Added an option to set the appVersion during initialization
  • Replaced MiniJSON for TinyJSON for better serialization
  • Fixed issue with OS version

0.0.1

  • Initial release