-
Notifications
You must be signed in to change notification settings - Fork 39
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(pn)!: more services #115
feat(pn)!: more services #115
Conversation
Signed-off-by: Berend Sliedrecht <berend@animo.id>
Signed-off-by: Berend Sliedrecht <berend@animo.id>
Signed-off-by: Berend Sliedrecht <berend@animo.id>
Signed-off-by: Berend Sliedrecht <berend@animo.id>
Signed-off-by: Berend Sliedrecht <berend@animo.id>
Signed-off-by: Berend Sliedrecht <berend@animo.id>
Signed-off-by: Berend Sliedrecht <berend@animo.id>
@TimoGlastra could you review this? It should be in sync again with the latest versions of the RFCs. |
Codecov Report
@@ Coverage Diff @@
## main #115 +/- ##
==========================================
+ Coverage 86.19% 89.13% +2.94%
==========================================
Files 41 43 +2
Lines 630 635 +5
Branches 92 91 -1
==========================================
+ Hits 543 566 +23
+ Misses 77 59 -18
Partials 10 10
Continue to review full report at Codecov.
|
Signed-off-by: Berend Sliedrecht <berend@animo.id>
Signed-off-by: Berend Sliedrecht <berend@animo.id> BREAKING CHANGE: PushNotificationsModule does not exist anymore. You now have to use one that is specific to your service, e.g. PushNotificationsApnsModule or PushNotificationsFcmModule Signed-off-by: Jan <60812202+janrtvld@users.noreply.github.com>
BREAKING CHANGE:
PushNotificationsModule
does not exist anymore. You now have to use one that is specific to your service, e.g.PushNotificationsApnsModule
orPushNotificationsFcmModule