Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 1.2 KB

CHANGELOG.md

File metadata and controls

54 lines (40 loc) · 1.2 KB

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.

[Unreleased]

[1.7.0] - 2021-10-28

Changed

  • Separate debounce and exponential backoff into Strategy classes.

[1.6.1] - 2021-10-26

Fixed

  • Events logged during in flight request with exponential backoff strategy being dropped.

[1.6.0] - 2021-04-07

Added

  • Configuration useExponentialBackoff, maxNumberOfRetries, exponentialBackoffLimit to add an exponential backoff strategy to request retry.

[1.5.0] - 2021-03-26

Added

  • UMD and ESM build types.

[1.4.2] - 2021-03-09

Added

  • Custom header to be added in the request

[1.4.1] - 2020-09-18

Fixed

  • Infinite loop in flush without custom request function.

[1.4.0] - 2020-09-17 [YANKED]

Changed

  • Migrate to TypeScript 🎉

[1.3.4] - 2020-05-18

Fixed

  • Typo on additional info.

[1.3.3] - 2020-05-18 [YANKED]

Fixed

  • Adding additional info.

[1.3.2] - 2020-04-08

Added

  • New shouldParseEventData config

Changed

  • Update documentation