CHANGELOG.md 718 Bytes
Newer Older
Libin Lu's avatar
Libin Lu committed
1 2
RELEASE NOTE MOVED TO [Release Section](https://github.com/evollu/react-native-fcm/releases)

Libin Lu's avatar
Libin Lu committed
3
### 1.0.13 BREAKING CHANGES
Libin Lu's avatar
Libin Lu committed
4
- get initial intent inside module, support rn 0.29.0 (for people upgrading from older version, change `new FIRMessagingPackage(getIntent())` back to `new FIRMessagingPackage()`)
5
- remove initAction as it is just duplication of initData
Libin Lu's avatar
Libin Lu committed
6

Libin Lu's avatar
Libin Lu committed
7 8 9
### 1.0.12
DON'T USE

Libin Lu's avatar
Libin Lu committed
10 11 12 13 14 15
### 1.0.11
- change android library version to use 9.+ instead of 9.0.1 so it lives well with other libraries

### 1.0.10
- added support for projects not using cocoapods

Libin Lu's avatar
Libin Lu committed
16 17 18
### 1.0.9
- added FCM.on support
- returns string token instead of object for FCM.on('refreshToken') event 
Libin Lu's avatar
Libin Lu committed
19
- added support for subscribe/unsubscribe topic feature