Skip to content

Latest commit

 

History

History
73 lines (37 loc) · 4.29 KB

CHANGELOG.md

File metadata and controls

73 lines (37 loc) · 4.29 KB

Changelog

1.2.0

Patch Changes

  • 57ae209 (#214): fix(ios): getConfigValue is deprecated
  • a6a0720: fix(ios): retain all events until consumed

1.1.0

Patch Changes

  • 3b45e52: fix: set plugin config class name to FirebaseMessaging

1.0.0

Major Changes

Minor Changes

  • fa93e28 (#145): refactor!: tokenReceived event is no longer triggered by the getToken method (BREAKING CHANGES: see BREAKING.md)

0.5.1

Patch Changes

  • d78f6ae (#144): fix(ios): initial tokenReceived event contains invalid token value
  • c8543f6 (#149): fix(android): catch all native errors and pass to the webview

0.5.0

Minor Changes

  • e72bb95: fix(android)!: removeDeliveredNotifications crash (BREAKING CHANGES: see BREAKING.md)

Patch Changes

  • e72bb95: fix(ios): APNS device token not set before retrieving FCM Token
  • e72bb95: fix: GetTokenOptions parameter is now optional

0.3.1

Patch Changes

  • c1a30cb (#106): fix(web): messaging/unsupported-browser error when loading the plugin
  • 35d4407 (#95): chore(deps): update native dependencies

0.3.0

Minor Changes

  • 40b786a (#89): fix(ios)!: receive background notifications (BREAKING CHANGES: see BREAKING.md)

Patch Changes

  • 20db43e (#90): fix(android): getToken should trigger tokenReceived

0.2.2

Patch Changes