Skip to content

1.2.2 Release

Compare
Choose a tag to compare
@Univibe69 Univibe69 released this 21 Jun 10:18
· 2 commits to master since this release
95d5bd9

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