Skip to content

Releases: dannywillems/ocaml-cordova-plugin-push-notifications

v1.1.3

14 Aug 16:36
80c80dc
Compare
Choose a tag to compare

Fix notification sound

Version 1.1.2

24 Oct 09:46
Compare
Choose a tag to compare
  • Use get_[type] data key to get addition data data.key as a type type.
  • Use get_[type]_opt data key to get addition data data.key as a type type option.

Version 1.1.1

05 Oct 15:27
Compare
Choose a tag to compare

FIX:

  • Data_registration.registration_id returns a string and not an integer.

Version 1.1

31 Aug 10:20
Compare
Choose a tag to compare
  • Add off function
  • Add clear_all_notifications
  • Add some comments
  • Change count, sound, image and launch_args to string option instead of string because it seems to be null sometimes
  • Additional_data is also an option.

Version 1.0

17 Jun 18:27
Compare
Choose a tag to compare

First release.