All notable changes to this project will be documented in this file.
- Added User model endpoints
- Limitations
- Recommend using only in development and staging environments for Alpha releases.
- Aliases will be available in a future release
- Outcomes will be available in a future release
- Users are deleted when the last subscription is removed
- Known issues
- User properties may not update when Subscriptions are transferred
- Identity Verification
- We will be introducing JWT in follow up Alpha or Beta release
- Extra disabled subscriptions are created when switching Users in the SDK.
- Limitations
- Added Live Activity endpoints
- Fixed various bugs
- Configuration setup has been simplified and streamlined. Now it looks like this:
const configuration = OneSignal.createConfiguration({ userKey: USER_KEY_TOKEN, appKey: APP_KEY_TOKEN, });
- Player ID is no longer required when creating a player
- Bug in the OpenAPI schema not allowing users to use filters when creating a notification.
- Bug in the OpenAPI schema not allowing to set the notification name.
- .npmignore file
- Missing
dist
directory since npm was ignoring it due to lack of .npmignore