Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(push): plugin is now instance based #425

Closed
wants to merge 5 commits into from
Closed

Conversation

ihadeed
Copy link
Collaborator

@ihadeed ihadeed commented Aug 15, 2016

Breaking Change

no more callbacks

might need more documenting

closes #250

@ihadeed ihadeed added this to the v1.4.0 milestone Aug 15, 2016
declare var PushNotification: {
new (): PushNotification
};
export type PushEvents = 'registeration' | 'error' | 'notification';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo here: registeration should be registration

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks @Manduro I'll get that fixed

@ramonornela
Copy link
Contributor

@ihadeed I think that can merge in >= 2.0 the current.
Thanks

@ihadeed ihadeed mentioned this pull request Jan 20, 2017
@ihadeed ihadeed modified the milestones: v2.3.0, v3.0.0 Jan 20, 2017
@ihadeed
Copy link
Collaborator Author

ihadeed commented Mar 11, 2017

This is now merged in v3-injectable.

@ihadeed ihadeed closed this Mar 11, 2017
@ihadeed ihadeed deleted the feat/instancePush branch May 14, 2017 07:51
@ihadeed ihadeed restored the feat/instancePush branch May 14, 2017 07:51
@ihadeed ihadeed deleted the feat/instancePush branch July 11, 2017 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Push Plugin: Add clearAllNotifications method and return promises/observables
3 participants