Version 0.3.0 #38
dimitribouniol
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
##Overview
This release introduces some breaking changes to make the API a bit more readable:
VAPID.Configuration.mocked
has been renamed toVAPID.Configuration.mockedConfiguration
to match other mocked methods.WebPushManager.init(..., logger:, ...)
has been renamed toWebPushManager.init(..., backgroundActivityLogger:, ...)
to better match the types of logging it is responsible for.send(...)
methods now have alogger:
parameter.In addition to these API renames, this release also adds a number of improvements to documentation, tests, and logging. You can also use
WebPushManager
without a service as it will automatically shut down its HTTP client when it falls out of scope.What's Changed
Full Changelog: 0.2.1...0.3.0
This discussion was created from the release Version 0.3.0.
Beta Was this translation helpful? Give feedback.
All reactions