Skip to content

Commit

Permalink
Merge pull request #155 from pusher/prepare-2.1.0
Browse files Browse the repository at this point in the history
Prepare for 2.1.0 release
  • Loading branch information
hnhv authored Jan 17, 2025
2 parents 4875033 + 015c249 commit 88d25cf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/pusher/push-notifications-web/compare/2.0.0...HEAD)
## [Unreleased](https://github.com/pusher/push-notifications-web/compare/2.1.0...HEAD)

## [2.1.0](https://github.com/pusher/push-notifications-web/compare/2.1.0...2.0.0) - 2025-01-17
- Safari is now explicitly supported for Web Push notifications, leveraging the Web Push standard APIs. This is made possible by server-side updates to handle Safari-specific requirements.
- Replaced browser type checks with direct feature detection for required Web Push APIs (Notification, PushManager, and serviceWorker).

## [2.0.0](https://github.com/pusher/push-notifications-web/compare/2.0.0...1.10) - 2022-12-05
- getDeviceInterests now accepts limit and cursor parameters and returns Object instead of an Array.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pusher/push-notifications-web",
"version": "2.0.0",
"version": "2.1.0",
"description": "",
"main": "dist/push-notifications-esm.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 88d25cf

Please sign in to comment.