UNPKG

@signiant/media-shuttle-sdk-base

Version:

The base parent sdk behind other media shuttle sdks (e.g. media-shuttle-sdk)

40 lines (31 loc) 1.2 kB
# Changelog This file is intended for recording the changes to the library versions to track the changes over time The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [2.0.3] ### Changed * Support embedding the sdk in native clients environment. ## [2.0.2] ### Changed * Signiant App v2 download path display support ## [2.0.1] ### Changed * Fix for app startup connectivity issue. ## [2.0.0] ### Added * Support for POST requests without a body. ### Removed * RequestWithBodyOptions type replaced by existing RequestOptions now having an optional body attribute ## [1.1.0] ### Added * Support for global `protocolHandler` to launch the Signiant App using a "sigclient://" URL. ## [1.0.2] ### Added * Upgrading pubnub dependencies to address `npm audit` [findings](https://github.com/advisories/GHSA-g644-9gfx-q4q4) in transitive dependencies for users of the sdk-base library. ## [1.0.1] ### Added * package.json updates to address `npm audit` [findings](https://github.com/advisories/GHSA-g644-9gfx-q4q4) in transitive dependencies ## [1.0.0] ### Added * Initial release