Skip to content

Releases: OneSignal/onesignal-node-api

1.0.0 Release (Beta 8)

21 Dec 23:35
2f8a98e
Compare
Choose a tag to compare
Pre-release

Live Activities

1.0.0 Release (Beta 7)

16 Nov 00:07
fefd6d0
Compare
Choose a tag to compare
Pre-release
Merge pull request #42 from OneSignal/npmignore

Updated GitHub action and added .npmignore file.

1.0.0 Release (Beta 6)

15 Nov 22:28
0ff9e1d
Compare
Choose a tag to compare
Pre-release

Fixed

  • NPM publish issue where the dist/ folder was not created during the GitHub publish action.

1.0.0 Release (Beta 5)

15 Nov 00:08
2bb0b04
Compare
Choose a tag to compare
Pre-release

Api Changes

  • 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

Fixed

  • 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.

1.0.0 Release (Beta 4)

25 Feb 22:06
11a3ee9
Compare
Choose a tag to compare
Pre-release

What's Changed

  • New empty .npmignore to fix npm using .gitignore and excluding by @rgomezp in #10

Full Changelog: 1.0.0-beta3...1.0.0-beta4

1.0.0 Release (Beta 3)

30 Dec 21:17
9fd5f4e
Compare
Choose a tag to compare
Pre-release

See README for details.

1.0.0 Release (Beta 2)

22 Sep 23:03
Compare
Choose a tag to compare
Pre-release

See README for more info.