Skip to content

Releases: comapi/comapi-sdk-js-bower

1.3.0

17 May 10:42
Compare
Choose a tag to compare

Added handlePush method to the SDK client that accepts Firebase push message or it's message.data field, calls tracking url if found and returnes deep link url to open.

1.2.2 Release

21 Jun 10:18
95d5bd9
Compare
Choose a tag to compare

This release contains the following enhancements:

  • Cordova docs updated to show push config being passed during initialization

  • package.json has some dependency updates

  • Utils spec has some TS related linting and some additional tests for getHeaderValue()

  • ComapiConfig has withPushConfiguration added to builder pattern which enables integrator to pass push config during initialization rather than manually

  • Device manager consumes PushConfiguration from initialization config if supplied

  • Foundation has mutex in initialize method to ensure poor client code doesn’t generate multiple sessions

  • Push config interfaceSymbols added

  • Profile has some improved etag handling

  • restClient has been tidied up to remove network manager

  • Utils has improved getHeaderValue with some tests

1.1.6 Release

03 Dec 16:59
2e4e875
Compare
Choose a tag to compare

What's changed

navigator.userAgent was being used to determine platformVersion without checking its validity.
If the SDK is being consumed in react-native environment, this was failing.
This patch now robustly determines platformVersion.

1.1.5 Release

29 Oct 14:59
Compare
Choose a tag to compare

Fixed a bug in the assignment of logLevel while initialising te SDK.

1.1.4 Release

12 Mar 15:56
Compare
Choose a tag to compare

removed a few console.log() calls

1.1.3 Release

03 Oct 10:55
Compare
Choose a tag to compare

Fixed bug in unsubscribeFromLocalEvent

1.1.2 Release

07 Aug 12:04
Compare
Choose a tag to compare

Robustness to orphaned events with no conversationId

1.1.1 Release

05 Jun 12:01
Compare
Choose a tag to compare

This release contains the following enhancements

  • Invalid cached token used to connect web socket will now trigger auth flow.

1.1.0 Release

27 Mar 08:53
ff88d28
Compare
Choose a tag to compare

This release contains the following features / enhancements

  • Introduced inversify IOC container framework
  • Typing on / off support
  • content api support
  • web socket enhancements
  • additional cache-control headers for IE suppport
  • grunt-ts now used for build
  • chrome-leaderless used for running tests

1.0.2 Orphaned Event Persistence release

02 Jun 06:35
Compare
Choose a tag to compare

This release provides the following Enhancements

  • Orphaned events now persisted either in localStorage or indexedDB (if available)

  • eTag inconsistencies in interfaces addressed

  • Docs updated