Skip to content

Latest commit

 

History

History
139 lines (76 loc) · 7.29 KB

CHANGELOG.md

File metadata and controls

139 lines (76 loc) · 7.29 KB

Changelog

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

5.0.1 (2023-05-08)

Bug Fixes

  • Use Capacitor ^5.0.0 instead of next (#145) (d8f6354)

5.0.0 (2023-05-08)

4.0.0 (2023-05-08)

⚠ BREAKING CHANGES

  • Update to Capacitor 5 (#144)

Features

3.0.2 (2022-12-07)

Bug Fixes

  • check if task is successful before accessing result to avoid crashes (0304daa)

3.0.1 (2022-11-08)

Bug Fixes

  • add sponsor (e2270f6)
  • android: update firebaseMessagingVersion default value (445b8ac)
  • readme (1cbc83c)

2.0.2 (2021-10-04)

2.0.1 (2021-09-13)

2.0.0 (2021-06-14)

Bug Fixes

  • upgrade to firebase 8 and fix plugin for capacitor 3 (3317a8e)

1.1.2 (2021-06-11)

Bug Fixes

1.1.1 (2021-05-23)

Bug Fixes

  • no need of Firebase/Core (38f186b)
  • tweak demo for capacitor v2 (397409c)

1.1.0 (2021-02-15)

1.0.8 (2020-07-11)

Bug Fixes

  • ios: get token using instanceID (f62d33c)

1.0.7 (2020-07-02)

  • use 2.0.0 instead of latest in package.json

1.0.6 (2020-06-29)

Features

Bug Fixes

1.0.5 (2020-06-29)

Bug Fixes

  • android: refactoring to match community standards. closes #43 #44 (11761b8)

1.0.4 (2020-06-27)

Bug Fixes

1.0.3 (2020-06-27)

1.0.2 (2020-06-27)

Bug Fixes

1.0.1 (2020-06-27)

Bug Fixes

  • ios: Fixing wrong Firebase dependency (6e96be0)

1.0.0 (2020-06-27)

Features

  • README: add androidy notes (9042cba)
  • add android support (f3caba1)
  • FCM: add subscribe to topic (6f0f88d)
  • ios: add getToken and clean project to be publish (ddec39b)
  • add README (863cb25)
  • add unsubscribe from topic (a6a3dee)

Bug Fixes

  • android: add app compat (5709b1d)
  • android: add deps (9927aee)
  • android: cap implementation (b394973)
  • android: package name (f148a20)
  • ios: notifications were not being delivered on a freshed app install (f3d10a5)
  • ios: notifications were not being delivered on a freshed app install (3205224)
  • ios: plugin not working on Case-Sensitive file system (1deb869)
  • podspec: add firebase back (933ddbe)
  • README: add sample app link (ef67512)