Skip to content

Latest commit

 

History

History
93 lines (55 loc) · 5.63 KB

CHANGELOG.md

File metadata and controls

93 lines (55 loc) · 5.63 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.3 (2023-02-02)

1.0.2 (2023-02-02)

Bug Fixes

  • add error handling for failed transactions (5232a2e), closes #21

1.0.1 (2022-12-13)

Bug Fixes

  • does not initialize on iOS < 14 (4656a41), closes #19

1.0.0 (2022-11-25)

Features

Bug Fixes

  • process network response only when status is ok (c2d9e90)

0.2.0 (2022-09-27)

Features

  • add config for crypto (e48931c)
  • add config for database (3b700a6)
  • exclude QoS0 events from batching (0f71815)

0.1.3 (2022-09-20)

0.1.2 (2022-09-20)

Bug Fixes

  • event type when group is empty (65040d0)

0.1.1 (2022-09-20)

Bug Fixes

  • add module in package.json (7ce3497)
  • add module in package.json (0fcc89c)

0.1.0 (2022-09-13)

Features

  • add automatic retriy for QoS1 events (0cd4a28), closes #3
  • add classification for events based on config (d85d5de), closes #5
  • add storage mechanism for QoS1 events (8b10f36), closes #2
  • support QoS1 events (4e9d636)

0.0.7 (2022-09-13)

Features

  • add automatic retriy for QoS1 events (0cd4a28), closes #3
  • add classification for events based on config (d85d5de), closes #5
  • add storage mechanism for QoS1 events (8b10f36), closes #2
  • support QoS1 events (4e9d636)

0.0.6 (2022-08-29)

0.0.5 (2022-08-29)

Bug Fixes

0.0.4 (2022-08-17)

Features

Bug Fixes

  • multiple content-type header addition (2e7136a), closes #1