- [CHANGED] jsonwebtoken package version from v8 to v9
- [FIXED] Fix the hide_notification_if_site_has_focus TypeScript
- [FIXED] Fixes the incorrect TypeScript signature for the generateToken function
- [CHANGED] Added
data
type forApnsPayload
- [CHANGED] Remove some redundant steps from release action
- [CHANGED] Switch from Travis CI to GH actions
- [REMOVED]
requests
dependency and replaced with standard library
- [FIXED] Added missing TypeScript types for web push publish payload
- [ADDED] More payload fields to TypeScript bindings (collapse_key, expiration, etc.)
- [FIXED] Fixes double JSON encoding
- [ADDED] Support for publishing to Authenticated Users
- [ADDED] TypeScript typings for Authenticated Users
- [DEPRECATED] Deprecates
publish
in favour ofpublishToInterests
- [FIXED] Accessing property on undefined object on non-json response
- [ADDED] Changelog for GA release