Meteor-Community-Packages / raix-push

DEPRECATED: Push notifications for cordova (ios, android) browser (Chrome, Safari, Firefox)
https://atmospherejs.com/raix/push
MIT License
514 stars 197 forks source link

feat: add support to title on iOS #322

Closed sampaiodiego closed 6 years ago

sampaiodiego commented 6 years ago

According to Apple's docs the prefered type for alert is a dictionary, tha's why I changed it to have a body field.

And this also allowed me to add a title for the notification, which has support since iOS 8.2.

raix commented 6 years ago

@rodrigok if the pr doesn't trigger a release one workaround for now would be to commit changes to the CHANGELOG.md - ex.: https://github.com/raix/push/commit/1b75a6921cb6f8cccc336e060105dcd14080d6b3 - It's not ideal - but it would allow you to release.

I'll push forward solving the issue why merge requests are not parsed correctly by semantic-release.