Skip to content

Releases: barchart/push-notifications-public-js

v1.2.1

29 Jul 17:05
Compare
Choose a tag to compare

Technical Enhancements

  • Updated Lerna to major version 5.
  • Updated AWS CodeBuild integration to use Node.js version 16.
  • Updated other various dependencies (implicitly).

v1.2.0

30 Mar 15:03
Compare
Choose a tag to compare

New Features

  • Updated PushNotificationGateway.registerDevice to use new POST endpoint at /v2/registeristratons.
  • Updated PushNotificationGateway.unregisterDevice to use new DELETE endpoint at /v2/registeristratons.

Other

  • Updated documentation to reflect API endpoint rename from /v2/register to /v2/registrations.

v1.1.0

29 Mar 01:39
Compare
Choose a tag to compare

New Features

  • Updated PushNotificationGateway.unregisterDevice to use new DELETE endpoint at /v2/register.
  • Updated OpenAPI definition file to reflect addition of new DELETE endpoint at /v2/register.
  • Updated PushNotificationGateway.unregisterDevice to accept FcmRegistration and ApnsRegistration objects.
  • Updated PushNotificationGateway.registerDevice to accept optional preserve parameter.
  • Updated the OpenAPI definition file for /v2/register endpoint to include optional preserve query string parameter.

Other

  • Removed the POST endpoint at /v2/unregister from OpenAPI documentation (this endpoint does not follow REST conventions). However, the endpoint still exists (it's now undocumented).
  • Updated other aspects of documentation.

v1.0.5

20 Mar 18:37
Compare
Choose a tag to compare

Other

  • Improved, extended, and clarified documentation.

v1.0.4

16 Mar 18:30
Compare
Choose a tag to compare

Other

  • Updated OpenAPI definition file, making significant adjustments, corrections, and clarifications.
  • Updated OpenAPI definition file, removing all references to the v1 of the API (v1 is deprecated and should not be documented).

v1.0.3

23 Dec 10:52
Compare
Choose a tag to compare

Other

  • Updated documentation.

v1.0.2

22 Dec 18:23
Compare
Choose a tag to compare

Other

  • Updated documentation.

v1.0.1

14 Oct 15:18
Compare
Choose a tag to compare

Technical Enhancements

  • Integrated project with AWS CodeBuild.

v1.0.0

14 Oct 15:04
Compare
Choose a tag to compare

Initial Release