parse-community / parse-server-push-adapter

A push notification adapter for Parse Server
https://parseplatform.org
MIT License
87 stars 99 forks source link

Bump version #30

Closed alexanderedge closed 7 years ago

alexanderedge commented 8 years ago

This includes a bump to node-apn which accepts the new mutable-content payload field.

flovilmart commented 8 years ago

Could you add the changelog? Last question, is it forward and backwards compatible with parse-server? Is there anything that needs to be done there to enable this new feature?

alexanderedge commented 8 years ago

Where is the existing changelog? Do you want me to start a new one?

This isn't a breaking change, but it is an addition to the notifications API hence the minor version bump.

Users simply have to add "mutable-content" : 1 to the data property in Parse.Push.send(). I will make a PR to update the docs on parse-server once this is closed.

flovilmart commented 8 years ago

Yeah, we could start one starting that version, that would be nice!

For the rest, awesome man! Thanks, that will land just in time for iOS 10 :)

alexanderedge commented 7 years ago

I can't generate a changelog for 1.1.0 yet as it isn't tagged. Once you merge this PR and tag the release then github_changelog_generator will be able to pick up the changes. I can do this in a separate PR.

flovilmart commented 7 years ago

There is an option in github_ghangelog_generator for future tags :)

alexanderedge commented 7 years ago

Very useful! I've updated the changelog, thanks.

flovilmart commented 7 years ago

Awesome! Thanks!