Skip to content

Latest commit

 

History

History
149 lines (64 loc) · 7.48 KB

CHANGELOG.md

File metadata and controls

149 lines (64 loc) · 7.48 KB

3.0.1 (2023-10-11)

Bug Fixes

  • Android: Register background service in package AndroidManifest.xml (#184) (32e9d20)

3.0.0 (2022-12-21)

Bug Fixes

  • Android: Fix crash when targeting SDK 31+ (#165) (c70554e)

BREAKING CHANGES

  • Android: targetSdkVersion is now required to be 31+ for Android users.

2.6.7 (2022-04-25)

Bug Fixes

2.6.6 (2022-03-22)

Bug Fixes

2.6.5 (2021-10-15)

Bug Fixes

  • Android: Add RN 0.65 event emitter stubs (83d4621), closes #103

2.6.4 (2021-10-04)

Bug Fixes

  • Android: Fix Gradle 7 and Android S compatibility (e7452ba), closes #88 #87

2.6.2 (2021-06-30)

Bug Fixes

  • Fix IllegalStateException "Not allowed to start service Intent" (1ba26c7)

2.6.1 (2021-06-09)

Bug Fixes

2.6.0 (2021-03-14)

Features

2.5.3 (2021-02-26)

Bug Fixes

2.5.2 (2020-10-25)

Bug Fixes

2.5.1 (2020-10-01)

Bug Fixes

2.5.0 (2020-09-06)

Features

  • Android: Add progress bar to notification (#41) (2ed041d)

2.4.0 (2020-09-04)

Features

  • Android: Add deep linking support when clicking on notification (#40) (c0849e3)

2.3.0 (2020-09-02)

Features

  • Android: Add updateNotification() method (#37) (7582ed7)

2.2.0 (2020-02-24)

Features

  • Add TypeScript declaration files (#15) (1c9f9b1)

2.1.0 (2020-02-20)

Features

  • Know the task's state with isRunning() method (#13) (d3954dd)

2.0.0 (2020-02-20)

Features

  • Allow non-serializable parameters (#12) (e3ccbbe)

BREAKING CHANGES

  • This breaks compatibility with the old parameters handling

1.2.0 (2020-02-20)

Features

  • Allow non-serializable parameters (#12) (9addd1e)

1.1.0 (2020-01-30)

Features

  • Android: Set notification color (3f7fb1a)