Releases: dannywillems/ocaml-cordova-plugin-push-notifications
Releases · dannywillems/ocaml-cordova-plugin-push-notifications
v1.1.3
Version 1.1.2
- Use
get_[type] data key
to get addition datadata.key
as a typetype
. - Use
get_[type]_opt data key
to get addition datadata.key
as a typetype option
.
Version 1.1.1
FIX:
Data_registration.registration_id
returns a string and not an integer.
Version 1.1
- 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
First release.