Skip to content

0.14.5

Compare
Choose a tag to compare
@james-criscuolo james-criscuolo released this 18 Jun 13:40
· 592 commits to master since this release

Fixes

  • Since we began using importHelpers to dedupe code, tslib was a required dependency. If that was not in your own project, sip.js would break your build. This has been rectified, and tslib is now a dependency of sip.js.
  • PublishContext now cleans up its event listeners
  • The default web Transport now rejects if it fails immediately
  • We are no longer reliant on node (global was used in a handful of places)