Skip to content

Latest commit

 

History

History
144 lines (79 loc) · 9.53 KB

CHANGELOG.md

File metadata and controls

144 lines (79 loc) · 9.53 KB

0.6.2 (2022-02-20)

Bug Fixes

  • ios: repeated trigger onNotificationReceived event (e81e199)

0.6.1 (2022-02-15)

Bug Fixes

0.6.0 (2021-03-16)

Bug Fixes

  • example: update podfile.lock and add FIRDebugEnabled (5f72cac)

Features

  • ios, Android: introduced analytics (1ccfdc8)

0.5.1 (2021-02-04)

Features

  • android: add notification icon color (578e1ef)

0.5.0 (2021-02-03)

Features

  • android: remove custom receiver and change to explicit broadcast (2f581d3)

0.4.0 (2021-02-03)

Features

  • android: add custom receiver (7d3db49)
  • ios: remove saved notification (5cab59e)

0.3.0 (2021-02-03)

Bug Fixes

  • ios: duplicated event and no handler warning (ef56307)
  • ios: enhance getInitialNotification (d85fa68)

Features

  • ios: trigger event on background and fix getInitialNotification on user open app directly (a7ca590)

0.2.4 (2021-01-30)

Bug Fixes

  • ios: fix crash when token is nil and also fix no listeners warning (59258ec)

0.2.3 (2021-01-30)

Bug Fixes

  • android: notification not shown on huawei (1ddeaa0)
  • ios: didReceiveRegistrationToken not working (7484435)
  • ios: not register remote notification on getToken after deleteToken (354a593)

0.2.2 (2021-01-12)

Bug Fixes

  • ios: unable receive notification after reopen (adc93c0)

0.2.1 (2021-01-11)

Bug Fixes

  • android: Could not convert class android.os.UserHandle on Xiaomi (888bc4d)

0.2.0 (2021-01-08)

Features

  • ios, android: rename apis and tag platform (fd2e56b)

0.1.1 (2021-01-07)

Bug Fixes

  • android: unmatched notification in getInitialNotification (0d542d6)
  • ios, android: unsubscript event (ba555dc)

0.1.0 (2021-01-07)

Bug Fixes

  • android: launch Intent (2f7f5fc)
  • example: pod install failed (37be834)
  • example: type error on iOS (f190002)
  • example: update test server (4096163)
  • ios: event unmatch and wrong didReceiveRemoteNotification (6bd15e4)
  • ios, example: build and runtime error (cde80b3)

Features

  • android: add extras (235d416)
  • android: add getInitialNotification and onNotificationReceived (b4b0f50)
  • android: add js event (f97d1b0)
  • android: add more method and code cleanup (16ee8ca)
  • android: add onNewIntent listener (95bf966)
  • android: add onNotificationTap (e42c213)
  • android: introduce fcm sdk (fb793c9)
  • android: support notification icon (b9ab4b2)
  • android, example: add isNotificationsEnabled (f5b6c7d)
  • android, example, server: make notification works and add some util funcs to accessing more information (8c2f70d)
  • example: customizing message (5575e54)
  • ios: add getInitialNotification (7a77891)
  • ios: add hasPermission (395e9f2)
  • ios: add unregister (a13ab52)
  • ios: convert notification structure (73b1fba)
  • ios: introduce event and add badge (1200abe)
  • ios: real send event to js (e004e56)
  • ios, example: introduce ios sdk (a7b0431)
  • ios, example: make ios works (a4689b1)
  • server: add a server example for test (d4b4a79)
  • server: add apns config to message (95208df)
  • server: custom message content (12271d4)