-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Pusher CI <[email protected]>
- Loading branch information
1 parent
2554d49
commit 45b0652
Showing
5 changed files
with
54 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,48 @@ | ||
# Changelog | ||
|
||
## 1.2.5 | ||
|
||
* [CHANGED] Added `data` type for `ApnsPayload` | ||
|
||
## 1.2.4 | ||
|
||
* [CHANGED] Remove some redundant steps from release action | ||
|
||
## 1.2.3 | ||
|
||
* [CHANGED] Switch from Travis CI to GH actions | ||
|
||
## 1.2.2 | ||
|
||
* [REMOVED] `requests` dependency and replaced with standard library | ||
|
||
## 1.2.1 | ||
|
||
* [FIXED] Added missing TypeScript types for web push publish payload | ||
|
||
## 1.2.0 | ||
|
||
* [ADDED] More payload fields to TypeScript bindings (collapse\_key, expiration, etc.) | ||
|
||
## 1.1.1 | ||
|
||
* [FIXED] Fixes double JSON encoding | ||
|
||
## 1.1.0 | ||
|
||
* [ADDED] Support for publishing to Authenticated Users | ||
* [ADDED] TypeScript typings for Authenticated Users | ||
* [DEPRECATED] Deprecates `publish` in favour of `publishToInterests` | ||
|
||
## 1.0.1 | ||
|
||
* [FIXED] Accessing property on undefined object on non-json response | ||
|
||
## 1.0.0 | ||
|
||
* [ADDED] Changelog for GA release | ||
# Changelog | ||
|
||
## 1.2.6 | ||
|
||
* [FIXED] Fix the hide_notification_if_site_has_focus TypeScript | ||
* [FIXED] Fixes the incorrect TypeScript signature for the generateToken function | ||
|
||
## 1.2.5 | ||
|
||
* [CHANGED] Added `data` type for `ApnsPayload` | ||
|
||
## 1.2.4 | ||
|
||
* [CHANGED] Remove some redundant steps from release action | ||
|
||
## 1.2.3 | ||
|
||
* [CHANGED] Switch from Travis CI to GH actions | ||
|
||
## 1.2.2 | ||
|
||
* [REMOVED] `requests` dependency and replaced with standard library | ||
|
||
## 1.2.1 | ||
|
||
* [FIXED] Added missing TypeScript types for web push publish payload | ||
|
||
## 1.2.0 | ||
|
||
* [ADDED] More payload fields to TypeScript bindings (collapse\_key, expiration, etc.) | ||
|
||
## 1.1.1 | ||
|
||
* [FIXED] Fixes double JSON encoding | ||
|
||
## 1.1.0 | ||
|
||
* [ADDED] Support for publishing to Authenticated Users | ||
* [ADDED] TypeScript typings for Authenticated Users | ||
* [DEPRECATED] Deprecates `publish` in favour of `publishToInterests` | ||
|
||
## 1.0.1 | ||
|
||
* [FIXED] Accessing property on undefined object on non-json response | ||
|
||
## 1.0.0 | ||
|
||
* [ADDED] Changelog for GA release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters